Amazon Shield · JSON Structure

Amazon Shield Api Describe Protection Response Structure

DescribeProtectionResponse schema from api

Type: object Properties: 1
DDoS ProtectionNetworkingSecurity

DescribeProtectionResponse is a JSON Structure definition published by Amazon Shield, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Protection

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-shield/refs/heads/main/json-structure/amazon-shield-api-describe-protection-response-structure.json",
  "description": "DescribeProtectionResponse schema from api",
  "type": "object",
  "properties": {
    "Protection": {
      "$ref": "#/components/schemas/Protection"
    }
  },
  "name": "DescribeProtectionResponse"
}