cloudwatchlogs_list_log_groups_for_query: Returns a list of the log groups that were analyzed during a...

View source: R/cloudwatchlogs_operations.R

cloudwatchlogs_list_log_groups_for_queryR Documentation

Returns a list of the log groups that were analyzed during a single CloudWatch Logs Insights query

Description

Returns a list of the log groups that were analyzed during a single CloudWatch Logs Insights query. This can be useful for queries that use log group name prefixes or the filterIndex command, because the log groups are dynamically selected in these cases.

See https://www.paws-r-sdk.com/docs/cloudwatchlogs_list_log_groups_for_query/ for full documentation.

Usage

cloudwatchlogs_list_log_groups_for_query(
  queryId,
  nextToken = NULL,
  maxResults = NULL
)

Arguments

queryId

[required] The ID of the query to use. This query ID is from the response to your start_query operation.

nextToken
maxResults

Limits the number of returned log groups to the specified number.


paws.management documentation built on April 3, 2025, 10:39 p.m.