Automation Rule Promote Release Rule Args
data class AutomationRulePromoteReleaseRuleArgs(val destinationPhase: Output<String>? = null, val destinationTargetId: Output<String>? = null, val id: Output<String>, val wait: Output<String>? = null) : ConvertibleToJava<AutomationRulePromoteReleaseRuleArgs>
Properties
Link copied to clipboard
Optional. The starting phase of the rollout created by this operation. Default to the first phase.
Link copied to clipboard
Optional. The ID of the stage in the pipeline to which this Release
is deploying. If unspecified, default it to the next stage in the promotion flow. The value of this field could be one of the following: * The last segment of a target name. It only needs the ID to determine if the target is one of the stages in the promotion sequence defined in the pipeline. * "@next", the next target in the promotion sequence.