paws.management (version 0.1.0)

ssm_cancel_maintenance_window_execution: Stops a Maintenance Window execution that is already in progress and cancels any tasks in the window that have not already starting running

Description

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

Usage

ssm_cancel_maintenance_window_execution(WindowExecutionId)

Arguments

WindowExecutionId

[required] The ID of the Maintenance Window execution to stop.

Request syntax

svc$cancel_maintenance_window_execution(
  WindowExecutionId = "string"
)