GetInstanceEbsBlockDevice

data class GetInstanceEbsBlockDevice(val deleteOnTermination: Boolean, val deviceName: String, val encrypted: Boolean, val iops: Int, val kmsKeyId: String, val snapshotId: String, val tags: Map<String, String>, val throughput: Int, val volumeId: String, val volumeSize: Int, val volumeType: String)

Constructors

Link copied to clipboard
constructor(deleteOnTermination: Boolean, deviceName: String, encrypted: Boolean, iops: Int, kmsKeyId: String, snapshotId: String, tags: Map<String, String>, throughput: Int, volumeId: String, volumeSize: Int, volumeType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If the root block device will be deleted on termination.

Link copied to clipboard

Physical name of the device.

Link copied to clipboard

If the EBS volume is encrypted.

Link copied to clipboard
val iops: Int

0 If the volume is not a provisioned IOPS image, otherwise the supported IOPS count.

Link copied to clipboard
Link copied to clipboard

ID of the snapshot.

Link copied to clipboard

Map of tags assigned to the Instance.

Link copied to clipboard

Throughput of the volume, in MiB/s.

Link copied to clipboard
Link copied to clipboard

Size of the volume, in GiB.

Link copied to clipboard

Type of the volume.