Class: Aws::GlobalAccelerator::Types::CustomRoutingEndpointConfiguration

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

Overview

The list of endpoint objects. For custom routing, this is a list of virtual private cloud (VPC) subnet IDs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_arnString

The Amazon Resource Name (ARN) of the cross-account attachment that specifies the endpoints (resources) that can be added to accelerators and principals that have permission to add the endpoints.

Returns:

  • (String)


1412
1413
1414
1415
1416
1417
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 1412

class CustomRoutingEndpointConfiguration < Struct.new(
  :endpoint_id,
  :attachment_arn)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_idString

An ID for the endpoint. For custom routing accelerators, this is the virtual private cloud (VPC) subnet ID.

Returns:

  • (String)


1412
1413
1414
1415
1416
1417
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 1412

class CustomRoutingEndpointConfiguration < Struct.new(
  :endpoint_id,
  :attachment_arn)
  SENSITIVE = []
  include Aws::Structure
end