Schedule

class Schedule : KotlinCustomResource

Definition of AWS::Scheduler::Schedule Resource Type

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the schedule.

Link copied to clipboard
val description: Output<String>?

The description of the schedule.

Link copied to clipboard
val endDate: Output<String>?

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.

Link copied to clipboard

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

Link copied to clipboard
val groupName: Output<String>?

The name of the schedule group to associate with this schedule. If you omit this, the default schedule group is used.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val kmsKeyArn: Output<String>?

The ARN for a KMS Key that will be used to encrypt customer data.

Link copied to clipboard
val name: Output<String>?

The name of the schedule.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The scheduling expression.

Link copied to clipboard

The timezone in which the scheduling expression is evaluated.

Link copied to clipboard
val startDate: Output<String>?

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.

Link copied to clipboard
val state: Output<ScheduleState>?

Specifies whether the schedule is enabled or disabled. Allowed Values : ENABLED | DISABLED

Link copied to clipboard
val target: Output<ScheduleTarget>

The schedule's target details.

Link copied to clipboard
val urn: Output<String>