globalaccelerator_add_endpoints: Add endpoints to an endpoint group

View source: R/globalaccelerator_operations.R

globalaccelerator_add_endpointsR 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.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.