Amazon Shield · Example Payload

Amazon Shield Api Create Protection Group Request Example

DDoS ProtectionNetworkingSecurity

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

Top-level fields

ProtectionGroupIdAggregationPatternResourceTypeMembers

Example Payload

Raw ↑
{
  "ProtectionGroupId": "abc123",
  "Aggregation": "SUM",
  "Pattern": "ALL",
  "ResourceType": "CLOUDFRONT_DISTRIBUTION",
  "Members": [
    "example-value"
  ]
}