Amazon Shield · JSON Structure

Amazon Shield Api List Protections Response Structure

ListProtectionsResponse schema from api

Type: object Properties: 2
DDoS ProtectionNetworkingSecurity

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

Properties

Protections NextToken

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-list-protections-response-structure.json",
  "description": "ListProtectionsResponse schema from api",
  "type": "object",
  "properties": {
    "Protections": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Protection"
      }
    },
    "NextToken": {
      "type": "string"
    }
  },
  "name": "ListProtectionsResponse"
}