CreateMicrovmImageResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional OS capabilities granted to the MicroVM runtime environment.

Link copied to clipboard

The ARN of the base MicroVM image.

Link copied to clipboard

The specific version of the base MicroVM image.

Link copied to clipboard

The ARN of the IAM build role.

Link copied to clipboard

The code artifact containing the application code and metadata for the MicroVM image.

Link copied to clipboard

The list of supported CPU configurations for the MicroVM.

Link copied to clipboard

The timestamp when the MicroVM image was created.

Link copied to clipboard

The description of the MicroVM image.

Link copied to clipboard

The list of egress network connectors available to the MicroVM at runtime.

Link copied to clipboard

Environment variables set in the MicroVM runtime environment.

Link copied to clipboard
val hooks: Hooks?

Lifecycle hook configuration for MicroVMs and MicroVM images.

Link copied to clipboard

The ARN of the created MicroVM image.

Link copied to clipboard

The version of the MicroVM image.

Link copied to clipboard

The latest active version of the MicroVM image.

Link copied to clipboard

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

Link copied to clipboard

The logging configuration for build-time and runtime logs. Specify {"cloudWatch": {"logGroup": "..."}} to stream logs to a custom CloudWatch log group, or {"disabled": {}} to turn off logging.

Link copied to clipboard

The name of the MicroVM image.

Link copied to clipboard

The resource requirements for the MicroVM.

Link copied to clipboard

The current state of the MicroVM image.

Link copied to clipboard

A set of key-value pairs that you can attach to the resource. Use tags to categorize resources for cost allocation, access control (ABAC), and organization.

Link copied to clipboard

The timestamp when the MicroVM image was last updated.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String