rules

@JvmName(name = "rmqgaedgqisururw")
suspend fun rules(value: Output<List<AutomationRuleArgs>>)
@JvmName(name = "slkgxklfscauldvt")
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 = "rhfklgkhcjowvprm")
suspend fun rules(vararg values: Output<AutomationRuleArgs>)


@JvmName(name = "gmxhyrrkgukdprjw")
suspend fun rules(values: List<Output<AutomationRuleArgs>>)
@JvmName(name = "lphyfkahwhkwfjfk")
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 = "rpipgacxvayvwnsv")
suspend fun rules(argument: List<suspend AutomationRuleArgsBuilder.() -> Unit>)
@JvmName(name = "mrtxwmaanfocxgkb")
suspend fun rules(vararg argument: suspend AutomationRuleArgsBuilder.() -> Unit)
@JvmName(name = "wawgxeenbmaluhgh")
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.