QueryDefinition

This structure contains details about a saved CloudWatch Logs Insights query definition.

Types

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

Properties

Link copied to clipboard

The date that the query definition was most recently modified.

Link copied to clipboard

If this query definition contains a list of log groups that it is limited to, that list appears here.

Link copied to clipboard
val name: String?

The name of the query definition.

Link copied to clipboard

The unique ID of the query definition.

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
inline fun copy(block: QueryDefinition.Builder.() -> Unit = {}): QueryDefinition
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