AWS::ImageBuilder::WorkflowResource schema for AWS::ImageBuilder::Workflow
9 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
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. |
LatestVersion | LatestVersion | The latest version references of the workflow. |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
iam:GetRolekms:GenerateDataKeykms:GenerateDataKeyPairkms:GenerateDataKeyPairWithoutPlaintextkms:GenerateDataKeyWithoutPlaintextkms:Encryptkms:Decrypts3:GetObjectimagebuilder:GetWorkflowkms:Decryptimagebuilder:TagResourceimagebuilder:UntagResourceimagebuilder:GetWorkflowimagebuilder:UntagResourceimagebuilder:DeleteWorkflowimagebuilder:ListWorkflowsimagebuilder:ListWorkflowBuildVersionsOur 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.
NameVersionChangeDescriptionDescriptionDataUriTypeKmsKeyId