--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_networkmanager_link_association Resource - terraform-provider-awscc" subcategory: "" description: |- The AWS::NetworkManager::LinkAssociation type associates a link to a device. The device and link must be in the same global network and the same site. --- # awscc_networkmanager_link_association (Resource) The AWS::NetworkManager::LinkAssociation type associates a link to a device. The device and link must be in the same global network and the same site. ## Schema ### Required - `device_id` (String) The ID of the device - `global_network_id` (String) The ID of the global network. - `link_id` (String) The ID of the link ### Read-Only - `id` (String) Uniquely identifies the resource. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_networkmanager_link_association.example ```