AWS::Scheduler::ScheduleDefinition of AWS::Scheduler::Schedule Resource Type
11 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
FlexibleTimeWindow | FlexibleTimeWindow | Required |
ScheduleExpression | string | Required |
Target | Target | Required |
Description | string | |
EndDate | string | |
GroupName | string | |
KmsKeyArn | string | |
Name | string | Create-only |
ScheduleExpressionTimezone | string | |
StartDate | string | |
State | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the schedule. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Scheduler::Schedule
Resources:
MyResource:
Type: AWS::Scheduler::Schedule
Properties:
FlexibleTimeWindow: "value"
ScheduleExpression: "value"
Target: "value"
Description: !Ref "AWS::StackName"
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
scheduler:CreateSchedulescheduler:GetScheduleiam:PassRolescheduler:GetSchedulescheduler:UpdateSchedulescheduler:GetScheduleiam:PassRolescheduler:DeleteSchedulescheduler:GetSchedulescheduler:ListSchedulesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name