ImageSummary

An image summary.

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 the 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 Image Builder created this image.

Link copied to clipboard

The time when deprecation occurs for an image resource. This can be a past or future date.

Link copied to clipboard

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

Link copied to clipboard

Identifies the last runtime instance of the lifecycle policy to take action on the image.

Link copied to clipboard
val name: String?

The name of the image.

Link copied to clipboard

The operating system version of the instances that launch from this image. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.

Link copied to clipboard

The output resources that Image Builder produced when it created this image.

Link copied to clipboard

The owner of the image.

Link copied to clipboard

The image operating system platform, such as Linux or Windows.

Link copied to clipboard

The state of the image.

Link copied to clipboard

The tags that apply to this image.

Link copied to clipboard

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

Link copied to clipboard

The version of the image.

Functions

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