SpotFleetRequestLaunchSpecificationEbsBlockDeviceArgs

data class SpotFleetRequestLaunchSpecificationEbsBlockDeviceArgs(val deleteOnTermination: Output<Boolean>? = null, val deviceName: Output<String>, val encrypted: Output<Boolean>? = null, val iops: Output<Int>? = null, val kmsKeyId: Output<String>? = null, val snapshotId: Output<String>? = null, val throughput: Output<Int>? = null, val volumeSize: Output<Int>? = null, val volumeType: Output<String>? = null) : ConvertibleToJava<SpotFleetRequestLaunchSpecificationEbsBlockDeviceArgs>

Constructors

constructor(deleteOnTermination: Output<Boolean>? = null, deviceName: Output<String>, encrypted: Output<Boolean>? = null, iops: Output<Int>? = null, kmsKeyId: Output<String>? = null, snapshotId: Output<String>? = null, throughput: Output<Int>? = null, volumeSize: Output<Int>? = null, volumeType: Output<String>? = null)

Properties

Link copied to clipboard
val deleteOnTermination: Output<Boolean>? = null
Link copied to clipboard
val deviceName: Output<String>
Link copied to clipboard
val encrypted: Output<Boolean>? = null
Link copied to clipboard
val iops: Output<Int>? = null
Link copied to clipboard
val kmsKeyId: Output<String>? = null
Link copied to clipboard
val snapshotId: Output<String>? = null
Link copied to clipboard
val throughput: Output<Int>? = null
Link copied to clipboard
val volumeSize: Output<Int>? = null
Link copied to clipboard
val volumeType: Output<String>? = null

Functions

Link copied to clipboard
open override fun toJava(): SpotFleetRequestLaunchSpecificationEbsBlockDeviceArgs