View source: R/globalaccelerator_operations.R
globalaccelerator_create_custom_routing_endpoint_group | R Documentation |
Create an endpoint group for the specified listener for a custom routing accelerator. An endpoint group is a collection of endpoints in one Amazon Web Services Region.
See https://www.paws-r-sdk.com/docs/globalaccelerator_create_custom_routing_endpoint_group/ for full documentation.
globalaccelerator_create_custom_routing_endpoint_group(
ListenerArn,
EndpointGroupRegion,
DestinationConfigurations,
IdempotencyToken
)
ListenerArn |
[required] The Amazon Resource Name (ARN) of the listener for a custom routing endpoint. |
EndpointGroupRegion |
[required] The Amazon Web Services Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region. |
DestinationConfigurations |
[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. |
IdempotencyToken |
[required] A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.