AutomationRuleTimedPromoteReleaseRuleArgs

data class AutomationRuleTimedPromoteReleaseRuleArgs(val destinationPhase: Output<String>? = null, val destinationTargetId: Output<String>? = null, val id: Output<String>, val schedule: Output<String>, val timeZone: Output<String>) : ConvertibleToJava<AutomationRuleTimedPromoteReleaseRuleArgs>

Constructors

constructor(destinationPhase: Output<String>? = null, destinationTargetId: Output<String>? = null, id: Output<String>, schedule: Output<String>, timeZone: Output<String>)

Properties

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

Optional. The starting phase of the rollout created by this rule. Default to the first phase.

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

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:

Link copied to clipboard
val id: Output<String>

Required. ID of the rule. This id must be unique in the Automation resource to which this rule belongs. The format is a-z{0,62}.

Link copied to clipboard
val schedule: Output<String>

Required. Schedule in crontab format. e.g. 0 9 * * 1 for every Monday at 9am.

Link copied to clipboard
val timeZone: Output<String>

Required. The time zone in IANA format IANA Time Zone Database (e.g. America/New_York).

Functions

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