Stops a maintenance window execution that is already in progress and cancels any tasks in the window that have not already starting running. (Tasks already in progress will continue to completion.)
ssm_cancel_maintenance_window_execution(WindowExecutionId)
A list with the following syntax:
list(
WindowExecutionId = "string"
)
[required] The ID of the maintenance window execution to stop.
svc$cancel_maintenance_window_execution(
WindowExecutionId = "string"
)