rules

@JvmName(name = "rxogaqndvanikbck")
suspend fun rules(value: Output<Map<String, List<String>>>)
@JvmName(name = "murplvqscvjiplay")
suspend fun rules(value: Map<String, List<String>>?)

Parameters

value

A mapping of ruleset IDs to a list of rule IDs in that ruleset to skip the execution of. This option is incompatible with the ruleset option.


@JvmName(name = "araecbxhjigntbwq")
fun rules(vararg values: Pair<String, List<String>>)

Parameters

values

A mapping of ruleset IDs to a list of rule IDs in that ruleset to skip the execution of. This option is incompatible with the ruleset option.