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.
See https://www.paws-r-sdk.com/docs/cloudwatchlogs_describe_queries/ for full documentation.
cloudwatchlogs_describe_queries(
logGroupName = NULL,
status = NULL,
maxResults = NULL,
nextToken = NULL,
queryLanguage = NULL
)Limits the returned queries to only those for the specified log group.
Limits the returned queries to only those that have the specified
status. Valid values are Cancelled, Complete, Failed, Running,
and Scheduled.
Limits the number of returned queries to the specified number.
Limits the returned queries to only the queries that use the specified query language.