globalaccelerator_remove_custom_routing_endpoints {paws.networking}R Documentation

Remove endpoints from a custom routing accelerator

Description

Remove endpoints from a custom routing accelerator.

See https://www.paws-r-sdk.com/docs/globalaccelerator_remove_custom_routing_endpoints/ for full documentation.

Usage

globalaccelerator_remove_custom_routing_endpoints(
  EndpointIds,
  EndpointGroupArn
)

Arguments

EndpointIds

[required] The IDs for the endpoints. For custom routing accelerators, endpoint IDs are the virtual private cloud (VPC) subnet IDs.

EndpointGroupArn

[required] The Amazon Resource Name (ARN) of the endpoint group to remove endpoints from.


[Package paws.networking version 0.9.0 Index]