Update a custom routing accelerator
Source:R/globalaccelerator_operations.R
globalaccelerator_update_custom_routing_accelerator.RdUpdate a custom routing accelerator.
See https://www.paws-r-sdk.com/docs/globalaccelerator_update_custom_routing_accelerator/ for full documentation.
Usage
globalaccelerator_update_custom_routing_accelerator(
AcceleratorArn,
Name = NULL,
IpAddressType = NULL,
IpAddresses = NULL,
Enabled = NULL
)Arguments
- AcceleratorArn
[required] The Amazon Resource Name (ARN) of the accelerator to update.
- Name
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
The IP address type that an accelerator supports. For a custom routing accelerator, the value must be IPV4.
- IpAddresses
The IP addresses for an accelerator.
- Enabled
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.