SpotFleetEbsBlockDeviceArgs

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)

Functions

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

Properties

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