GetLaunchConfigurationRootBlockDevice

data class GetLaunchConfigurationRootBlockDevice(val deleteOnTermination: Boolean, val encrypted: Boolean, val iops: Int, val throughput: Int, val volumeSize: Int, val volumeType: String)

Constructors

Link copied to clipboard
constructor(deleteOnTermination: Boolean, encrypted: Boolean, iops: Int, throughput: Int, volumeSize: Int, volumeType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether the EBS Volume will be deleted on instance termination.

Link copied to clipboard

Whether the volume is Encrypted.

Link copied to clipboard
val iops: Int

Provisioned IOPs of the volume.

Link copied to clipboard

Throughput of the volume.

Link copied to clipboard

Size of the volume.

Link copied to clipboard

Type of the volume.