Class: Aws::GlobalAccelerator::Types::CustomRoutingEndpointConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::CustomRoutingEndpointConfiguration
- 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
-
#attachment_arn ⇒ String
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.
-
#endpoint_id ⇒ String
An ID for the endpoint.
Instance Attribute Details
#attachment_arn ⇒ String
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.
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_id ⇒ String
An ID for the endpoint. For custom routing accelerators, this is the virtual private cloud (VPC) subnet ID.
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 |