MicrovmImageSummary - AWS Lambda MicroVMs
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

MicrovmImageSummary

Contains summary information about a MicroVM image.

Contents

createdAt

The timestamp when the MicroVM image was created.

Type: Timestamp

Required: Yes

imageArn

The ARN of the MicroVM image.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 2048.

Pattern: [^\s]+

Required: Yes

name

The name of the MicroVM image.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 64.

Pattern: [a-zA-Z0-9-_]+

Required: Yes

state

The current state of the MicroVM image.

Type: String

Valid Values: CREATING | CREATED | CREATE_FAILED | UPDATING | UPDATED | UPDATE_FAILED | DELETING | DELETE_FAILED | DELETED

Required: Yes

latestActiveImageVersion

The latest active version of the MicroVM image.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 2048.

Pattern: [^\s]+

Required: No

latestFailedImageVersion

The latest failed version of the MicroVM image, if any.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 2048.

Pattern: [^\s]+

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: