---
type: resource-type
title: SchedulerSchedule
description: aws resource type AWS::Scheduler::Schedule
name: SchedulerSchedule
lexicon: aws
resource_type: AWS::Scheduler::Schedule
---
`AWS::Scheduler::Schedule`, a resource type of the aws lexicon.

## Properties

- `FlexibleTimeWindow` (`SchedulerSchedule_FlexibleTimeWindow`, required)
- `ScheduleExpression` (`string`, required): The scheduling expression.
- `Target` (`SchedulerSchedule_Target`, required)
- `Arn` (`string`, optional): The Amazon Resource Name (ARN) of the schedule.
- `Description` (`string`, optional): The description of the schedule.
- `EndDate` (`string`, optional): 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.
- `GroupName` (`string`, optional): The name of the schedule group to associate with this schedule. If you omit this, the default schedule group is used.
- `KmsKeyArn` (`string`, optional): The ARN for a KMS Key that will be used to encrypt customer data.
- `Name` (`string`, optional)
- `ScheduleExpressionTimezone` (`string`, optional): The timezone in which the scheduling expression is evaluated.
- `StartDate` (`string`, optional): 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.
- `State` (`SchedulerSchedule_ScheduleState`, optional)

## Attributes

- `Arn`
