AwsEc2InstanceDetails

The details of an Amazon EC2 instance.

Types

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

Properties

Link copied to clipboard

The IAM profile ARN of the instance.

Link copied to clipboard

The Amazon Machine Image (AMI) ID of the instance.

Link copied to clipboard

The IPv4 addresses associated with the instance.

Link copied to clipboard

The IPv6 addresses associated with the instance.

Link copied to clipboard

The key name associated with the instance.

Link copied to clipboard

Indicates when the instance was launched.

Link copied to clipboard

Details about the metadata options for the Amazon EC2 instance.

Link copied to clipboard

Describes the type of monitoring that’s turned on for an instance.

Link copied to clipboard

The identifiers of the network interfaces for the EC2 instance. The details for each network interface are in a corresponding AwsEc2NetworkInterfacesDetails object.

Link copied to clipboard

The identifier of the subnet that the instance was launched in.

Link copied to clipboard
val type: String?

The instance type of the instance.

Link copied to clipboard

The virtualization type of the Amazon Machine Image (AMI) required to launch the instance.

Link copied to clipboard

The identifier of the VPC that the instance was launched in.

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