v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1449191193.1 KB

Update an accelerator.

Global Accelerator is a global service that supports endpoints in multiple Amazon Web Services Regions but you must specify the US West (Oregon) Region to create, update, or otherwise work with accelerators. That is, for example, specify --region us-west-2 on AWS CLI commands.

post/#X-Amz-Target=GlobalAccelerator_V20180706.UpdateAccelerator

Headers

X-Amz-Target'GlobalAccelerator_V20180706.UpdateAccelerator' required

Request body

AcceleratorArnstring required

The Amazon Resource Name (ARN) of the accelerator to update.

Namestring

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'IPV4' | 'DUAL_STACK'

The IP address type that an accelerator supports. For a standard accelerator, the value can be IPV4 or DUAL_STACK.

Enabledboolean
<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>

Response

Success