rules

@JvmName(name = "thsrpyxxlbjqcfoo")
suspend fun rules(value: Output<List<MatchingWorkflowRuleArgs>>)
@JvmName(name = "mxeqtgvqreuunlkt")
suspend fun rules(value: List<MatchingWorkflowRuleArgs>)

Parameters

value

A list of Rule objects, each of which have fields RuleName and MatchingKeys .


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


@JvmName(name = "docrdnoluehjrhsn")
suspend fun rules(values: List<Output<MatchingWorkflowRuleArgs>>)
@JvmName(name = "dijbbvmuxutbxuff")
suspend fun rules(vararg values: MatchingWorkflowRuleArgs)

Parameters

values

A list of Rule objects, each of which have fields RuleName and MatchingKeys .


@JvmName(name = "jqkovvduykejdppw")
suspend fun rules(argument: List<suspend MatchingWorkflowRuleArgsBuilder.() -> Unit>)
@JvmName(name = "lsfqfvtladlvujvk")
suspend fun rules(vararg argument: suspend MatchingWorkflowRuleArgsBuilder.() -> Unit)
@JvmName(name = "dakpqinlypbsjuiw")
suspend fun rules(argument: suspend MatchingWorkflowRuleArgsBuilder.() -> Unit)

Parameters

argument

A list of Rule objects, each of which have fields RuleName and MatchingKeys .