Class: Aws::GlobalAccelerator::Types::CreateCustomRoutingEndpointGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::CreateCustomRoutingEndpointGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_configurations ⇒ Array<Types::CustomRoutingDestinationConfiguration>
Sets the port range and protocol for all endpoints (virtual private cloud subnets) in a custom routing endpoint group to accept client traffic on.
-
#endpoint_group_region ⇒ String
The Amazon Web Services Region where the endpoint group is located.
-
#idempotency_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
-
#listener_arn ⇒ String
The Amazon Resource Name (ARN) of the listener for a custom routing endpoint.
Instance Attribute Details
#destination_configurations ⇒ Array<Types::CustomRoutingDestinationConfiguration>
Sets the port range and protocol for all endpoints (virtual private cloud subnets) in a custom routing endpoint group to accept client traffic on.
914 915 916 917 918 919 920 921 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 914 class CreateCustomRoutingEndpointGroupRequest < Struct.new( :listener_arn, :endpoint_group_region, :destination_configurations, :idempotency_token) SENSITIVE = [] include Aws::Structure end |
#endpoint_group_region ⇒ String
The Amazon Web Services Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.
914 915 916 917 918 919 920 921 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 914 class CreateCustomRoutingEndpointGroupRequest < Struct.new( :listener_arn, :endpoint_group_region, :destination_configurations, :idempotency_token) SENSITIVE = [] include Aws::Structure end |
#idempotency_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
914 915 916 917 918 919 920 921 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 914 class CreateCustomRoutingEndpointGroupRequest < Struct.new( :listener_arn, :endpoint_group_region, :destination_configurations, :idempotency_token) SENSITIVE = [] include Aws::Structure end |
#listener_arn ⇒ String
The Amazon Resource Name (ARN) of the listener for a custom routing endpoint.
914 915 916 917 918 919 920 921 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 914 class CreateCustomRoutingEndpointGroupRequest < Struct.new( :listener_arn, :endpoint_group_region, :destination_configurations, :idempotency_token) SENSITIVE = [] include Aws::Structure end |