Class: Aws::NetworkManager::Types::CreateDirectConnectGatewayAttachmentRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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_idString

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_arnString

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_locationsArray<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_labelString

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

#tagsArray<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