AutomationRuleTimedPromoteReleaseRule

data class AutomationRuleTimedPromoteReleaseRule(val destinationPhase: String? = null, val destinationTargetId: String? = null, val id: String, val schedule: String, val timeZone: String)

Constructors

Link copied to clipboard
constructor(destinationPhase: String? = null, destinationTargetId: String? = null, id: String, schedule: String, timeZone: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. The starting phase of the rollout created by this rule. 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:

Link copied to clipboard
val id: 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

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

Link copied to clipboard

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