EbsBlockDevice

Describes an Amazon EBS volume. This data type maps directly to the Amazon EC2 EbsBlockDevice data type.

Types

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

Properties

Link copied to clipboard

Whether the volume is deleted on instance termination.

Link copied to clipboard
val iops: Int?

The number of I/O operations per second (IOPS) that the volume supports. For more information, see EbsBlockDevice.

Link copied to clipboard

The snapshot ID.

Link copied to clipboard

The volume size, in GiB. For more information, see EbsBlockDevice.

Link copied to clipboard

The volume type. gp2 for General Purpose (SSD) volumes, io1 for Provisioned IOPS (SSD) volumes, st1 for Throughput Optimized hard disk drives (HDD), sc1 for Cold HDD,and standard for Magnetic volumes.

Functions

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