rules

@JvmName(name = "hfhwyfamrgtvqhhp")
suspend fun rules(value: Output<List<Int>>)
@JvmName(name = "avpunovslmtuqlyw")
suspend fun rules(value: List<Int>?)

Parameters

value

A list of rules which should be disabled in that group. Disables all rules in the specified group if rules is not specified.


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


@JvmName(name = "chhbhgwtojquvnpa")
suspend fun rules(values: List<Output<Int>>)
@JvmName(name = "eiqvigbmukhojlll")
suspend fun rules(vararg values: Int)

Parameters

values

A list of rules which should be disabled in that group. Disables all rules in the specified group if rules is not specified.