class Aws::GlobalAccelerator::Types::AddCustomRoutingEndpointsRequest

@note When making an API call, you may pass AddCustomRoutingEndpointsRequest

data as a hash:

    {
      endpoint_configurations: [ # required
        {
          endpoint_id: "GenericString",
        },
      ],
      endpoint_group_arn: "GenericString", # required
    }

@!attribute [rw] endpoint_configurations

The list of endpoint objects to add to a custom routing accelerator.
@return [Array<Types::CustomRoutingEndpointConfiguration>]

@!attribute [rw] endpoint_group_arn

The Amazon Resource Name (ARN) of the endpoint group for the custom
routing endpoint.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/globalaccelerator-2018-08-08/AddCustomRoutingEndpointsRequest AWS API Documentation

Constants

SENSITIVE