View source: R/globalaccelerator_operations.R
globalaccelerator_add_endpoints | R Documentation |
Add endpoints to an endpoint group. The add_endpoints
API operation is the recommended option for adding endpoints. The alternative options are to add endpoints when you create an endpoint group (with the create_endpoint_group
API) or when you update an endpoint group (with the update_endpoint_group
API).
See https://www.paws-r-sdk.com/docs/globalaccelerator_add_endpoints/ for full documentation.
globalaccelerator_add_endpoints(EndpointConfigurations, EndpointGroupArn)
EndpointConfigurations |
[required] The list of endpoint objects. |
EndpointGroupArn |
[required] The Amazon Resource Name (ARN) of the endpoint group. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.