View source: R/cloudwatchlogs_operations.R
cloudwatchlogs_describe_queries | R Documentation |
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
)
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 |
maxResults |
Limits the number of returned queries to the specified number. |
nextToken |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.