Amazon Shield · Example Payload

Amazon Shield Protection Example

DDoS ProtectionNetworkingSecurity

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

Top-level fields

IdNameResourceArnProtectionArnHealthCheckIdsApplicationLayerAutomaticResponseConfigurationTags

Example Payload

Raw ↑
{
  "Id": "abc123",
  "Name": "Example Resource",
  "ResourceArn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "ProtectionArn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "HealthCheckIds": [
    "example-value"
  ],
  "ApplicationLayerAutomaticResponseConfiguration": "example-value",
  "Tags": [
    "example-value"
  ]
}