aws:pause – Pause an automation - Amazon Systems Manager
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

aws:pause – Pause an automation

This action pauses the automation. Once paused, the automation status is Waiting. To continue the automation, use the SendAutomationSignal API operation with the Resume signal type. We recommend using the aws:sleep or aws:approve action for more granular control of your workflows.

Input

The input is as follows.

YAML
name: pauseThis action: aws:pause inputs: {}
JSON
{ "name": "pauseThis", "action": "aws:pause", "inputs": {} }
Output
None