Builder
Properties
Additional OS capabilities granted to the MicroVM runtime environment.
The ARN of the Lambda-managed base MicroVM image to build upon. Use ListManagedMicrovmImages to discover available base images.
The specific version of the base MicroVM image to use.
The ARN of the IAM role assumed during the image build process. This role must have permissions to access the code artifact and any required resources.
A unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token, the operation returns the successful response without performing any further actions.
The code artifact containing the application code and metadata for the MicroVM image.
The list of supported CPU configurations for the MicroVM.
A description of the MicroVM image.
The list of egress network connectors available to the MicroVM at runtime.
Environment variables set in the MicroVM runtime environment.
Functions
construct an aws.sdk.kotlin.services.lambdamicrovms.model.Hooks inside the given block