AWS Fundamentals Logo
AWS Fundamentals
AWS::ImageBuilder::WorkflowExecution

ImageBuilder WorkflowExecution

Represents a runtime instance of an EC2 Image Builder workflow. Workflow executions are created automatically when an image build runs a workflow.

Properties

1 configurable property. Click a row to see details.

Filter:
PropertyTypeFlags
ImageBuildVersionArn
string
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the workflow execution.
EndTimestringThe timestamp when the specified runtime instance of the workflow finished.
StartTimestringThe timestamp when the specified runtime instance of the workflow started.
StatusstringThe current runtime status for the specified runtime instance of the workflow.
TotalStepCountintegerThe total number of steps in the specified runtime instance of the workflow that ran.
TotalStepsFailedintegerA runtime count for the number of steps that failed in the specified runtime instance of the workflow.
TotalStepsSkippedintegerA runtime count for the number of steps that were skipped in the specified runtime instance of the workflow.
TotalStepsSucceededintegerA runtime count for the number of steps that ran successfully in the specified runtime instance of the workflow.
TypestringThe type of workflow that Image Builder ran for the specified runtime instance of the workflow.
WorkflowBuildVersionArnstringThe Amazon Resource Name (ARN) of the build version for the Image Builder workflow resource that defines the specified runtime instance of the workflow.
WorkflowExecutionIdstringThe unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ImageBuilder::WorkflowExecution

Resources:
  MyResource:
    Type: AWS::ImageBuilder::WorkflowExecution
    Properties:

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

read

imagebuilder:GetWorkflowExecution

list

imagebuilder:ListWorkflowExecutions

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceImageBuilder
Properties12
Required0
TaggingNot supported
Primary IDArn

Supported Operations

ReadList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ImageBuildVersionArn

External Links