AWS Fundamentals Logo
AWS Fundamentals
AWS::ImageBuilder::AllImageBuildVersions

ImageBuilder AllImageBuildVersions

Resource Type definition for AWS::ImageBuilder::AllImageBuildVersions. Returns the list of image build versions for a specified image version ARN.

Return Values

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

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the image build version.
BuildNumberstringThe build number of the image build version.
BuildTypestringIndicates the type of build that created this image.
DateCreatedstringThe date on which Image Builder created this image.
EnhancedImageMetadataEnabledbooleanIndicates whether enhanced image metadata collection is enabled.
ExecutionRolestringThe execution role for the image.
ImageTestsConfigurationobjectThe image tests configuration.
ImageVersionArnstringThe image version ARN whose build versions you want to list.
NamestringThe name of the image.
OsVersionstringThe operating system version of the instances that launch from this image.
PlatformstringThe operating system platform of the image.
StateobjectImage status and the reason for that status.
TagsArray<object>The tags associated with the image.
TypestringSpecifies whether this image produces an AMI or a container image.
VersionstringThe semantic version of the image (major.minor.patch).

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

Resources:
  MyResource:
    Type: AWS::ImageBuilder::AllImageBuildVersions
    Properties:

Required IAM Permissions

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

read

imagebuilder:GetImageimagebuilder:ListTagsForResource

list

imagebuilder:ListImageBuildVersions

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

Supported Operations

ReadList

External Links