View a markdown version of this page

AWS::ImageBuilder::WorkflowExecution - 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::ImageBuilder::WorkflowExecution

The AWS::ImageBuilder::WorkflowExecution resource Property description not available. for ImageBuilder.

Syntax

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

JSON

{ "Type" : "AWS::ImageBuilder::WorkflowExecution", "Properties" : { "ImageBuildVersionArn" : String } }

YAML

Type: AWS::ImageBuilder::WorkflowExecution Properties: ImageBuildVersionArn: String

Properties

ImageBuildVersionArn

Property description not available.

Required: No

Type: String

Update requires: Replacement

Return values

Ref

Fn::GetAtt

Arn

Property description not available.

EndTime

The timestamp when this runtime instance of the workflow finished.

StartTime

The timestamp when the runtime instance of this workflow started.

Status

The current runtime status for this workflow.

TotalStepCount

The total number of steps in the workflow. This should equal the sum of the step counts for steps that succeeded, were skipped, and failed.

TotalStepsFailed

A runtime count for the number of steps in the workflow that failed.

TotalStepsSkipped

A runtime count for the number of steps in the workflow that were skipped.

TotalStepsSucceeded

A runtime count for the number of steps in the workflow that ran successfully.

Type

Indicates what type of workflow that Image Builder ran for this runtime instance of the workflow.

WorkflowBuildVersionArn

The Amazon Resource Name (ARN) of the workflow resource build version that ran.

WorkflowExecutionId

Unique identifier that Image Builder assigns to keep track of runtime resources each time it runs a workflow.