AWS::ImageBuilder::WorkflowExecutionRepresents a runtime instance of an EC2 Image Builder workflow. Workflow executions are created automatically when an image build runs a workflow.
1 configurable property. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ImageBuildVersionArn | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the workflow execution. |
EndTime | string | The timestamp when the specified runtime instance of the workflow finished. |
StartTime | string | The timestamp when the specified runtime instance of the workflow started. |
Status | string | The current runtime status for the specified runtime instance of the workflow. |
TotalStepCount | integer | The total number of steps in the specified runtime instance of the workflow that ran. |
TotalStepsFailed | integer | A runtime count for the number of steps that failed in the specified runtime instance of the workflow. |
TotalStepsSkipped | integer | A runtime count for the number of steps that were skipped in the specified runtime instance of the workflow. |
TotalStepsSucceeded | integer | A runtime count for the number of steps that ran successfully in the specified runtime instance of the workflow. |
Type | string | The type of workflow that Image Builder ran for the specified runtime instance of the workflow. |
WorkflowBuildVersionArn | string | The Amazon Resource Name (ARN) of the build version for the Image Builder workflow resource that defines the specified runtime instance of the workflow. |
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::WorkflowExecution
Resources:
MyResource:
Type: AWS::ImageBuilder::WorkflowExecution
Properties:Permissions CloudFormation needs in your IAM role to manage this resource.
imagebuilder:GetWorkflowExecutionimagebuilder:ListWorkflowExecutionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ImageBuildVersionArn