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