UserData

class UserData

A script that runs on first launch of an Amazon EC2 instance. Used for configuring the server during launch.

Types

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

Properties

Link copied to clipboard

Amazon S3 location of the user-data script.

Functions

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