customer_gateway_associations
Retrieves a list of customer_gateway_associations
in a region
Overview
Name | customer_gateway_associations |
Type | Resource |
Description | customer_gateway_associations |
Id | awscc.networkmanager.customer_gateway_associations |
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
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