aws.logs.describe_queries
Example SQL Queries
SELECT * FROMaws.logs.describe_queries;Description
Returns a list of CloudWatch Logs Insights queries that are scheduled, running, or have been run recently in this account. You can request all queries or limit it to queries of a specific log group or queries with a certain status.
Table Definition
| Column Name | Column Data Type |
|---|---|
| log_group_name Input Column The name of the log group scanned by this query. | VARCHAR |
| status Input Column The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown. | 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 |
| create_time The date and time that this query was created. | BIGINT |
| query_id The unique ID number of this query. | VARCHAR |
| query_string The query string used in this query. | VARCHAR |