Instance

class Instance

The description of an instance. Currently, Amazon EC2 instances are the only supported instance type.

Types

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

Properties

Link copied to clipboard

The Amazon Machine Image (AMI) launch index, which you can use to find this instance in the launch group.

Link copied to clipboard

Any block device mapping entries for the instance.

Link copied to clipboard

The CPU options for the instance.

Link copied to clipboard

When the instance was created.

Link copied to clipboard

The ID of the AMI used to launch the instance.

Link copied to clipboard

The ID of the instance.

Link copied to clipboard

The instance type.

Link copied to clipboard

The private IPv4 address assigned to the instance.

Link copied to clipboard

The public IPv4 address assigned to the instance.

Link copied to clipboard

The device name of the root device volume (for example, /dev/sda1).

Link copied to clipboard

The security groups for the instance.

Link copied to clipboard

The description of the current state of an instance.

Link copied to clipboard

When the instance was last updated.

Functions

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