Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

paws.management (version 0.1.12)

ssm_stop_automation_execution: Stop an Automation that is currently running

Description

Stop an Automation that is currently running.

Usage

ssm_stop_automation_execution(AutomationExecutionId, Type)

Value

An empty list.

Arguments

AutomationExecutionId

[required] The execution ID of the Automation to stop.

Type

The stop request type. Valid types include the following: Cancel and Complete. The default type is Cancel.

Request syntax

svc$stop_automation_execution(
  AutomationExecutionId = "string",
  Type = "Complete"|"Cancel"
)