Spot Instance Request Root Block Device
data class SpotInstanceRequestRootBlockDevice(val deleteOnTermination: Boolean? = null, val deviceName: String? = null, val encrypted: Boolean? = null, val iops: Int? = null, val kmsKeyId: String? = null, val tags: Map<String, String>? = null, val throughput: Int? = null, val volumeId: String? = null, val volumeSize: Int? = null, val volumeType: String? = null)
Constructors
Link copied to clipboard
fun SpotInstanceRequestRootBlockDevice(deleteOnTermination: Boolean? = null, deviceName: String? = null, encrypted: Boolean? = null, iops: Int? = null, kmsKeyId: String? = null, tags: Map<String, String>? = null, throughput: Int? = null, volumeId: String? = null, volumeSize: Int? = null, volumeType: String? = null)