Class: Aws::NetworkManager::Types::CreateConnectAttachmentRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

The client token associated with the request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1194

class CreateConnectAttachmentRequest < Struct.new(
  :core_network_id,
  :edge_location,
  :transport_attachment_id,
  :options,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#core_network_idString

The ID of a core network where you want to create the attachment.

Returns:

  • (String)


1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1194

class CreateConnectAttachmentRequest < Struct.new(
  :core_network_id,
  :edge_location,
  :transport_attachment_id,
  :options,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#edge_locationString

The Region where the edge is located.

Returns:

  • (String)


1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1194

class CreateConnectAttachmentRequest < Struct.new(
  :core_network_id,
  :edge_location,
  :transport_attachment_id,
  :options,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#optionsTypes::ConnectAttachmentOptions

Options for creating an attachment.



1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1194

class CreateConnectAttachmentRequest < Struct.new(
  :core_network_id,
  :edge_location,
  :transport_attachment_id,
  :options,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The list of key-value tags associated with the request.

Returns:



1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1194

class CreateConnectAttachmentRequest < Struct.new(
  :core_network_id,
  :edge_location,
  :transport_attachment_id,
  :options,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#transport_attachment_idString

The ID of the attachment between the two connections.

Returns:

  • (String)


1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1194

class CreateConnectAttachmentRequest < Struct.new(
  :core_network_id,
  :edge_location,
  :transport_attachment_id,
  :options,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end