Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-redshift-scheduledaction.json
Parent schema serverless-framework-configuration
Type: object

The AWS::Redshift::ScheduledAction resource creates an Amazon Redshift Scheduled Action.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-redshift

Properties

ScheduledActionName string | Aws_CF_FunctionString required

The name of the scheduled action. The name must be unique within an account.

TargetAction object
One of: object object, object object, object object
Schedule string | Aws_CF_FunctionString

The schedule in at( ) or cron( ) format.

IamRole string | Aws_CF_FunctionString

The IAM role to assume to run the target action.

ScheduledActionDescription string | Aws_CF_FunctionString

The description of the scheduled action.

StartTime string | Aws_CF_FunctionString
EndTime string | Aws_CF_FunctionString
Enable boolean

If true, the schedule is enabled. If false, the scheduled action does not trigger.

Definitions

ResizeClusterMessage object

Describes a resize cluster operation. For example, a scheduled action to run the ResizeCluster API operation.

ClusterIdentifier string | Aws_CF_FunctionString required
ClusterType string | Aws_CF_FunctionString
NodeType string | Aws_CF_FunctionString
NumberOfNodes integer
Classic boolean
PauseClusterMessage object

Describes a pause cluster operation. For example, a scheduled action to run the PauseCluster API operation.

ClusterIdentifier string | Aws_CF_FunctionString required
ResumeClusterMessage object

Describes a resume cluster operation. For example, a scheduled action to run the ResumeCluster API operation.

ClusterIdentifier string | Aws_CF_FunctionString required
ScheduledActionType object
timestamp string | Aws_CF_FunctionString