customer_gateway_association
Gets an individual customer_gateway_association
resource
Overview
Name | customer_gateway_association |
Type | Resource |
Description | customer_gateway_association |
Id | awscc.networkmanager.customer_gateway_association |
Fields
Name | Datatype | Description |
---|---|---|
global_network_id | string | The ID of the global network. |
customer_gateway_arn | string | The Amazon Resource Name (ARN) of the customer gateway. |
device_id | string | The ID of the device |
link_id | string | The ID of the link |
region | string | AWS 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