GetScheduledQueryResponse

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

The description of the scheduled query.

Link copied to clipboard

Configuration for where query results are delivered.

Link copied to clipboard

The ARN of the IAM role used to execute the query and deliver results.

Link copied to clipboard

The status of the most recent execution of the scheduled query.

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

The log groups 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.

Link copied to clipboard

The query string executed by the scheduled query.

Link copied to clipboard

The ARN of the scheduled query.

Link copied to clipboard

The end time for the scheduled query in Unix epoch format.

Link copied to clipboard

The cron expression that defines when the scheduled query runs.

Link copied to clipboard

The start time for the scheduled query in Unix epoch format.

Link copied to clipboard

The time offset in seconds that defines the lookback period for the query.

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