AutomationRuleRepairRolloutRuleRepairPhaseRollbackArgs

data class AutomationRuleRepairRolloutRuleRepairPhaseRollbackArgs(val destinationPhase: Output<String>? = null, val disableRollbackIfRolloutPending: Output<Boolean>? = null) : ConvertibleToJava<AutomationRuleRepairRolloutRuleRepairPhaseRollbackArgs>

Constructors

constructor(destinationPhase: Output<String>? = null, disableRollbackIfRolloutPending: Output<Boolean>? = null)

Properties

Link copied to clipboard
val destinationPhase: Output<String>? = null

Optional. The starting phase ID for the Rollout. If unspecified, the Rollout will start in the stable phase.

Link copied to clipboard

Optional. If pending rollout exists on the target, the rollback operation will be aborted.

Functions

Link copied to clipboard
open override fun toJava(): AutomationRuleRepairRolloutRuleRepairPhaseRollbackArgs