EbsOptions

Options to enable, disable, and specify the properties of EBS storage volumes. For more information, see Configuring EBS-based Storage.

Types

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

Properties

Link copied to clipboard

Specifies whether EBS-based storage is enabled.

Link copied to clipboard
val iops: Int?

Specifies the IOPS for Provisioned IOPS And GP3 EBS volume (SSD).

Link copied to clipboard

Specifies the Throughput for GP3 EBS volume (SSD).

Link copied to clipboard

Integer to specify the size of an EBS volume.

Link copied to clipboard

Specifies the volume type for EBS-based storage.

Functions

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