The AWS::NetworkManager::Link type describes a link.
bandwidth
(Attributes) The Bandwidth for the link. (see below for nested schema)global_network_id
(String) The ID of the global network.site_id
(String) The ID of the sitedescription
(String) The description of the link.provider_name
(String) The provider of the link.tags
(Attributes Set) The tags for the link. (see below for nested schema)type
(String) The type of the link.created_at
(String) The date and time that the device was created.id
(String) Uniquely identifies the resource.link_arn
(String) The Amazon Resource Name (ARN) of the link.link_id
(String) The ID of the link.state
(String) The state of the link.bandwidth
Optional:
download_speed
(Number) Download speed in Mbps.upload_speed
(Number) Upload speed in Mbps.tags
Required:
key
(String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.value
(String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.Import is supported using the following syntax:
$ terraform import awscc_networkmanager_link.example <resource ID>