variables property

Map<String, String>? variables
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>? variables;