ScheduledQuerySummary

Summary information about a scheduled query, including basic configuration and execution status.

Types

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

Properties

Link copied to clipboard

The timestamp when the scheduled query was created.

Link copied to clipboard

Configuration for where query results are delivered.

Link copied to clipboard

The status of the most recent execution.

Link copied to clipboard

The timestamp when the scheduled query was last executed.

Link copied to clipboard

The timestamp 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.

Link copied to clipboard

The timezone used for evaluating the schedule expression.

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