Data Source schema for AWS::Redshift::ScheduledAction
id
(String) Uniquely identifies the resource.enable
(Boolean) If true, the schedule is enabled. If false, the scheduled action does not trigger.end_time
(String) The end time in UTC of the scheduled action. After this time, the scheduled action does not trigger.iam_role
(String) The IAM role to assume to run the target action.next_invocations
(List of String) List of times when the scheduled action will run.schedule
(String) The schedule in at( )
or cron( )
format.scheduled_action_description
(String) The description of the scheduled action.scheduled_action_name
(String) The name of the scheduled action. The name must be unique within an account.start_time
(String) The start time in UTC of the scheduled action. Before this time, the scheduled action does not trigger.state
(String) The state of the scheduled action.target_action
(Attributes) A JSON format string of the Amazon Redshift API operation with input parameters. (see below for nested schema)target_action
Read-Only:
pause_cluster
(Attributes) Describes a pause cluster operation. For example, a scheduled action to run the PauseCluster
API operation. (see below for nested schema)resize_cluster
(Attributes) Describes a resize cluster operation. For example, a scheduled action to run the ResizeCluster
API operation. (see below for nested schema)resume_cluster
(Attributes) Describes a resume cluster operation. For example, a scheduled action to run the ResumeCluster
API operation. (see below for nested schema)target_action.pause_cluster
Read-Only:
cluster_identifier
(String)target_action.resize_cluster
Read-Only:
classic
(Boolean)cluster_identifier
(String)cluster_type
(String)node_type
(String)number_of_nodes
(Number)target_action.resume_cluster
Read-Only:
cluster_identifier
(String)