Cancel Maintenance Window Execution
ssm_cancel_maintenance_window_execution | R Documentation |
Stops a maintenance window execution that is already in progress and cancels any tasks in the window that haven't already starting running¶
Description¶
Stops a maintenance window execution that is already in progress and cancels any tasks in the window that haven't already starting running. Tasks already in progress will continue to completion.
Usage¶
ssm_cancel_maintenance_window_execution(WindowExecutionId)
Arguments¶
WindowExecutionId |
[required] The ID of the maintenance window execution to stop. |
Value¶
A list with the following syntax:
list(
WindowExecutionId = "string"
)
Request syntax¶
svc$cancel_maintenance_window_execution(
WindowExecutionId = "string"
)