aws.networkmanager.get_customer_gateway_associations
Example SQL Queries
SELECT * FROMaws.networkmanager.get_customer_gateway_associationsWHERE"global_network_id" = 'VALUE';Description
Gets the association information for customer gateways that are associated with devices and links in your global network.
Table Definition
| Column Name | Column Data Type |
|---|---|
| global_network_id Required Input Column The ID of the global network. | VARCHAR |
| customer_gateway_arns Input Column One or more customer gateway Amazon Resource Names (ARNs). The maximum is 10. | VARCHAR[] |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| customer_gateway_arn The Amazon Resource Name (ARN) of the customer gateway. | VARCHAR |
| device_id The ID of the device. | VARCHAR |
| link_id The ID of the link. | VARCHAR |
| state The association state. | VARCHAR |