Launch Configuration Ebs Block Device Args
data class LaunchConfigurationEbsBlockDeviceArgs(val deleteOnTermination: Output<Boolean>? = null, val deviceName: Output<String>, val encrypted: Output<Boolean>? = null, val iops: Output<Int>? = null, val noDevice: Output<Boolean>? = null, val snapshotId: Output<String>? = null, val throughput: Output<Int>? = null, val volumeSize: Output<Int>? = null, val volumeType: Output<String>? = null) : ConvertibleToJava<LaunchConfigurationEbsBlockDeviceArgs>
Constructors
Link copied to clipboard
constructor(deleteOnTermination: Output<Boolean>? = null, deviceName: Output<String>, encrypted: Output<Boolean>? = null, iops: Output<Int>? = null, noDevice: Output<Boolean>? = null, snapshotId: Output<String>? = null, throughput: Output<Int>? = null, volumeSize: Output<Int>? = null, volumeType: Output<String>? = null)