rules

@JvmName(name = "bhmleuaettbjsdui")
suspend fun rules(value: Output<Map<String, List<String>>>)
@JvmName(name = "klwthtdirfikoaoh")
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 = "utqqgumxtjiqnwif")
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.