Amazon Shield · JSON Structure

Amazon Shield Api Create Protection Request Structure

CreateProtectionRequest schema from api

Type: object Properties: 3 Required: 2
DDoS ProtectionNetworkingSecurity

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

Properties

Name ResourceArn Tags

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-request-structure.json",
  "description": "CreateProtectionRequest schema from api",
  "type": "object",
  "properties": {
    "Name": {
      "type": "string"
    },
    "ResourceArn": {
      "type": "string"
    },
    "Tags": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Tag"
      }
    }
  },
  "required": [
    "Name",
    "ResourceArn"
  ],
  "name": "CreateProtectionRequest"
}