Amazon Shield · JSON Structure

Amazon Shield Api Mitigation Structure

Mitigation schema from api

Type: object Properties: 1
DDoS ProtectionNetworkingSecurity

Mitigation 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

MitigationName

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-mitigation-structure.json",
  "description": "Mitigation schema from api",
  "type": "object",
  "properties": {
    "MitigationName": {
      "type": "string"
    }
  },
  "name": "Mitigation"
}