Returns a list of CloudWatch Logs Insights queries that are scheduled, running, or have been run recently in this account
Source:R/cloudwatchlogs_operations.R
cloudwatchlogs_describe_queries.RdReturns 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.
Usage
cloudwatchlogs_describe_queries(
logGroupName = NULL,
status = NULL,
maxResults = NULL,
nextToken = NULL,
queryLanguage = NULL
)Arguments
- logGroupName
Limits the returned queries to only those for the specified log group.
- status
Limits the returned queries to only those that have the specified status. Valid values are
Cancelled,Complete,Failed,Running, andScheduled.- maxResults
Limits the number of returned queries to the specified number.
- nextToken
The token for the next set of items to return. The token expires after 24 hours.
- queryLanguage
Limits the returned queries to only the queries that use the specified query language.