repairPhases

@JvmName(name = "skjovathgngjmqkl")
suspend fun repairPhases(value: Output<List<AutomationRuleRepairRolloutRuleRepairPhaseArgs>>)
@JvmName(name = "wqcugobqdldwvpwy")
suspend fun repairPhases(value: List<AutomationRuleRepairRolloutRuleRepairPhaseArgs>?)

Parameters

value

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.


@JvmName(name = "tdgpmtohcqrvrrtv")
suspend fun repairPhases(vararg values: Output<AutomationRuleRepairRolloutRuleRepairPhaseArgs>)


@JvmName(name = "jbaerwvwebnvdbsj")
suspend fun repairPhases(values: List<Output<AutomationRuleRepairRolloutRuleRepairPhaseArgs>>)
@JvmName(name = "fmyaserayuqsfjbt")
suspend fun repairPhases(vararg values: AutomationRuleRepairRolloutRuleRepairPhaseArgs)

Parameters

values

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.


@JvmName(name = "maebwrfxxmlkvbbl")
suspend fun repairPhases(argument: List<suspend AutomationRuleRepairRolloutRuleRepairPhaseArgsBuilder.() -> Unit>)
@JvmName(name = "iygwhmtiupkmvorf")
suspend fun repairPhases(vararg argument: suspend AutomationRuleRepairRolloutRuleRepairPhaseArgsBuilder.() -> Unit)
@JvmName(name = "aepqfjxklhkxwkyp")
suspend fun repairPhases(argument: suspend AutomationRuleRepairRolloutRuleRepairPhaseArgsBuilder.() -> Unit)

Parameters

argument

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.