PutQueryDefinitionRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Used as an idempotency token, to avoid returning an exception if the service receives the same request twice because of a network error.

Link copied to clipboard

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

Link copied to clipboard
val name: String?

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 DescribeQueryDefinitions.

Link copied to clipboard

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 DescribeQueryDefinitions to retrieve the IDs of your saved query definitions.

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String