InstanceEntry

Describes the Amazon Elastic Compute Cloud instance and related resources to be created using the create cloud formation stack operation.

Types

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

Properties

Link copied to clipboard

The Availability Zone for the new Amazon EC2 instance.

Link copied to clipboard

The instance type (t2.micro) to use for the new Amazon EC2 instance.

Link copied to clipboard

The port configuration to use for the new Amazon EC2 instance.

Link copied to clipboard

The name of the export snapshot record, which contains the exported Lightsail instance snapshot that will be used as the source of the new Amazon EC2 instance.

Link copied to clipboard

A launch script you can create that configures a server with additional user data. For example, you might want to run apt-get -y update.

Functions

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