Skip to main content

customer_gateway_association

Gets an individual customer_gateway_association resource

Overview

Namecustomer_gateway_association
TypeResource
Descriptioncustomer_gateway_association
Idawscc.networkmanager.customer_gateway_association

Fields

NameDatatypeDescription
global_network_idstringThe ID of the global network.
customer_gateway_arnstringThe Amazon Resource Name (ARN) of the customer gateway.
device_idstringThe ID of the device
link_idstringThe ID of the link
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
global_network_id,
customer_gateway_arn,
device_id,
link_id
FROM awscc.networkmanager.customer_gateway_association
WHERE data__Identifier = '<GlobalNetworkId>|<CustomerGatewayArn>';

Permissions

To operate on the customer_gateway_association resource, the following permissions are required:

Read

networkmanager:GetCustomerGatewayAssociations

Delete

networkmanager:DisassociateCustomerGateway