ScheduledQuerySummary

Summary information about a scheduled query, used in list operations.

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.

Link copied to clipboard

Configuration for destinations where the query results are delivered.

Link copied to clipboard

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

Link copied to clipboard

The time when the scheduled query was last executed.

Link copied to clipboard

The time when the scheduled query was last updated.

Link copied to clipboard
val name: String?

The name of the scheduled query.

Link copied to clipboard

The ARN of the scheduled query.

Link copied to clipboard

The cron expression that defines when the scheduled query runs.

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