AWS::Redshift::ScheduledActionThe `AWS::Redshift::ScheduledAction` resource creates an Amazon Redshift Scheduled Action.
8 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ScheduledActionName | string | RequiredCreate-only |
Enable | boolean | |
EndTime | string | |
IamRole | string | |
Schedule | string | |
ScheduledActionDescription | string | |
StartTime | string | |
TargetAction | ScheduledActionType |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
NextInvocations | Array<string> | List of times when the scheduled action will run. |
State | string | The state of the scheduled action. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Redshift::ScheduledAction
Resources:
MyResource:
Type: AWS::Redshift::ScheduledAction
Properties:
ScheduledActionName: "my-scheduledactionname"Permissions CloudFormation needs in your IAM role to manage this resource.
redshift:DescribeScheduledActionsredshift:DescribeTagsredshift:CreateScheduledActionredshift:DescribeScheduledActionsredshift:DescribeTagsredshift:PauseClusterredshift:ResumeClusterredshift:ResizeClusteriam:PassRoleredshift:DescribeScheduledActionsredshift:ModifyScheduledActionredshift:PauseClusterredshift:ResumeClusterredshift:ResizeClusterredshift:DescribeTagsiam:PassRoleredshift:DescribeTagsredshift:DescribeScheduledActionsredshift:DescribeTagsredshift:DescribeScheduledActionsredshift:DeleteScheduledActionOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterScheduledActionNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ScheduledActionName