--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_networkmanager_customer_gateway_association Resource - terraform-provider-awscc" subcategory: "" description: |- The AWS::NetworkManager::CustomerGatewayAssociation type associates a customer gateway with a device and optionally, with a link. --- # awscc_networkmanager_customer_gateway_association (Resource) The AWS::NetworkManager::CustomerGatewayAssociation type associates a customer gateway with a device and optionally, with a link. ## Schema ### Required - `customer_gateway_arn` (String) The Amazon Resource Name (ARN) of the customer gateway. - `device_id` (String) The ID of the device - `global_network_id` (String) The ID of the global network. ### Optional - `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_customer_gateway_association.example ```