Amazon Shield · Schema

ListProtectionsRequest

ListProtectionsRequest schema from api

DDoS ProtectionNetworkingSecurity

Properties

Name Type Description
NextToken string
MaxResults integer
View JSON Schema on GitHub

JSON Schema

amazon-shield-api-list-protections-request-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-list-protections-request-schema.json",
  "title": "ListProtectionsRequest",
  "description": "ListProtectionsRequest schema from api",
  "type": "object",
  "properties": {
    "NextToken": {
      "type": "string"
    },
    "MaxResults": {
      "type": "integer"
    }
  }
}