Delete Custom Routing Endpoint Group
globalaccelerator_delete_custom_routing_endpoint_group | R Documentation |
Delete an endpoint group from a listener for a custom routing accelerator¶
Description¶
Delete an endpoint group from a listener for a custom routing accelerator.
Usage¶
globalaccelerator_delete_custom_routing_endpoint_group(EndpointGroupArn)
Arguments¶
EndpointGroupArn |
[required] The Amazon Resource Name (ARN) of the endpoint group to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_custom_routing_endpoint_group(
EndpointGroupArn = "string"
)