Class: Aws::NetworkManager::Types::CreateConnectAttachmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CreateConnectAttachmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The client token associated with the request.
-
#core_network_id ⇒ String
The ID of a core network where you want to create the attachment.
-
#edge_location ⇒ String
The Region where the edge is located.
-
#options ⇒ Types::ConnectAttachmentOptions
Options for creating an attachment.
-
#routing_policy_label ⇒ String
The routing policy label to apply to the Connect attachment for traffic routing decisions.
-
#tags ⇒ Array<Types::Tag>
The list of key-value tags associated with the request.
-
#transport_attachment_id ⇒ String
The ID of the attachment between the two connections.
Instance Attribute Details
#client_token ⇒ String
The client token associated with the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1491 class CreateConnectAttachmentRequest < Struct.new( :core_network_id, :edge_location, :transport_attachment_id, :routing_policy_label, :options, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#core_network_id ⇒ String
The ID of a core network where you want to create the attachment.
1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1491 class CreateConnectAttachmentRequest < Struct.new( :core_network_id, :edge_location, :transport_attachment_id, :routing_policy_label, :options, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#edge_location ⇒ String
The Region where the edge is located.
1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1491 class CreateConnectAttachmentRequest < Struct.new( :core_network_id, :edge_location, :transport_attachment_id, :routing_policy_label, :options, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#options ⇒ Types::ConnectAttachmentOptions
Options for creating an attachment.
1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1491 class CreateConnectAttachmentRequest < Struct.new( :core_network_id, :edge_location, :transport_attachment_id, :routing_policy_label, :options, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#routing_policy_label ⇒ String
The routing policy label to apply to the Connect attachment for traffic routing decisions.
1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1491 class CreateConnectAttachmentRequest < Struct.new( :core_network_id, :edge_location, :transport_attachment_id, :routing_policy_label, :options, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The list of key-value tags associated with the request.
1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1491 class CreateConnectAttachmentRequest < Struct.new( :core_network_id, :edge_location, :transport_attachment_id, :routing_policy_label, :options, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#transport_attachment_id ⇒ String
The ID of the attachment between the two connections.
1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1491 class CreateConnectAttachmentRequest < Struct.new( :core_network_id, :edge_location, :transport_attachment_id, :routing_policy_label, :options, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |