Amazon Global Accelerator · JSON Structure

Global Accelerator List Byoip Cidrs Response Structure

ListByoipCidrsResponse schema from Amazon Global Accelerator API

Type: object Properties: 2
AvailabilityCDNGlobalLoad BalancingNetworkingPerformance

ListByoipCidrsResponse 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

ByoipCidrs 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-response-structure.json",
  "name": "ListByoipCidrsResponse",
  "description": "ListByoipCidrsResponse schema from Amazon Global Accelerator API",
  "type": "object",
  "properties": {
    "ByoipCidrs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ByoipCidrs"
        },
        {
          "description": "Information about your address ranges."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GenericString"
        },
        {
          "description": "The token for the next page of results."
        }
      ]
    }
  }
}