Remove endpoints from a custom routing accelerator.
globalaccelerator_remove_custom_routing_endpoints(EndpointIds,
EndpointGroupArn)[required] The IDs for the endpoints. For custom routing accelerators, endpoint IDs are the virtual private cloud (VPC) subnet IDs.
[required] The Amazon Resource Name (ARN) of the endpoint group to remove endpoints from.
svc$remove_custom_routing_endpoints(
EndpointIds = list(
"string"
),
EndpointGroupArn = "string"
)