Application Args
data class ApplicationArgs(val blueGreen: Output<Boolean>? = null, val blueGreenConfirm: Output<Boolean>? = null, val clusterName: Output<String>? = null, val description: Output<String>? = null, val environment: Output<Map<String, String>>? = null, val latestImage: Output<Boolean>? = null, val name: Output<String>? = null, val template: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<ApplicationArgs>
Constructors
Link copied to clipboard
constructor(blueGreen: Output<Boolean>? = null, blueGreenConfirm: Output<Boolean>? = null, clusterName: Output<String>? = null, description: Output<String>? = null, environment: Output<Map<String, String>>? = null, latestImage: Output<Boolean>? = null, name: Output<String>? = null, template: Output<String>? = null, version: Output<String>? = null)