Global Accelerator Custom Routing Accelerator Structure
Attributes of a custom routing accelerator.
CustomRoutingAccelerator is a JSON Structure definition published by Amazon Global Accelerator, describing 9 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$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-custom-routing-accelerator-structure.json",
"name": "CustomRoutingAccelerator",
"description": "Attributes of a custom routing accelerator.",
"type": "object",
"properties": {
"AcceleratorArn": {
"allOf": [
{
"$ref": "#/components/schemas/GenericString"
},
{
"description": "The Amazon Resource Name (ARN) of the custom routing accelerator."
}
]
},
"Name": {
"allOf": [
{
"$ref": "#/components/schemas/GenericString"
},
{
"description": "The name of the accelerator. The name must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen."
}
]
},
"IpAddressType": {
"allOf": [
{
"$ref": "#/components/schemas/IpAddressType"
},
{
"description": "The IP address type that an accelerator supports. For a custom routing accelerator, the value must be IPV4."
}
]
},
"Enabled": {
"allOf": [
{
"$ref": "#/components/schemas/GenericBoolean"
},
{
"description": "<p>Indicates whether the accelerator is enabled. The value is true or false. The default value is true. </p> <p>If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.</p>"
}
]
},
"IpSets": {
"allOf": [
{
"$ref": "#/components/schemas/IpSets"
},
{
"description": "The static IP addresses that Global Accelerator associates with the accelerator."
}
]
},
"DnsName": {
"allOf": [
{
"$ref": "#/components/schemas/GenericString"
},
{
"description": "<p>The Domain Name System (DNS) name that Global Accelerator creates that points to an accelerator's static IPv4 addresses. </p> <p>The naming convention for the DNS name is the following: A lowercase letter a, followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example: a1234567890abcdef.awsglobalaccelerator.com.</p> <p>If you have a dual-stack accelerator, you also have a second DNS name, <code>DualStackDnsName</code>, that points to both the A record and the AAAA record for all four static addresses for the accelerator: two IPv4 addresses and two IPv6 addresses.</p> <p>For more information about the default DNS name, see <a href=\"https://docs.aws.amazon.com/global-accelerator/latest/dg/dns-addressing-custom-domains.dns-addressing.html\"> Support for DNS addressing in Global Accelerator</a> in the <i>Global Accelerator Developer Guide</i>.</p>"
}
]
},
"Status": {
"allOf": [
{
"$ref": "#/components/schemas/CustomRoutingAcceleratorStatus"
},
{
"description": "Describes the deployment status of the accelerator."
}
]
},
"CreatedTime": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "The date and time that the accelerator was created."
}
]
},
"LastModifiedTime": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "The date and time that the accelerator was last modified."
}
]
}
}
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/global-accelerator-custom-routing-accelerator-structure"
curl "https://apis.io/api/v1/json-structures?limit=25"
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.
A second provider on the same verified email joins the account you already have.