Amazon Shield · Example Payload

Amazon Shield Api Attack Detail Example

DDoS ProtectionNetworkingSecurity

Amazon Shield Api Attack Detail Example is an example object payload from Amazon Shield, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

AttackIdResourceArnStartTimeEndTimeAttackCountersMitigations

Example Payload

Raw ↑
{
  "AttackId": "abc123",
  "ResourceArn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "StartTime": "2026-04-19T00:00:00Z",
  "EndTime": "2026-04-19T00:00:00Z",
  "AttackCounters": [
    "example-value"
  ],
  "Mitigations": [
    "example-value"
  ]
}