class Aws::NetworkManager::Types::CreateLinkRequest
@note When making an API call, you may pass CreateLinkRequest
data as a hash: { global_network_id: "String", # required description: "String", type: "String", bandwidth: { # required upload_speed: 1, download_speed: 1, }, provider: "String", site_id: "String", # required tags: [ { key: "TagKey", value: "TagValue", }, ], }
@!attribute [rw] global_network_id
The ID of the global network. @return [String]
@!attribute [rw] description
A description of the link. Length Constraints: Maximum length of 256 characters. @return [String]
@!attribute [rw] type
The type of the link. Constraints: Cannot include the following characters: \| \\ ^ Length Constraints: Maximum length of 128 characters. @return [String]
@!attribute [rw] bandwidth
The upload speed and download speed in Mbps. @return [Types::Bandwidth]
@!attribute [rw] provider
The provider of the link. Constraints: Cannot include the following characters: \| \\ ^ Length Constraints: Maximum length of 128 characters. @return [String]
@!attribute [rw] site_id
The ID of the site. @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/CreateLinkRequest AWS API Documentation
Constants
- SENSITIVE