aws.networkmanager.get_connections
Example SQL Queries
SELECT * FROMaws.networkmanager.get_connectionsWHERE"global_network_id" = 'VALUE';Description
Gets information about one or more of your connections in a global network.
Table Definition
| Column Name | Column Data Type |
|---|---|
| global_network_id Required Input Column The ID of the global network. | VARCHAR |
| connection_ids Input Column One or more connection IDs. | VARCHAR[] |
Show child fields
| |
| device_id Input Column The ID of the first device in the connection. | 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
| |
| connected_device_id The ID of the second device in the connection. | VARCHAR |
| connected_link_id The ID of the link for the second device in the connection. | VARCHAR |
| connection_arn The Amazon Resource Name (ARN) of the connection. | VARCHAR |
| connection_id The ID of the connection. | VARCHAR |
| created_at The date and time that the connection was created. | TIMESTAMP_S |
| description The description of the connection. | VARCHAR |
| link_id The ID of the link for the first device in the connection. | VARCHAR |
| state The state of the connection. | VARCHAR |
| tags The tags for the connection. | STRUCT( |
Show child fields
| |