Stop an Automation that is currently running.
ssm_stop_automation_execution(AutomationExecutionId, Type)
An empty list.
[required] The execution ID of the Automation to stop.
The stop request type. Valid types include the following: Cancel and Complete. The default type is Cancel.
svc$stop_automation_execution(
AutomationExecutionId = "string",
Type = "Complete"|"Cancel"
)