Describe an endpoint group for a custom routing accelerator.
globalaccelerator_describe_custom_routing_endpoint_group(
EndpointGroupArn)[required] The Amazon Resource Name (ARN) of the endpoint group to describe.
A list with the following syntax:
list(
EndpointGroup = list(
EndpointGroupArn = "string",
EndpointGroupRegion = "string",
DestinationDescriptions = list(
list(
FromPort = 123,
ToPort = 123,
Protocols = list(
"TCP"|"UDP"
)
)
),
EndpointDescriptions = list(
list(
EndpointId = "string"
)
)
)
)
svc$describe_custom_routing_endpoint_group( EndpointGroupArn = "string" )