AutomationRuleArgs

data class AutomationRuleArgs(val advanceRolloutRule: Output<AutomationRuleAdvanceRolloutRuleArgs>? = null, val promoteReleaseRule: Output<AutomationRulePromoteReleaseRuleArgs>? = null) : ConvertibleToJava<AutomationRuleArgs>

Constructors

Link copied to clipboard
constructor(advanceRolloutRule: Output<AutomationRuleAdvanceRolloutRuleArgs>? = null, promoteReleaseRule: Output<AutomationRulePromoteReleaseRuleArgs>? = null)

Properties

Link copied to clipboard

Optional. The AdvanceRolloutRule will automatically advance a successful Rollout. Structure is documented below.

Link copied to clipboard

Optional. PromoteReleaseRule will automatically promote a release from the current target to a specified target. Structure is documented below.

Functions

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