rules

@JvmName(name = "wuwwhdbdlsniywij")
suspend fun rules(value: Output<List<WebAclRuleArgs>>)
@JvmName(name = "irhwjwmisxycpmnh")
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 = "inxkmavvfpisfyqy")
suspend fun rules(vararg values: Output<WebAclRuleArgs>)


@JvmName(name = "wqrffnepmipvbhsl")
suspend fun rules(values: List<Output<WebAclRuleArgs>>)
@JvmName(name = "hdsmskneqleopkkl")
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 = "jotliylamfiuoyqb")
suspend fun rules(argument: List<suspend WebAclRuleArgsBuilder.() -> Unit>)
@JvmName(name = "mgfalrrsicxxjvgf")
suspend fun rules(vararg argument: suspend WebAclRuleArgsBuilder.() -> Unit)
@JvmName(name = "fmxigermxhlmxire")
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.