InstanceIdentity

Contains a description of an Amazon EC2 instance from the Amazon EC2 metadata service. For more information, see Instance Metadata and User Data.

Types

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

Properties

Link copied to clipboard

A JSON document that contains the metadata.

Link copied to clipboard

A signature that can be used to verify the document's accuracy and authenticity.

Functions

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