VolumeConfiguration

Describes an Amazon EBS volume configuration.

Types

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

Properties

Link copied to clipboard

Specifies whether an Amazon EBS volume is encrypted. For more information, see Amazon EBS Encryption.

Link copied to clipboard
val iops: Int?

For PIOPS volumes, the IOPS per disk.

Link copied to clipboard

The volume mount point. For example "/dev/sdh".

Link copied to clipboard

The number of disks in the volume.

Link copied to clipboard

The volume RAID level.

Link copied to clipboard
val size: Int

The volume size.

Link copied to clipboard

The volume type. For more information, see Amazon EBS Volume Types.

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