AWS::ImageBuilder::AllWorkflowBuildVersionsReturns the list of workflow build versions for a specified workflow version ARN.
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 build version. |
BuildNumber | string | The build number of the workflow build version. |
ChangeDescription | string | Describes what change has been made in this version of the workflow. |
Data | string | Contains the YAML document content for the workflow. |
DateCreated | string | The timestamp when Image Builder created the workflow resource. |
Description | string | Describes the workflow. |
Name | string | The name of the workflow. |
Owner | string | The owner of the workflow resource. |
Parameters | Array<object> | An array of input parameters that the workflow uses to control actions or configure settings. |
Tags | Array<object> | The tags associated with the workflow build version. |
Version | string | The semantic version of the workflow (major.minor.patch). |
WorkflowType | string | The image creation stage that this workflow applies to. |
WorkflowVersionArn | string | The workflow version ARN whose build versions you want to list. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ImageBuilder::AllWorkflowBuildVersions
Resources:
MyResource:
Type: AWS::ImageBuilder::AllWorkflowBuildVersions
Properties:Permissions CloudFormation needs in your IAM role to manage this resource.
imagebuilder:GetWorkflowimagebuilder:ListTagsForResourceimagebuilder:ListWorkflowBuildVersionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArn