stageVariableOverrides property
Stage variables that are overridden in the canary release deployment. The variables include new stage variables that are introduced in the canary.
Each variable is represented as a string-to-string map between the stage variable name and the variable value.
Implementation
final Map<String, String>? stageVariableOverrides;