stageSoakDurationOverrides property

Map<String, String>? stageSoakDurationOverrides
getter/setter pair

Overrides the soak durations for specific stages of the rollout.

Key is the stage number, value is the desired soak duration. Stages omitted from the map will receive the standard soak duration configured on the sequence for that stage.

Optional.

Implementation

core.Map<core.String, core.String>? stageSoakDurationOverrides;