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.
-
#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.
1649 1650 1651 1652 1653 1654 1655 1656 1657 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1649 class CreateDirectConnectGatewayAttachmentRequest < Struct.new( :core_network_id, :direct_connect_gateway_arn, :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.
1649 1650 1651 1652 1653 1654 1655 1656 1657 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1649 class CreateDirectConnectGatewayAttachmentRequest < Struct.new( :core_network_id, :direct_connect_gateway_arn, :edge_locations, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#direct_connect_gateway_arn ⇒ String
The ARN of the Direct Connect gateway attachment.
1649 1650 1651 1652 1653 1654 1655 1656 1657 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1649 class CreateDirectConnectGatewayAttachmentRequest < Struct.new( :core_network_id, :direct_connect_gateway_arn, :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.
1649 1650 1651 1652 1653 1654 1655 1656 1657 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1649 class CreateDirectConnectGatewayAttachmentRequest < Struct.new( :core_network_id, :direct_connect_gateway_arn, :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.
1649 1650 1651 1652 1653 1654 1655 1656 1657 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1649 class CreateDirectConnectGatewayAttachmentRequest < Struct.new( :core_network_id, :direct_connect_gateway_arn, :edge_locations, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |