aws.apigatewaymanagementapi.get_connection
Example SQL Queries
SELECT * FROMaws.apigatewaymanagementapi.get_connectionWHERE"connection_id" = 'VALUE';Description
Get information about the connection with the provided id.
Table Definition
| Column Name | Column Data Type |
|---|---|
| connection_id Required Input Column | 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_at The time in ISO 8601 format for when the connection was established. | TIMESTAMP_S |
| identity | STRUCT( |
Show child fields
| |
| last_active_at The time in ISO 8601 format for when the connection was last active. | TIMESTAMP_S |