globalaccelerator_add_endpoints {paws.networking} | R Documentation |
Add endpoints to an endpoint group
Description
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.
Usage
globalaccelerator_add_endpoints(EndpointConfigurations, EndpointGroupArn)
Arguments
EndpointConfigurations |
[required] The list of endpoint objects. |
EndpointGroupArn |
[required] The Amazon Resource Name (ARN) of the endpoint group. |
[Package paws.networking version 0.9.0 Index]