cloudwatchlogs_put_query_definition: Creates or updates a query definition for CloudWatch Logs...

View source: R/cloudwatchlogs_operations.R

cloudwatchlogs_put_query_definitionR Documentation

Creates or updates a query definition for CloudWatch Logs Insights

Description

Creates or updates a query definition for CloudWatch Logs Insights. For more information, see Analyzing Log Data with CloudWatch Logs Insights.

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

Usage

cloudwatchlogs_put_query_definition(
  name,
  queryDefinitionId = NULL,
  logGroupNames = NULL,
  queryString
)

Arguments

name

[required] A name for the query definition. If you are saving numerous query definitions, we recommend that you name them. This way, you can find the ones you want by using the first part of the name as a filter in the queryDefinitionNamePrefix parameter of describe_query_definitions.

queryDefinitionId

If you are updating a query definition, use this parameter to specify the ID of the query definition that you want to update. You can use describe_query_definitions to retrieve the IDs of your saved query definitions.

If you are creating a query definition, do not specify this parameter. CloudWatch generates a unique ID for the new query definition and include it in the response to this operation.

logGroupNames

Use this parameter to include specific log groups as part of your query definition.

If you are updating a query definition and you omit this parameter, then the updated definition will contain no log groups.

queryString

[required] The query string to use for this definition. For more information, see CloudWatch Logs Insights Query Syntax.


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