cloudwatchlogs_describe_queries {paws.management} | R Documentation |
Returns a list of CloudWatch Logs Insights queries that are scheduled, running, or have been run recently in this account
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.
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
)
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 |
maxResults |
Limits the number of returned queries to the specified number. |
nextToken |
[Package paws.management version 0.6.1 Index]