globalaccelerator_create_custom_routing_endpoint_group: Create an endpoint group for the specified listener for a...

View source: R/globalaccelerator_operations.R

globalaccelerator_create_custom_routing_endpoint_groupR Documentation

Create an endpoint group for the specified listener for a custom routing accelerator

Description

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.

Usage

globalaccelerator_create_custom_routing_endpoint_group(
  ListenerArn,
  EndpointGroupRegion,
  DestinationConfigurations,
  IdempotencyToken
)

Arguments

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.


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