stageVariableOverrides property

Map<String, String>? stageVariableOverrides
final

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.

Implementation

final Map<String, String>? stageVariableOverrides;