AWS::ImageBuilder::AllImageBuildVersionsResource Type definition for AWS::ImageBuilder::AllImageBuildVersions. Returns the list of image build versions for a specified image 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 image build version. |
BuildNumber | string | The build number of the image build version. |
BuildType | string | Indicates the type of build that created this image. |
DateCreated | string | The date on which Image Builder created this image. |
EnhancedImageMetadataEnabled | boolean | Indicates whether enhanced image metadata collection is enabled. |
ExecutionRole | string | The execution role for the image. |
ImageTestsConfiguration | object | The image tests configuration. |
ImageVersionArn | string | The image version ARN whose build versions you want to list. |
Name | string | The name of the image. |
OsVersion | string | The operating system version of the instances that launch from this image. |
Platform | string | The operating system platform of the image. |
State | object | Image status and the reason for that status. |
Tags | Array<object> | The tags associated with the image. |
Type | string | Specifies whether this image produces an AMI or a container image. |
Version | string | The semantic version of the image (major.minor.patch). |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ImageBuilder::AllImageBuildVersions
Resources:
MyResource:
Type: AWS::ImageBuilder::AllImageBuildVersions
Properties:Permissions CloudFormation needs in your IAM role to manage this resource.
imagebuilder:GetImageimagebuilder:ListTagsForResourceimagebuilder:ListImageBuildVersionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArn