AWS Fundamentals Logo
AWS Fundamentals
AWS::Redshift::ScheduledAction

Redshift ScheduledAction

The `AWS::Redshift::ScheduledAction` resource creates an Amazon Redshift Scheduled Action.

Properties

8 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
ScheduledActionName
string
RequiredCreate-only
Enable
boolean
EndTime
string
IamRole
string
Schedule
string
ScheduledActionDescription
string
StartTime
string
TargetAction
ScheduledActionType

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
NextInvocationsArray<string>List of times when the scheduled action will run.
StatestringThe state of the scheduled action.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Redshift::ScheduledAction

Resources:
  MyResource:
    Type: AWS::Redshift::ScheduledAction
    Properties:
      ScheduledActionName: "my-scheduledactionname"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

read

redshift:DescribeScheduledActionsredshift:DescribeTags

create

redshift:CreateScheduledActionredshift:DescribeScheduledActionsredshift:DescribeTagsredshift:PauseClusterredshift:ResumeClusterredshift:ResizeClusteriam:PassRole

update

redshift:DescribeScheduledActionsredshift:ModifyScheduledActionredshift:PauseClusterredshift:ResumeClusterredshift:ResizeClusterredshift:DescribeTagsiam:PassRole

list

redshift:DescribeTagsredshift:DescribeScheduledActions

delete

redshift:DescribeTagsredshift:DescribeScheduledActionsredshift:DeleteScheduledAction

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceRedshift
Properties10
Required1
TaggingNot supported
Primary IDScheduledActionName

Supported Operations

ReadCreateUpdateListDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ScheduledActionName

External Links