Spot Fleet Request Launch Specification Root Block Device Args
data class SpotFleetRequestLaunchSpecificationRootBlockDeviceArgs(val deleteOnTermination: Output<Boolean>? = null, val encrypted: Output<Boolean>? = null, val iops: Output<Int>? = null, val kmsKeyId: Output<String>? = null, val throughput: Output<Int>? = null, val volumeSize: Output<Int>? = null, val volumeType: Output<String>? = null) : ConvertibleToJava<SpotFleetRequestLaunchSpecificationRootBlockDeviceArgs>