aws.events.list_connections
Example SQL Queries
SELECT * FROMaws.events.list_connections;Description
Retrieves a list of connections from the account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| connection_state Input Column The state of the connection. | VARCHAR |
| limit Input Column The maximum number of connections to return. | BIGINT |
| name_prefix Input Column A name prefix to filter results returned. Only connections with a name that starts with the prefix are returned. | VARCHAR |
| next_token Input Column A token you can use in a subsequent request to retrieve the next set of results. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| connections An array of connections objects that include details about the connections. | STRUCT( |
Show child fields
| |