stageVariables property
A map that defines the stage variables for a stage resource. Variable names
can have alphanumeric and underscore characters, and the values must match
A-Za-z0-9-._~:/?#&=,
+.
Implementation
final Map<String, String>? stageVariables;