stageVariableOverrides

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

Parameters

value

Stage variables overridden for a canary release deployment, including new stage variables introduced in the canary. These stage variables are represented as a string-to-string map between stage variable names and their values.


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

Parameters

values

Stage variables overridden for a canary release deployment, including new stage variables introduced in the canary. These stage variables are represented as a string-to-string map between stage variable names and their values.