Modify Scheduled Action
GET {{aws_redshift_base_url}}/?ScheduledActionName&Enable&EndTime&IamRole&Schedule&ScheduledActionDescription&StartTime&TargetAction
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ScheduledActionName | null | The name of the scheduled action to modify. | |
Enable | null | A modified enable flag of the scheduled action. If true, the scheduled action is active. If false, the scheduled action is disabled. | |
EndTime | null | A modified end time of the scheduled action. For more information about this parameter, see ScheduledAction. | |
IamRole | null | A different IAM role to assume to run the target action. For more information about this parameter, see ScheduledAction. | |
Schedule | null | A modified schedule in either at( ) or cron( ) format. For more information about this parameter, see ScheduledAction. | |
ScheduledActionDescription | null | A modified description of the scheduled action. | |
StartTime | null | A modified start time of the scheduled action. For more information about this parameter, see ScheduledAction. | |
TargetAction | null | A modified JSON format of the scheduled action. For more information about this parameter, see ScheduledAction. |