Modify Scheduled Action

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

Request Params

KeyDatatypeRequiredDescription
ScheduledActionNamenullThe name of the scheduled action to modify.
EnablenullA modified enable flag of the scheduled action. If true, the scheduled action is active. If false, the scheduled action is disabled.
EndTimenullA modified end time of the scheduled action. For more information about this parameter, see ScheduledAction.
IamRolenullA different IAM role to assume to run the target action. For more information about this parameter, see ScheduledAction.
SchedulenullA modified schedule in either at( ) or cron( ) format. For more information about this parameter, see ScheduledAction.
ScheduledActionDescriptionnullA modified description of the scheduled action.
StartTimenullA modified start time of the scheduled action. For more information about this parameter, see ScheduledAction.
TargetActionnullA modified JSON format of the scheduled action. For more information about this parameter, see ScheduledAction.