Resources Args
data class ResourcesArgs(val cpu: Output<Double>? = null, val diskGb: Output<Double>? = null, val kmsKeyReference: Output<String>? = null, val memoryGb: Output<Double>? = null, val volumes: Output<List<VolumeArgs>>? = null) : ConvertibleToJava<ResourcesArgs>
Machine resources for a version.
Constructors
Link copied to clipboard
fun ResourcesArgs(cpu: Output<Double>? = null, diskGb: Output<Double>? = null, kmsKeyReference: Output<String>? = null, memoryGb: Output<Double>? = null, volumes: Output<List<VolumeArgs>>? = null)