Amazon Global Accelerator · JSON Structure

Global Accelerator List Byoip Cidrs Request Structure

ListByoipCidrsRequest schema from Amazon Global Accelerator API

Type: object Properties: 2
AvailabilityCDNGlobalLoad BalancingNetworkingPerformance

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

Properties

MaxResults 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-global-accelerator/refs/heads/main/json-structure/global-accelerator-list-byoip-cidrs-request-structure.json",
  "name": "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."
        }
      ]
    }
  }
}