You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Redshift::Types::CreateScheduledActionMessageWhen passing CreateScheduledActionMessage as input to an Aws::Client method, you can use a vanilla Hash:
{
scheduled_action_name: "String", target_action: { resize_cluster: {
cluster_identifier: "String", cluster_type: "String",
node_type: "String",
number_of_nodes: 1,
classic: false,
},
pause_cluster: {
cluster_identifier: "String", },
resume_cluster: {
cluster_identifier: "String", },
},
schedule: "String", iam_role: "String", scheduled_action_description: "String",
start_time: Time.now,
end_time: Time.now,
enable: false,
}
Instance Attribute Summary collapse
If true, the schedule is enabled.
The end time in UTC of the scheduled action.
The IAM role to assume to run the target action.
The schedule in at( )
or cron( )
format.
The description of the scheduled action.
The name of the scheduled action.
The start time in UTC of the scheduled action.
A JSON format string of the Amazon Redshift API operation with input parameters.
If true, the schedule is enabled. If false, the scheduled action does not trigger. For more information about state
of the scheduled action, see ScheduledAction.
The end time in UTC of the scheduled action. After this time, the scheduled action does not trigger. For more information about this parameter, see ScheduledAction.
#iam_role ⇒ StringThe IAM role to assume to run the target action. For more information about this parameter, see ScheduledAction.
#schedule ⇒ StringThe schedule in at( )
or cron( )
format. For more information about this parameter, see ScheduledAction.
The description of the scheduled action.
#scheduled_action_name ⇒ StringThe name of the scheduled action. The name must be unique within an account. For more information about this parameter, see ScheduledAction.
#start_time ⇒ TimeThe start time in UTC of the scheduled action. Before this time, the scheduled action does not trigger. For more information about this parameter, see ScheduledAction.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4