rules

@JvmName(name = "dvicusbyfecytyup")
suspend fun rules(value: Output<List<RuleArgs>>)
@JvmName(name = "galgarrtqsfejnkb")
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 = "aexbswcrnuumdled")
suspend fun rules(vararg values: Output<RuleArgs>)


@JvmName(name = "iwdfoxceslcratqr")
suspend fun rules(values: List<Output<RuleArgs>>)
@JvmName(name = "rtxivbvckvoqmtuh")
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 = "xcscilugaeklmhgo")
suspend fun rules(argument: List<suspend RuleArgsBuilder.() -> Unit>)
@JvmName(name = "wwlobuppofwsahvh")
suspend fun rules(vararg argument: suspend RuleArgsBuilder.() -> Unit)
@JvmName(name = "enpyditxvquiittj")
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.