Create an endpoint group for the specified listener for a custom routing accelerator. An endpoint group is a collection of endpoints in one AWS Region.
globalaccelerator_create_custom_routing_endpoint_group(ListenerArn,
EndpointGroupRegion, DestinationConfigurations, IdempotencyToken)[required] The Amazon Resource Name (ARN) of the listener for a custom routing endpoint.
[required] The AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.
[required] Sets the port range and protocol for all endpoints (virtual private cloud subnets) in a custom routing endpoint group to accept client traffic on.
[required] A unique, case-sensitive identifier that you provide to ensure the idempotency<U+2014>that is, the uniqueness<U+2014>of the request.
svc$create_custom_routing_endpoint_group(
ListenerArn = "string",
EndpointGroupRegion = "string",
DestinationConfigurations = list(
list(
FromPort = 123,
ToPort = 123,
Protocols = list(
"TCP"|"UDP"
)
)
),
IdempotencyToken = "string"
)