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.

Returns:

  • (String)


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_idString

The ID of the Cloud WAN core network that the Direct Connect gateway attachment should be attached to.

Returns:

  • (String)


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_arnString

The ARN of the Direct Connect gateway attachment.

Returns:

  • (String)


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

One or more core network edge locations that the Direct Connect gateway attachment is associated with.

Returns:

  • (Array<String>)


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

#tagsArray<Types::Tag>

The key value tags to apply to the Direct Connect gateway attachment during creation.

Returns:



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