Amazon Shield · JSON Structure

Amazon Shield Api Create Protection Response Structure

CreateProtectionResponse schema from api

Type: object Properties: 1
DDoS ProtectionNetworkingSecurity

CreateProtectionResponse 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

ProtectionId

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-create-protection-response-structure.json",
  "description": "CreateProtectionResponse schema from api",
  "type": "object",
  "properties": {
    "ProtectionId": {
      "type": "string"
    }
  },
  "name": "CreateProtectionResponse"
}