Class: Aws::GlobalAccelerator::Types::CreateCustomRoutingEndpointGroupRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_configurationsArray<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 'gems/aws-sdk-globalaccelerator/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_regionString

The Amazon Web Services Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.

Returns:

  • (String)


914
915
916
917
918
919
920
921
# File 'gems/aws-sdk-globalaccelerator/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_tokenString

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.

Returns:

  • (String)


914
915
916
917
918
919
920
921
# File 'gems/aws-sdk-globalaccelerator/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_arnString

The Amazon Resource Name (ARN) of the listener for a custom routing endpoint.

Returns:

  • (String)


914
915
916
917
918
919
920
921
# File 'gems/aws-sdk-globalaccelerator/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