GetLaunchConfigurationEbsBlockDevice

data class GetLaunchConfigurationEbsBlockDevice(val deleteOnTermination: Boolean, val deviceName: String, val encrypted: Boolean, val iops: Int, val noDevice: Boolean, val snapshotId: String, val throughput: Int, val volumeSize: Int, val volumeType: String)

Constructors

Link copied to clipboard
constructor(deleteOnTermination: Boolean, deviceName: String, encrypted: Boolean, iops: Int, noDevice: Boolean, snapshotId: String, 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

Name of the device.

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

Whether the device in the block device mapping of the AMI is suppressed.

Link copied to clipboard

Snapshot ID of the mount.

Link copied to clipboard

Throughput of the volume.

Link copied to clipboard

Size of the volume.

Link copied to clipboard

Type of the volume.