rules

@JvmName(name = "shytvuvdmcdnxhpa")
suspend fun rules(value: Output<List<RuleArgs>>)
@JvmName(name = "jlkohyxuyutitldw")
suspend fun rules(value: List<RuleArgs>?)

Parameters

value

If more than one rule is specified, the rules are applied in the following manner: - All matching LOG rules are always applied. - If any DENY/DENY_WITH_LOG rule matches, permission is denied. Logging will be applied if one or more matching rule requires logging. - Otherwise, if any ALLOW/ALLOW_WITH_LOG rule matches, permission is granted. Logging will be applied if one or more matching rule requires logging. - Otherwise, if no rule applies, permission is denied.


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


@JvmName(name = "drocshmikcsvwmsx")
suspend fun rules(values: List<Output<RuleArgs>>)
@JvmName(name = "pyycwitsxlpmhkdm")
suspend fun rules(vararg values: RuleArgs)

Parameters

values

If more than one rule is specified, the rules are applied in the following manner: - All matching LOG rules are always applied. - If any DENY/DENY_WITH_LOG rule matches, permission is denied. Logging will be applied if one or more matching rule requires logging. - Otherwise, if any ALLOW/ALLOW_WITH_LOG rule matches, permission is granted. Logging will be applied if one or more matching rule requires logging. - Otherwise, if no rule applies, permission is denied.


@JvmName(name = "txtqddjhrhrygsqa")
suspend fun rules(argument: List<suspend RuleArgsBuilder.() -> Unit>)
@JvmName(name = "tqqmdjcradtnhskk")
suspend fun rules(vararg argument: suspend RuleArgsBuilder.() -> Unit)
@JvmName(name = "orpctclgnhupdsub")
suspend fun rules(argument: suspend RuleArgsBuilder.() -> Unit)

Parameters

argument

If more than one rule is specified, the rules are applied in the following manner: - All matching LOG rules are always applied. - If any DENY/DENY_WITH_LOG rule matches, permission is denied. Logging will be applied if one or more matching rule requires logging. - Otherwise, if any ALLOW/ALLOW_WITH_LOG rule matches, permission is granted. Logging will be applied if one or more matching rule requires logging. - Otherwise, if no rule applies, permission is denied.