Amazon Global Accelerator · JSON Structure

Global Accelerator List Custom Routing Port Mappings By Destination Response Structure

ListCustomRoutingPortMappingsByDestinationResponse schema from Amazon Global Accelerator API

Type: object Properties: 2
AvailabilityCDNGlobalLoad BalancingNetworkingPerformance

ListCustomRoutingPortMappingsByDestinationResponse 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

DestinationPortMappings 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-custom-routing-port-mappings-by-destination-response-structure.json",
  "name": "ListCustomRoutingPortMappingsByDestinationResponse",
  "description": "ListCustomRoutingPortMappingsByDestinationResponse schema from Amazon Global Accelerator API",
  "type": "object",
  "properties": {
    "DestinationPortMappings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DestinationPortMappings"
        },
        {
          "description": "The port mappings for the endpoint IP address that you specified in the request."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GenericString"
        },
        {
          "description": "The token for the next set of results. You receive this token from a previous call."
        }
      ]
    }
  }
}