UpdateScheduledQueryRequest

Types

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

Properties

Link copied to clipboard

An updated description for the scheduled query.

Link copied to clipboard

The updated configuration for where to deliver query results.

Link copied to clipboard

The updated ARN of the IAM role that grants permissions to execute the query and deliver results.

Link copied to clipboard

The ARN or name of the scheduled query to update.

Link copied to clipboard

The updated array of log group names or ARNs to query.

Link copied to clipboard

The updated query language for the scheduled query.

Link copied to clipboard

The updated query string to execute.

Link copied to clipboard

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

Link copied to clipboard

The updated cron expression that defines when the scheduled query runs.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The updated state of the scheduled query.

Link copied to clipboard

The updated timezone 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