View a markdown version of this page

AWS::SSM::AutomationExecution - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SSM::AutomationExecution

Detailed information about the current state of an individual Automation execution.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::SSM::AutomationExecution", "Properties" : { "DocumentName" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::SSM::AutomationExecution Properties: DocumentName: String Tags: - Tag

Properties

DocumentName

The name of the Automation runbook used during the execution.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9_\-.]{3,128}$

Update requires: Replacement

Tags

Property description not available.

Required: No

Type: Array of Tag

Update requires: Replacement

Return values

Ref

Fn::GetAtt

Arn

Property description not available.

AutomationExecutionId

The execution ID.

AutomationExecutionStatus

The execution status of the Automation.

DocumentVersion

The version of the document to use during execution.

ExecutedBy

The Amazon Resource Name (ARN) of the user who ran the automation.

ExecutionStartTime

The time the execution started.

Mode

The automation execution mode.