stageVariables property

Map<String, String>? stageVariables
final

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-._~:/?#&amp;=,+.

Implementation

final Map<String, String>? stageVariables;