---
type: resource-type
title: ImageBuilderWorkflow
description: aws resource type AWS::ImageBuilder::Workflow
name: ImageBuilderWorkflow
lexicon: aws
resource_type: AWS::ImageBuilder::Workflow
---
`AWS::ImageBuilder::Workflow`, a resource type of the aws lexicon.

## Properties

- `Name` (`string`, required): The name of the workflow.
- `Type` (`"BUILD" | "DISTRIBUTION" | "TEST"`, required): The type of the workflow denotes whether the workflow is used to build, test, or distribute.
- `Version` (`string`, required): The version of the workflow.
- `Arn` (`string`, optional): The Amazon Resource Name (ARN) of the workflow.
- `ChangeDescription` (`string`, optional): The change description of the workflow.
- `Data` (`string`, optional): The data of the workflow.
- `Description` (`string`, optional): The description of the workflow.
- `KmsKeyId` (`string`, optional): The KMS key identifier used to encrypt the workflow.
- `LatestVersion` (`ImageBuilderWorkflow_LatestVersion`, optional): The latest version references of the workflow.
- `Tags` (`Record<string, unknown>`, optional): The tags associated with the workflow.
- `Uri` (`string`, optional): The uri of the workflow.

## Attributes

- `Arn`
- `LatestVersion`
- `LatestVersion.Arn`
- `LatestVersion.Major`
- `LatestVersion.Minor`
- `LatestVersion.Patch`
