Amazon Shield · Schema

Protection

Protection schema from api

DDoS ProtectionNetworkingSecurity

Properties

Name Type Description
Id string
Name string
ResourceArn string
HealthCheckIds array
ProtectionArn string
View JSON Schema on GitHub

JSON Schema

amazon-shield-api-protection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-shield/refs/heads/main/json-schema/amazon-shield-api-protection-schema.json",
  "title": "Protection",
  "description": "Protection schema from api",
  "type": "object",
  "properties": {
    "Id": {
      "type": "string"
    },
    "Name": {
      "type": "string"
    },
    "ResourceArn": {
      "type": "string"
    },
    "HealthCheckIds": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "ProtectionArn": {
      "type": "string"
    }
  }
}