globalaccelerator_update_custom_routing_accelerator: Update a custom routing accelerator

View source: R/globalaccelerator_operations.R

globalaccelerator_update_custom_routing_acceleratorR Documentation

Update a custom routing accelerator

Description

Update 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,
  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.

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.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.