versionIdsToStages property
A list of all of the currently assigned VersionStage
staging
labels and the VersionId
that each is attached to. Staging
labels are used to keep track of the different versions during the rotation
process.
Implementation
final Map<String, List<String>>? versionIdsToStages;