class Aws::NetworkManager::Types::CreateConnectionRequest
@note When making an API call, you may pass CreateConnectionRequest
data as a hash: { global_network_id: "String", # required device_id: "String", # required connected_device_id: "String", # required link_id: "String", connected_link_id: "String", description: "String", tags: [ { key: "TagKey", value: "TagValue", }, ], }
@!attribute [rw] global_network_id
The ID of the global network. @return [String]
@!attribute [rw] device_id
The ID of the first device in the connection. @return [String]
@!attribute [rw] connected_device_id
The ID of the second device in the connection. @return [String]
@!attribute [rw] link_id
The ID of the link for the first device. @return [String]
@!attribute [rw] connected_link_id
The ID of the link for the second device. @return [String]
@!attribute [rw] description
A description of the connection. Length Constraints: Maximum length of 256 characters. @return [String]
@!attribute [rw] tags
The tags to apply to the resource during creation. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/CreateConnectionRequest AWS API Documentation
Constants
- SENSITIVE