ImageVersion

The defining characteristics of a specific version of an Image Builder image.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of a specific version of an Image Builder image.

Link copied to clipboard

Indicates the type of build that created this image. The build can be initiated in the following ways:

Link copied to clipboard

The date on which this specific version of the Image Builder image was created.

Link copied to clipboard

The origin of the base image that Image Builder used to build this image.

Link copied to clipboard
val name: String?

The name of this specific version of an Image Builder image.

Link copied to clipboard

The operating system version of the Amazon EC2 build instance. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.

Link copied to clipboard

The owner of the image version.

Link copied to clipboard

The operating system platform of the image version, for example "Windows" or "Linux".

Link copied to clipboard

Specifies whether this image produces an AMI or a container image.

Link copied to clipboard

Details for a specific version of an Image Builder image. This version follows the semantic version syntax.

Functions

Link copied to clipboard
inline fun copy(block: ImageVersion.Builder.() -> Unit = {}): ImageVersion
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