EbsVolumeConfiguration

Configuration details for an Amazon EBS volume.

Types

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

Properties

Link copied to clipboard
val iops: Int?

The number of I/O operations per second (IOPS) provisioned for the volume.

Link copied to clipboard

The size of the EBS volume in gibibytes (GiB).

Link copied to clipboard

The throughput in MiB/s provisioned for the volume (applicable to gp3, io1, and io2bx volumes).

Link copied to clipboard
val type: String?

The EBS volume type, such as gp2, gp3, io1, io2, st1, or sc1.

Functions

Link copied to clipboard
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