Amazon Shield · JSON Structure

Amazon Shield Api Describe Protection Request Structure

DescribeProtectionRequest schema from api

Type: object Properties: 2
DDoS ProtectionNetworkingSecurity

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

Properties

ProtectionId ResourceArn

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-request-structure.json",
  "description": "DescribeProtectionRequest schema from api",
  "type": "object",
  "properties": {
    "ProtectionId": {
      "type": "string"
    },
    "ResourceArn": {
      "type": "string"
    }
  },
  "name": "DescribeProtectionRequest"
}