Launch Profile Volume Configuration Args
data class LaunchProfileVolumeConfigurationArgs(val iops: Output<Double>? = null, val size: Output<Double>? = null, val throughput: Output<Double>? = null) : ConvertibleToJava<LaunchProfileVolumeConfigurationArgs>