StopAutomationExecution 搭配 AWS SDK或 使用 CLI - AWS Systems Manager

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

StopAutomationExecution 搭配 AWS SDK或 使用 CLI

下列程式碼範例示範如何使用 StopAutomationExecution

CLI
AWS CLI

停止自動化執行

下列stop-automation-execution範例會停止自動化文件。

aws ssm stop-automation-execution --automation-execution-id "4105a4fc-f944-11e6-9d32-0a1b2EXAMPLE"

此命令不會產生輸出。

如需詳細資訊,請參閱 AWS Systems Manager 使用者指南中的手動執行 Automation Workflow

PowerShell
適用於 的工具 PowerShell

範例 1:此範例會停止 Automation Execution。如果命令成功,則不會輸出。

Stop-SSMAutomationExecution -AutomationExecutionId "4105a4fc-f944-11e6-9d32-8fb2db27a909"

如需開發人員指南和程式碼範例的完整清單 AWS SDK,請參閱 搭配 使用 Systems Manager AWS SDK。本主題也包含有關入門的資訊,以及先前SDK版本的詳細資訊。