aws.networkmanager.get_connect_peer_associations
Example SQL Queries
SELECT * FROMaws.networkmanager.get_connect_peer_associationsWHERE"global_network_id" = 'VALUE';Description
Returns information about a core network Connect peer associations.
Table Definition
| Column Name | Column Data Type |
|---|---|
| global_network_id Required Input Column The ID of the global network. | VARCHAR |
| connect_peer_ids Input Column The IDs of the Connect peers. | 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
| |
| connect_peer_id The ID of the Connect peer. | VARCHAR |
| device_id The ID of the device to connect to. | VARCHAR |
| link_id The ID of the link. | VARCHAR |
| state The state of the Connect peer association. | VARCHAR |