Spot Fleet Ebs Block Device Args
data class SpotFleetEbsBlockDeviceArgs(val deleteOnTermination: Output<Boolean>? = null, val encrypted: Output<Boolean>? = null, val iops: Output<Int>? = null, val snapshotId: Output<String>? = null, val volumeSize: Output<Int>? = null, val volumeType: Output<SpotFleetEbsBlockDeviceVolumeType>? = null) : ConvertibleToJava<SpotFleetEbsBlockDeviceArgs>
Constructors
Link copied to clipboard
fun SpotFleetEbsBlockDeviceArgs(deleteOnTermination: Output<Boolean>? = null, encrypted: Output<Boolean>? = null, iops: Output<Int>? = null, snapshotId: Output<String>? = null, volumeSize: Output<Int>? = null, volumeType: Output<SpotFleetEbsBlockDeviceVolumeType>? = null)