AWS Fundamentals Logo
AWS Fundamentals
AWS::ImageBuilder::WorkflowStepExecution

ImageBuilder WorkflowStepExecution

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

Return Values

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

AttributeTypeDescription
ActionstringThe name of the action that the specified step performs.
EndTimestringThe timestamp when the specified runtime instance of the workflow step finished.
ImageBuildVersionArnstringThe Amazon Resource Name (ARN) of the image resource build version that the specified runtime instance of the workflow step creates.
InputsstringInput parameters that Image Builder provided for the specified runtime instance of the workflow step.
NamestringThe name of the specified runtime instance of the workflow step.
OnFailurestringThe action to perform if the workflow step fails.
OutputsstringThe file names that the specified runtime version of the workflow step created as output.
StartTimestringThe timestamp when the specified runtime version of the workflow step started.
StatusstringThe current status for the specified runtime version of the workflow step.
StepExecutionIdstringThe unique identifier for the workflow step execution.
TimeoutSecondsintegerThe maximum duration in seconds for this step to complete its action.
WorkflowBuildVersionArnstringThe Amazon Resource Name (ARN) of the build version for the Image Builder workflow resource that defines this workflow step.
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::WorkflowStepExecution

Resources:
  MyResource:
    Type: AWS::ImageBuilder::WorkflowStepExecution
    Properties:

Required IAM Permissions

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

read

imagebuilder:GetWorkflowStepExecution

list

imagebuilder:ListWorkflowStepExecutions

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
Properties13
Required0
TaggingNot supported
Primary IDStepExecutionId

Supported Operations

ReadList

External Links