AutomationRuleRepairRolloutRuleArgs

data class AutomationRuleRepairRolloutRuleArgs(val id: Output<String>, val jobs: Output<List<String>>? = null, val phases: Output<List<String>>? = null, val repairPhases: Output<List<AutomationRuleRepairRolloutRuleRepairPhaseArgs>>? = null) : ConvertibleToJava<AutomationRuleRepairRolloutRuleArgs>

Constructors

Link copied to clipboard
constructor(id: Output<String>, jobs: Output<List<String>>? = null, phases: Output<List<String>>? = null, repairPhases: Output<List<AutomationRuleRepairRolloutRuleRepairPhaseArgs>>? = null)

Properties

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 jobs: Output<List<String>>? = null

Optional. Jobs to repair. Proceeds only after job name matched any one in the list, or for all jobs if unspecified or empty. The phase that includes the job must match the phase ID specified in sourcePhase. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: ^a-z?$.

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

Optional. Phases within which jobs are subject to automatic repair actions on failure. Proceeds only after phase name matched any one in the list, or for all phases if unspecified. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: ^a-z?$.

Link copied to clipboard

Optional. Proceeds only after phase name matched any one in the list. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: ^a-z?$. Structure is documented below.

Functions

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