LaunchConfigurationRootBlockDeviceArgs

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

Constructors

Link copied to clipboard
constructor(deleteOnTermination: Output<Boolean>? = null, encrypted: Output<Boolean>? = null, iops: Output<Int>? = 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 encrypted: Output<Boolean>? = null
Link copied to clipboard
val iops: Output<Int>? = 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(): LaunchConfigurationRootBlockDeviceArgs