Update Stage Args
data class UpdateStageArgs(val afterStageWaitInSeconds: Output<Int>? = null, val groups: Output<List<UpdateGroupArgs>>? = null, val name: Output<String>) : ConvertibleToJava<UpdateStageArgs>
Defines a stage which contains the groups to update and the steps to take (e.g., wait for a time period) before starting the next stage.
Constructors
Link copied to clipboard
constructor(afterStageWaitInSeconds: Output<Int>? = null, groups: Output<List<UpdateGroupArgs>>? = null, name: Output<String>)