aws.networkmanager.get_transit_gateway_connect_peer_associations
Example SQL Queries
SELECT * FROMaws.networkmanager.get_transit_gateway_connect_peer_associationsWHERE"global_network_id" = 'VALUE';Description
Gets information about one or more of your transit gateway Connect peer associations in a global network.
Table Definition
| Column Name | Column Data Type |
|---|---|
| global_network_id Required Input Column The ID of the global network. | VARCHAR |
| transit_gateway_connect_peer_arns Input Column One or more transit gateway Connect peer Amazon Resource Names (ARNs). | 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
| |
| device_id The ID of the device. | VARCHAR |
| link_id The ID of the link. | VARCHAR |
| state The state of the association. | VARCHAR |
| transit_gateway_connect_peer_arn The Amazon Resource Name (ARN) of the transit gateway Connect peer. | VARCHAR |