GetScheduledQueryResponse

Types

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

Properties

Link copied to clipboard

The time when the scheduled query was created, in Unix epoch time.

Link copied to clipboard

The description of the scheduled query.

Link copied to clipboard

Configuration for destinations where the query results are delivered.

Link copied to clipboard

The ARN of the IAM role used to execute the scheduled query.

Link copied to clipboard

The status of the last executed query (Running, Complete, Failed, Timeout, or InvalidQuery).

Link copied to clipboard

The time when the scheduled query was last executed, in Unix epoch time.

Link copied to clipboard

The time when the scheduled query was last updated, in Unix epoch time.

Link copied to clipboard

The log group identifiers being queried by the scheduled query.

Link copied to clipboard
val name: String?

The name of the scheduled query.

Link copied to clipboard

The query language used by the scheduled query (LogsQL, PPL, or SQL).

Link copied to clipboard

The CloudWatch Logs Insights query string being executed.

Link copied to clipboard

The Amazon Resource Name (ARN) of the scheduled query.

Link copied to clipboard

The end time for the query schedule in Unix epoch time.

Link copied to clipboard

The cron expression that defines when the scheduled query runs.

Link copied to clipboard

The start time for the query schedule in Unix epoch time.

Link copied to clipboard

Time offset in seconds from the execution time for the start of the query time range.

Link copied to clipboard

The current state of the scheduled query (ENABLED or DISABLED).

Link copied to clipboard

The timezone in which the schedule expression is evaluated.

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