Amazon Shield · JSON Structure

Amazon Shield Api Describe Attack Request Structure

DescribeAttackRequest schema from api

Type: object Properties: 1 Required: 1
DDoS ProtectionNetworkingSecurity

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

Properties

AttackId

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-attack-request-structure.json",
  "description": "DescribeAttackRequest schema from api",
  "type": "object",
  "properties": {
    "AttackId": {
      "type": "string"
    }
  },
  "required": [
    "AttackId"
  ],
  "name": "DescribeAttackRequest"
}