AWS::ImageBuilder::WorkflowStepExecutionRepresents 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.
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Action | string | The name of the action that the specified step performs. |
EndTime | string | The timestamp when the specified runtime instance of the workflow step finished. |
ImageBuildVersionArn | string | The Amazon Resource Name (ARN) of the image resource build version that the specified runtime instance of the workflow step creates. |
Inputs | string | Input parameters that Image Builder provided for the specified runtime instance of the workflow step. |
Name | string | The name of the specified runtime instance of the workflow step. |
OnFailure | string | The action to perform if the workflow step fails. |
Outputs | string | The file names that the specified runtime version of the workflow step created as output. |
StartTime | string | The timestamp when the specified runtime version of the workflow step started. |
Status | string | The current status for the specified runtime version of the workflow step. |
StepExecutionId | string | The unique identifier for the workflow step execution. |
TimeoutSeconds | integer | The maximum duration in seconds for this step to complete its action. |
WorkflowBuildVersionArn | string | The Amazon Resource Name (ARN) of the build version for the Image Builder workflow resource that defines this workflow step. |
WorkflowExecutionId | string | The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ImageBuilder::WorkflowStepExecution
Resources:
MyResource:
Type: AWS::ImageBuilder::WorkflowStepExecution
Properties:Permissions CloudFormation needs in your IAM role to manage this resource.
imagebuilder:GetWorkflowStepExecutionimagebuilder:ListWorkflowStepExecutionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterStepExecutionId