ssm_cancel_maintenance_window_execution {paws.management} | 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.
See https://www.paws-r-sdk.com/docs/ssm_cancel_maintenance_window_execution/ for full documentation.
Usage
ssm_cancel_maintenance_window_execution(WindowExecutionId)
Arguments
WindowExecutionId |
[required] The ID of the maintenance window execution to stop. |
[Package paws.management version 0.9.0 Index]