Class: Aws::NetworkManager::Types::CreateDirectConnectGatewayAttachmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CreateDirectConnectGatewayAttachmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
client token.
-
#core_network_id ⇒ String
The ID of the Cloud WAN core network that the Direct Connect gateway attachment should be attached to.
-
#direct_connect_gateway_arn ⇒ String
The ARN of the Direct Connect gateway attachment.
-
#edge_locations ⇒ Array<String>
One or more core network edge locations that the Direct Connect gateway attachment is associated with.
-
#routing_policy_label ⇒ String
The routing policy label to apply to the Direct Connect Gateway attachment for traffic routing decisions.
-
#tags ⇒ Array<Types::Tag>
The key value tags to apply to the Direct Connect gateway attachment during creation.
Instance Attribute Details
#client_token ⇒ String
client token
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1848 class CreateDirectConnectGatewayAttachmentRequest < Struct.new( :core_network_id, :direct_connect_gateway_arn, :routing_policy_label, :edge_locations, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#core_network_id ⇒ String
The ID of the Cloud WAN core network that the Direct Connect gateway attachment should be attached to.
1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1848 class CreateDirectConnectGatewayAttachmentRequest < Struct.new( :core_network_id, :direct_connect_gateway_arn, :routing_policy_label, :edge_locations, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#direct_connect_gateway_arn ⇒ String
The ARN of the Direct Connect gateway attachment.
1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1848 class CreateDirectConnectGatewayAttachmentRequest < Struct.new( :core_network_id, :direct_connect_gateway_arn, :routing_policy_label, :edge_locations, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#edge_locations ⇒ Array<String>
One or more core network edge locations that the Direct Connect gateway attachment is associated with.
1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1848 class CreateDirectConnectGatewayAttachmentRequest < Struct.new( :core_network_id, :direct_connect_gateway_arn, :routing_policy_label, :edge_locations, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#routing_policy_label ⇒ String
The routing policy label to apply to the Direct Connect Gateway attachment for traffic routing decisions.
1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1848 class CreateDirectConnectGatewayAttachmentRequest < Struct.new( :core_network_id, :direct_connect_gateway_arn, :routing_policy_label, :edge_locations, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The key value tags to apply to the Direct Connect gateway attachment during creation.
1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1848 class CreateDirectConnectGatewayAttachmentRequest < Struct.new( :core_network_id, :direct_connect_gateway_arn, :routing_policy_label, :edge_locations, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |