Skip to main content

customer_gateway_associations

Retrieves a list of customer_gateway_associations in a region

Overview

Namecustomer_gateway_associations
TypeResource
Descriptioncustomer_gateway_associations
Idawscc.networkmanager.customer_gateway_associations

Fields

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

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
global_network_id,
customer_gateway_arn
FROM awscc.networkmanager.customer_gateway_associations
WHERE region = 'us-east-1'

Permissions

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

Create

networkmanager:GetCustomerGatewayAssociations,
networkmanager:AssociateCustomerGateway

List

networkmanager:GetCustomerGatewayAssociations