UpdateCustomRoutingAcceleratorRequest 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-update-custom-routing-accelerator-request-structure.json",
"name": "UpdateCustomRoutingAcceleratorRequest",
"description": "UpdateCustomRoutingAcceleratorRequest 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 update."
}
]
},
"Name": {
"allOf": [
{
"$ref": "#/components/schemas/GenericString"
},
{
"description": "The name of the accelerator. The name can have a maximum of 64 characters, must contain only alphanumeric characters, periods (.), or hyphens (-), and must not begin or end with a hyphen or period."
}
]
},
"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 an 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, the accelerator can be deleted.</p>"
}
]
}
},
"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.