Amazon Shield · JSON Structure

Amazon Shield Api Attack Detail Structure

AttackDetail schema from api

Type: object Properties: 6
DDoS ProtectionNetworkingSecurity

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

Properties

AttackId ResourceArn StartTime EndTime AttackCounters Mitigations

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-attack-detail-structure.json",
  "description": "AttackDetail schema from api",
  "type": "object",
  "properties": {
    "AttackId": {
      "type": "string"
    },
    "ResourceArn": {
      "type": "string"
    },
    "StartTime": {
      "type": "datetime"
    },
    "EndTime": {
      "type": "datetime"
    },
    "AttackCounters": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SummarizedCounter"
      }
    },
    "Mitigations": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Mitigation"
      }
    }
  },
  "name": "AttackDetail"
}