LaunchConfigurationEbsBlockDeviceArgs

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)

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 noDevice: Output<Boolean>? = 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(): LaunchConfigurationEbsBlockDeviceArgs