BucketBundle

Describes the specifications of a bundle that can be applied to an Amazon Lightsail bucket.

A bucket bundle specifies the monthly cost, storage space, and data transfer quota for a bucket.

Types

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

Properties

Link copied to clipboard

The ID of the bundle.

Link copied to clipboard

Indicates whether the bundle is active. Use for a new or existing bucket.

Link copied to clipboard
val name: String?

The name of the bundle.

Link copied to clipboard
val price: Float?

The monthly price of the bundle, in US dollars.

Link copied to clipboard

The storage size of the bundle, in GB.

Link copied to clipboard

The monthly network transfer quota of the bundle.

Functions

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