stageVariableOverrides

@JvmName(name = "tyseuskeidkuqywq")
suspend fun stageVariableOverrides(value: Output<Map<String, String>>)
@JvmName(name = "csnuakkmpbtxbksn")
suspend fun stageVariableOverrides(value: Map<String, String>?)

Parameters

value

A stage variable overrides used for the canary release deployment. They can override existing stage variables or add new stage variables for the canary release deployment. These stage variables are represented as a string-to-string map between stage variable names and their values.


@JvmName(name = "jrtlksgbrjhbeyef")
fun stageVariableOverrides(vararg values: Pair<String, String>)

Parameters

values

A stage variable overrides used for the canary release deployment. They can override existing stage variables or add new stage variables for the canary release deployment. These stage variables are represented as a string-to-string map between stage variable names and their values.