rules

@JvmName(name = "cqgvunufpxycrbek")
suspend fun rules(value: Output<List<AutomationRuleArgs>>)
@JvmName(name = "gutresvvjeklgfdu")
suspend fun rules(value: List<AutomationRuleArgs>?)

Parameters

value

Required. List of Automation rules associated with the Automation resource. Must have at least one rule and limited to 250 rules per Delivery Pipeline. Note: the order of the rules here is not the same as the order of execution. Structure is documented below.


@JvmName(name = "cobrrlbiimckjrgv")
suspend fun rules(vararg values: Output<AutomationRuleArgs>)


@JvmName(name = "jpiwlmpjafyefcwn")
suspend fun rules(values: List<Output<AutomationRuleArgs>>)
@JvmName(name = "nollpvqgtlimbppl")
suspend fun rules(vararg values: AutomationRuleArgs)

Parameters

values

Required. List of Automation rules associated with the Automation resource. Must have at least one rule and limited to 250 rules per Delivery Pipeline. Note: the order of the rules here is not the same as the order of execution. Structure is documented below.


@JvmName(name = "dbfkpjsstnwgkrug")
suspend fun rules(argument: List<suspend AutomationRuleArgsBuilder.() -> Unit>)
@JvmName(name = "thacqgeodkdolqfk")
suspend fun rules(vararg argument: suspend AutomationRuleArgsBuilder.() -> Unit)
@JvmName(name = "jhiqnlxygclyyrsb")
suspend fun rules(argument: suspend AutomationRuleArgsBuilder.() -> Unit)

Parameters

argument

Required. List of Automation rules associated with the Automation resource. Must have at least one rule and limited to 250 rules per Delivery Pipeline. Note: the order of the rules here is not the same as the order of execution. Structure is documented below.