http://redshift.{region}.amazonaws.com/#Action=ModifyScheduledActionModifies a scheduled action.
The name of the scheduled action to modify.
A modified JSON format of the scheduled action. For more information about this parameter, see <a>ScheduledAction</a>.
A modified schedule in either <code>at( )</code> or <code>cron( )</code> format. For more information about this parameter, see <a>ScheduledAction</a>.
A different IAM role to assume to run the target action. For more information about this parameter, see <a>ScheduledAction</a>.
A modified description of the scheduled action.
A modified start time of the scheduled action. For more information about this parameter, see <a>ScheduledAction</a>.
A modified end time of the scheduled action. For more information about this parameter, see <a>ScheduledAction</a>.
A modified enable flag of the scheduled action. If true, the scheduled action is active. If false, the scheduled action is disabled.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'http://redshift.{region}.amazonaws.com/#Action=ModifyScheduledAction' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://redshift.{region}.amazonaws.com/#Action=ModifyScheduledActionModifies a scheduled action.
The name of the scheduled action to modify.
A modified JSON format of the scheduled action. For more information about this parameter, see <a>ScheduledAction</a>.
A modified schedule in either <code>at( )</code> or <code>cron( )</code> format. For more information about this parameter, see <a>ScheduledAction</a>.
A different IAM role to assume to run the target action. For more information about this parameter, see <a>ScheduledAction</a>.
A modified description of the scheduled action.
A modified start time of the scheduled action. For more information about this parameter, see <a>ScheduledAction</a>.
A modified end time of the scheduled action. For more information about this parameter, see <a>ScheduledAction</a>.
A modified enable flag of the scheduled action. If true, the scheduled action is active. If false, the scheduled action is disabled.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'http://redshift.{region}.amazonaws.com/#Action=ModifyScheduledAction' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}