ListCustomRoutingPortMappingsRequest is a JSON Structure definition published by Amazon Global Accelerator, describing 4 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$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-request-structure.json",
"name": "ListCustomRoutingPortMappingsRequest",
"description": "ListCustomRoutingPortMappingsRequest schema from Amazon Global Accelerator API",
"type": "object",
"properties": {
"AcceleratorArn": {
"allOf": [
{
"$ref": "#/components/schemas/GenericString"
},
{
"description": "The Amazon Resource Name (ARN) of the accelerator to list the custom routing port mappings for."
}
]
},
"EndpointGroupArn": {
"allOf": [
{
"$ref": "#/components/schemas/GenericString"
},
{
"description": "The Amazon Resource Name (ARN) of the endpoint group to list the custom routing port mappings for."
}
]
},
"MaxResults": {
"allOf": [
{
"$ref": "#/components/schemas/PortMappingsMaxResults"
},
{
"description": "The number of destination port mappings that you want to return with this call. The default value is 10."
}
]
},
"NextToken": {
"allOf": [
{
"$ref": "#/components/schemas/GenericString"
},
{
"description": "The token for the next set of results. You receive this token from a previous call."
}
]
}
},
"required": [
"AcceleratorArn"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.