Update an accelerator. To see an AWS CLI example of updating an accelerator, scroll down to Example.
globalaccelerator_update_accelerator(AcceleratorArn, Name,
IpAddressType, Enabled)
[required] The Amazon Resource Name (ARN) of the accelerator to update.
The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
The value for the address type must be IPv4.
Indicates whether an accelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.
svc$update_accelerator( AcceleratorArn = "string", Name = "string", IpAddressType = "IPV4", Enabled = TRUE|FALSE )
You must specify the US West (Oregon) Region to create or update accelerators.