ListByoipCidrsRequest

ListByoipCidrsRequest schema from Amazon Global Accelerator API

AvailabilityCDNGlobalLoad BalancingNetworkingPerformance

Properties

Name Type Description
MaxResults object
NextToken object
View JSON Schema on GitHub

JSON Schema

global-accelerator-list-byoip-cidrs-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-global-accelerator/refs/heads/main/json-schema/global-accelerator-list-byoip-cidrs-request-schema.json",
  "title": "ListByoipCidrsRequest",
  "description": "ListByoipCidrsRequest schema from Amazon Global Accelerator API",
  "type": "object",
  "properties": {
    "MaxResults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MaxResults"
        },
        {
          "description": "The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GenericString"
        },
        {
          "description": "The token for the next page of results."
        }
      ]
    }
  }
}