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

cloudwatchlogs_describe_query_definitions

This operation returns a paginated list of your saved CloudWatch Logs Insights query definitions


Description

This operation returns a paginated list of your saved CloudWatch Logs Insights query definitions.

You can use the queryDefinitionNamePrefix parameter to limit the results to only the query definitions that have names that start with a certain string.

Usage

cloudwatchlogs_describe_query_definitions(queryDefinitionNamePrefix,
  maxResults, nextToken)

Arguments

queryDefinitionNamePrefix

Use this parameter to filter your results to only the query definitions that have names that start with the prefix you specify.

maxResults

Limits the number of returned query definitions to the specified number.

nextToken

Value

A list with the following syntax:

list(
  queryDefinitions = list(
    list(
      queryDefinitionId = "string",
      name = "string",
      queryString = "string",
      lastModified = 123,
      logGroupNames = list(
        "string"
      )
    )
  ),
  nextToken = "string"
)

Request syntax

svc$describe_query_definitions(
  queryDefinitionNamePrefix = "string",
  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.