---
type: resource-type
title: MicrovmImage
description: aws resource type AWS::Lambda::MicrovmImage
name: MicrovmImage
lexicon: aws
resource_type: AWS::Lambda::MicrovmImage
---
`AWS::Lambda::MicrovmImage`, a resource type of the aws lexicon.

## Properties

- `AdditionalOsCapabilities` (`"ALL"[]`, required)
- `BaseImageArn` (`string`, required): ARN of the base MicroVM image.
- `BaseImageVersion` (`string`, required): Specific version of the base MicroVM image to use.
- `BuildRoleArn` (`string`, required): ARN of the IAM build role.
- `CodeArtifact` (`MicrovmImage_CodeArtifact`, required): Code artifact for the active MicroVM image.
- `CpuConfigurations` (`MicrovmImage_CpuConfiguration[]`, required)
- `Description` (`string`, required): Human-readable description of the MicroVM image and its purpose.
- `EgressNetworkConnectors` (`string[]`, required)
- `EnvironmentVariables` (`MicrovmImage_EnvironmentVariable[]`, required): Environment variables to set in the container during the snapshot build.
- `Hooks` (`MicrovmImage_Hooks`, required)
- `Logging` (`MicrovmImage_Logging`, required): Configuration for MicroVM image logging.
- `Name` (`string`, required): Unique name for the MicroVM image within the account.
- `Resources` (`MicrovmImage_Resources[]`, required)
- `CreatedAt` (`string`, optional): Timestamp when the MicroVM image was created.
- `ImageArn` (`string`, optional): ARN of the MicroVM image.
- `LatestActiveImageVersion` (`string`, optional): The latest active version of the MicroVM image.
- `LatestFailedImageVersion` (`string`, optional): The latest failed version of the MicroVM image.
- `State` (`MicrovmImage_MicrovmImageState`, optional): Current state of the MicroVM image.
- `Tags` (`MicrovmImage_Tag[]`, optional): Key-value pairs to associate with the MicroVM image for organization and management.
- `UpdatedAt` (`string`, optional): Timestamp when the MicroVM image was updated.

## Attributes

- `CreatedAt`
- `ImageArn`
- `LatestActiveImageVersion`
- `LatestFailedImageVersion`
- `State`
- `UpdatedAt`
