cloudwatchlogs_describe_queries: Returns a list of CloudWatch Logs Insights queries that are...

View source: R/cloudwatchlogs_operations.R

cloudwatchlogs_describe_queriesR 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 Cancelled, Complete, Failed, Running, and Scheduled.

maxResults

Limits the number of returned queries to the specified number.

nextToken

paws.management documentation built on Sept. 12, 2023, 1:06 a.m.