AWS Fundamentals Logo
AWS Fundamentals
AWS::ImageBuilder::AllWorkflowBuildVersions

ImageBuilder AllWorkflowBuildVersions

Returns the list of workflow build versions for a specified workflow version ARN.

Return Values

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

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the workflow build version.
BuildNumberstringThe build number of the workflow build version.
ChangeDescriptionstringDescribes what change has been made in this version of the workflow.
DatastringContains the YAML document content for the workflow.
DateCreatedstringThe timestamp when Image Builder created the workflow resource.
DescriptionstringDescribes the workflow.
NamestringThe name of the workflow.
OwnerstringThe owner of the workflow resource.
ParametersArray<object>An array of input parameters that the workflow uses to control actions or configure settings.
TagsArray<object>The tags associated with the workflow build version.
VersionstringThe semantic version of the workflow (major.minor.patch).
WorkflowTypestringThe image creation stage that this workflow applies to.
WorkflowVersionArnstringThe workflow version ARN whose build versions you want to list.

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::AllWorkflowBuildVersions

Resources:
  MyResource:
    Type: AWS::ImageBuilder::AllWorkflowBuildVersions
    Properties:

Required IAM Permissions

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

read

imagebuilder:GetWorkflowimagebuilder:ListTagsForResource

list

imagebuilder:ListWorkflowBuildVersions

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
TaggingSupported
Primary IDArn

Supported Operations

ReadList

External Links