rules

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


@JvmName(name = "iwkmdmfgcctxpwjk")
suspend fun rules(values: List<Output<AutomationRuleArgs>>)
@JvmName(name = "oqftgxgwempkfxbs")
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 = "ejiiamclysfhewkg")
suspend fun rules(argument: List<suspend AutomationRuleArgsBuilder.() -> Unit>)
@JvmName(name = "gaiosgpwabutmsld")
suspend fun rules(vararg argument: suspend AutomationRuleArgsBuilder.() -> Unit)
@JvmName(name = "cwjqhdqnxjunihpk")
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.