Amazon Shield · Example Payload

Amazon Shield Api Create Protection Request Example

DDoS ProtectionNetworkingSecurity

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

Top-level fields

NameResourceArnTags

Example Payload

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