Ec2Metadata

Meta data 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 ID of the Amazon Machine Image (AMI) used to launch the instance.

Link copied to clipboard

The platform of the instance.

Link copied to clipboard

The tags attached to the instance.

Functions

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