stageVariableOverrides property

Map<String, String>? stageVariableOverrides
final

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.

Implementation

final Map<String, String>? stageVariableOverrides;