rules

@JvmName(name = "clnfpbtmebssacaq")
suspend fun rules(value: Output<List<WebAclRuleArgs>>)
@JvmName(name = "evkkoivnhmsewnch")
suspend fun rules(value: List<WebAclRuleArgs>?)

Parameters

value

Configuration blocks containing rules to associate with the web ACL and the settings for each rule. Detailed below.


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


@JvmName(name = "lmxttbcukfpsybbd")
suspend fun rules(values: List<Output<WebAclRuleArgs>>)
@JvmName(name = "gkoiepfsjubagfek")
suspend fun rules(vararg values: WebAclRuleArgs)

Parameters

values

Configuration blocks containing rules to associate with the web ACL and the settings for each rule. Detailed below.


@JvmName(name = "xhtwxtorpbjrmrfo")
suspend fun rules(argument: List<suspend WebAclRuleArgsBuilder.() -> Unit>)
@JvmName(name = "gusebneasdymvnwx")
suspend fun rules(vararg argument: suspend WebAclRuleArgsBuilder.() -> Unit)
@JvmName(name = "mmwgfhxpcqfgvnjr")
suspend fun rules(argument: suspend WebAclRuleArgsBuilder.() -> Unit)

Parameters

argument

Configuration blocks containing rules to associate with the web ACL and the settings for each rule. Detailed below.