View source: R/globalaccelerator_operations.R
globalaccelerator_update_accelerator | R Documentation |
Update an accelerator to make changes, such as the following:
See https://www.paws-r-sdk.com/docs/globalaccelerator_update_accelerator/ for full documentation.
globalaccelerator_update_accelerator(
AcceleratorArn,
Name = NULL,
IpAddressType = NULL,
IpAddresses = NULL,
Enabled = NULL
)
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 standard accelerator, the value can be IPV4 or DUAL_STACK. |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.