Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

cloudwatchlogs_describe_queries

Returns a list of CloudWatch Logs Insights queries that are scheduled, executing, or have been executed recently in this account


Description

Returns a list of CloudWatch Logs Insights queries that are scheduled, executing, or have been executed 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.

Usage

cloudwatchlogs_describe_queries(logGroupName, status, maxResults,
  nextToken)

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

Value

A list with the following syntax:

list(
  queries = list(
    list(
      queryId = "string",
      queryString = "string",
      status = "Scheduled"|"Running"|"Complete"|"Failed"|"Cancelled",
      createTime = 123,
      logGroupName = "string"
    )
  ),
  nextToken = "string"
)

Request syntax

svc$describe_queries(
  logGroupName = "string",
  status = "Scheduled"|"Running"|"Complete"|"Failed"|"Cancelled",
  maxResults = 123,
  nextToken = "string"
)

paws.management

Amazon Web Services Management & Governance Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.