Remove Custom Routing Endpoints
globalaccelerator_remove_custom_routing_endpoints | R Documentation |
Remove endpoints from a custom routing accelerator¶
Description¶
Remove endpoints from a custom routing accelerator.
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. |
Value¶
An empty list.
Request syntax¶
svc$remove_custom_routing_endpoints(
EndpointIds = list(
"string"
),
EndpointGroupArn = "string"
)