Create Scheduled Action

GET {{aws_redshift_base_url}}/?IamRole&Schedule&ScheduledActionName&TargetAction&Enable&EndTime&ScheduledActionDescription&StartTime

Request Params

KeyDatatypeRequiredDescription
IamRolenullThe IAM role to assume to run the target action. For more information about this parameter, see ScheduledAction.
SchedulenullThe schedule in at( ) or cron( ) format. For more information about this parameter, see ScheduledAction.
ScheduledActionNamenullThe name of the scheduled action. The name must be unique within an account. For more information about this parameter, see ScheduledAction.
TargetActionnullA JSON format string of the Amazon Redshift API operation with input parameters. For more information about this parameter, see ScheduledAction.
EnablenullIf true, the schedule is enabled. If false, the scheduled action does not trigger. For more information about state of the scheduled action, see ScheduledAction.
EndTimenullThe 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.
ScheduledActionDescriptionnullThe description of the scheduled action.
StartTimenullThe 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.