aws.networkmanager.list_connect_peers
Example SQL Queries
SELECT * FROMaws.networkmanager.list_connect_peers;Description
Returns a list of core network Connect peers.
Table Definition
| Column Name | Column Data Type |
|---|---|
| connect_attachment_id Input Column The ID of a Connect peer attachment. | VARCHAR |
| core_network_id Input Column The ID of a core network. | VARCHAR |
| _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 a Connect peer. | VARCHAR |
| connect_peer_state The state of a Connect peer. | VARCHAR |
| created_at The timestamp when a Connect peer was created. | TIMESTAMP_S |
| edge_location The Region where the edge is located. | VARCHAR |
| subnet_arn The subnet ARN for the Connect peer summary. | VARCHAR |
| tags The list of key-value tags associated with the Connect peer summary. | STRUCT( |
Show child fields
| |