AddOn

class AddOn

Describes an add-on that is enabled for an Amazon Lightsail resource.

Types

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

Properties

Link copied to clipboard

The amount of idle time in minutes after which your virtual computer will automatically stop.

Link copied to clipboard
val name: String?

The name of the add-on.

Link copied to clipboard

The next daily time an automatic snapshot will be created.

Link copied to clipboard

The daily time when an automatic snapshot is created.

Link copied to clipboard

The status of the add-on.

Link copied to clipboard

The trigger threshold of the action.

Functions

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