GetScheduleResponse

Types

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

Properties

Link copied to clipboard

Indicates the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking the target.

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the schedule.

Link copied to clipboard

The time at which the schedule was created.

Link copied to clipboard

The description of the schedule.

Link copied to clipboard

The date, in UTC, before which the schedule can invoke its target. Depending on the schedule's recurrence expression, invocations might stop on, or before, the EndDate you specify. EventBridge Scheduler ignores EndDate for one-time schedules.

Link copied to clipboard

Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.

Link copied to clipboard

The name of the schedule group associated with this schedule.

Link copied to clipboard

The ARN for a customer managed KMS Key that is be used to encrypt and decrypt your data.

Link copied to clipboard

The time at which the schedule was last modified.

Link copied to clipboard
val name: String?

The name of the schedule.

Link copied to clipboard

The expression that defines when the schedule runs. The following formats are supported.

Link copied to clipboard

The timezone in which the scheduling expression is evaluated.

Link copied to clipboard

The date, in UTC, after which the schedule can begin invoking its target. Depending on the schedule's recurrence expression, invocations might occur on, or after, the StartDate you specify. EventBridge Scheduler ignores StartDate for one-time schedules.

Link copied to clipboard

Specifies whether the schedule is enabled or disabled.

Link copied to clipboard

The schedule target.

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