v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14238527879.4 KB

Modifies a scheduled action.

get/#Action=ModifyScheduledAction

Query parameters

ScheduledActionNamestring required

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>.

Schedulestring

A modified schedule in either <code>at( )</code> or <code>cron( )</code> format. For more information about this parameter, see <a>ScheduledAction</a>.

IamRolestring

A different IAM role to assume to run the target action. For more information about this parameter, see <a>ScheduledAction</a>.

ScheduledActionDescriptionstring

A modified description of the scheduled action.

StartTimestring date-time

A modified start time of the scheduled action. For more information about this parameter, see <a>ScheduledAction</a>.

EndTimestring date-time

A modified end time of the scheduled action. For more information about this parameter, see <a>ScheduledAction</a>.

Enableboolean

A modified enable flag of the scheduled action. If true, the scheduled action is active. If false, the scheduled action is disabled.

Action'ModifyScheduledAction' required
Version'2012-12-01' required

Response

Success