MicrovmImageBuildSummary
Contains summary information about a MicroVM image build.
Contents
- architecture
-
The target CPU architecture for the build. Supported value: ARM_64.
Type: String
Valid Values:
ARM_64Required: Yes
- buildId
-
The build request ID.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
[^\s]+Required: Yes
- buildState
-
The current state of the build.
Type: String
Valid Values:
PENDING | IN_PROGRESS | SUCCESSFUL | FAILEDRequired: Yes
- chipset
-
The target chipset for the build.
Type: String
Valid Values:
GRAVITONRequired: Yes
- chipsetGeneration
-
The target chipset generation for the build.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
[^\s]+Required: Yes
- createdAt
-
The timestamp when the build 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
- imageVersion
-
The version of the MicroVM image.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
[^\s]+Required: Yes
- stateReason
-
The reason for the build state, if applicable.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: