customer_gateway_associations_list_only
Lists customer_gateway_associations in a region or regions, for all properties use customer_gateway_associations
Overview
| Name | customer_gateway_associations_list_only |
| Type | Resource |
| Description | The AWS::NetworkManager::CustomerGatewayAssociation type associates a customer gateway with a device and optionally, with a link. |
| Id | aws.networkmanager.customer_gateway_associations_list_only |
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. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all customer_gateway_associations in a region.
SELECT
region,
global_network_id,
customer_gateway_arn
FROM aws.networkmanager.customer_gateway_associations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the customer_gateway_associations_list_only resource, see customer_gateway_associations