Skip to main content

customer_gateway_associations_list_only

Lists customer_gateway_associations in a region or regions, for all properties use customer_gateway_associations

Overview

Namecustomer_gateway_associations_list_only
TypeResource
DescriptionThe AWS::NetworkManager::CustomerGatewayAssociation type associates a customer gateway with a device and optionally, with a link.
Idaws.networkmanager.customer_gateway_associations_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

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