Amazon Shield · JSON Structure

Amazon Shield Api List Protections Request Structure

ListProtectionsRequest schema from api

Type: object Properties: 2
DDoS ProtectionNetworkingSecurity

ListProtectionsRequest 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

NextToken MaxResults

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-request-structure.json",
  "description": "ListProtectionsRequest schema from api",
  "type": "object",
  "properties": {
    "NextToken": {
      "type": "string"
    },
    "MaxResults": {
      "type": "int32"
    }
  },
  "name": "ListProtectionsRequest"
}