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

## Properties

- `Arn` (`string`, optional): The Amazon Resource Name (ARN) of the image.
- `ContainerRecipeArn` (`string`, optional): The Amazon Resource Name (ARN) of the container recipe that defines how images are configured and tested.
- `DeletionSettings` (`ImageBuilderImage_DeletionSettings`, optional): The deletion settings of the image, indicating whether to delete the underlying resources in addition to the image.
- `DistributionConfigurationArn` (`string`, optional): The Amazon Resource Name (ARN) of the distribution configuration.
- `EnhancedImageMetadataEnabled` (`boolean`, optional): Collects additional information about the image being created, including the operating system (OS) version and package list.
- `ExecutionRole` (`string`, optional): The execution role name/ARN for the image build, if provided
- `ImageId` (`string`, optional): The AMI ID of the EC2 AMI in current region.
- `ImagePipelineExecutionSettings` (`ImageBuilderImage_ImagePipelineExecutionSettings`, optional): The image pipeline execution settings of the image.
- `ImageRecipeArn` (`string`, optional): The Amazon Resource Name (ARN) of the image recipe that defines how images are configured, tested, and assessed.
- `ImageScanningConfiguration` (`ImageBuilderImage_ImageScanningConfiguration`, optional): Contains settings for vulnerability scans.
- `ImageTestsConfiguration` (`ImageBuilderImage_ImageTestsConfiguration`, optional): The image tests configuration used when creating this image.
- `ImageUri` (`string`, optional): URI for containers created in current Region with default ECR image tag
- `InfrastructureConfigurationArn` (`string`, optional): The Amazon Resource Name (ARN) of the infrastructure configuration.
- `LatestVersion` (`ImageBuilderImage_LatestVersion`, optional): The latest version references of the image.
- `LoggingConfiguration` (`ImageBuilderImage_ImageLoggingConfiguration`, optional): The logging configuration settings for the image.
- `Name` (`string`, optional): The name of the image.
- `Tags` (`Record<string, unknown>`, optional): The tags associated with the image.
- `Workflows` (`ImageBuilderImage_WorkflowConfiguration[]`, optional): Workflows to define the image build process

## Attributes

- `Arn`
- `ImageId`
- `ImageUri`
- `LatestVersion`
- `LatestVersion.Arn`
- `LatestVersion.Major`
- `LatestVersion.Minor`
- `LatestVersion.Patch`
- `Name`
