ImageMetadata

Information about the AMI.

Types

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

Properties

Link copied to clipboard

The date and time the AMI was created.

Link copied to clipboard

The deprecation date and time of the AMI, in UTC, in the following format: YYYY-MM-DDTHH:MM:SSZ.

Link copied to clipboard

If true, the AMI satisfies the criteria for Allowed AMIs and can be discovered and used in the account. If false, the AMI can't be discovered or used in the account.

Link copied to clipboard

The ID of the AMI.

Link copied to clipboard

The alias of the AMI owner.

Link copied to clipboard

Indicates whether the AMI has public launch permissions. A value of true means this AMI has public launch permissions, while false means it has only implicit (AMI owner) or explicit (shared with your account) launch permissions.

Link copied to clipboard
val name: String?

The name of the AMI.

Link copied to clipboard

The ID of the Amazon Web Services account that owns the AMI.

Link copied to clipboard

The current state of the AMI. If the state is available, the AMI is successfully registered and can be used to launch an instance.

Functions

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