AWS Fundamentals Logo
AWS Fundamentals
AWS::ImageBuilder::Workflow

ImageBuilder Workflow

Resource schema for AWS::ImageBuilder::Workflow

Properties

9 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
Type
string
RequiredCreate-only
Version
string
RequiredCreate-only
ChangeDescription
string
Create-only
Data
string
Create-onlyWrite-only
Description
string
Create-only
KmsKeyId
string
Create-only
Tags
object
Uri
string
Create-onlyWrite-only

Return Values

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

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the workflow.
LatestVersionLatestVersionThe latest version references of 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::Workflow

Resources:
  MyResource:
    Type: AWS::ImageBuilder::Workflow
    Properties:
      Name: "my-name"
      Type: "BUILD"
      Version: "value"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

iam:GetRolekms:GenerateDataKeykms:GenerateDataKeyPairkms:GenerateDataKeyPairWithoutPlaintextkms:GenerateDataKeyWithoutPlaintextkms:Encryptkms:Decrypts3:GetObject

read

imagebuilder:GetWorkflowkms:Decrypt

update

imagebuilder:TagResourceimagebuilder:UntagResource

delete

imagebuilder:GetWorkflowimagebuilder:UntagResourceimagebuilder:DeleteWorkflow

list

imagebuilder:ListWorkflowsimagebuilder: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
Properties11
Required3
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

NameVersionChangeDescriptionDescriptionDataUriTypeKmsKeyId

External Links