rules

@JvmName(name = "tphlhdtixgcbsymu")
suspend fun rules(value: Output<List<RuleGroupRuleArgs>>)
@JvmName(name = "lthmetbtwmmchqeo")
suspend fun rules(value: List<RuleGroupRuleArgs>?)

Parameters

value

The rule blocks used to identify the web requests that you want to allow, block, or count. See Rules below for details.


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


@JvmName(name = "wnauyvpgwlvljylh")
suspend fun rules(values: List<Output<RuleGroupRuleArgs>>)
@JvmName(name = "nvehxtkqiqvkgyfc")
suspend fun rules(vararg values: RuleGroupRuleArgs)

Parameters

values

The rule blocks used to identify the web requests that you want to allow, block, or count. See Rules below for details.


@JvmName(name = "cvdfnsisxgbdbitp")
suspend fun rules(argument: List<suspend RuleGroupRuleArgsBuilder.() -> Unit>)
@JvmName(name = "wdmwunkuaeporrkt")
suspend fun rules(vararg argument: suspend RuleGroupRuleArgsBuilder.() -> Unit)
@JvmName(name = "xenohcqmoljjotqf")
suspend fun rules(argument: suspend RuleGroupRuleArgsBuilder.() -> Unit)

Parameters

argument

The rule blocks used to identify the web requests that you want to allow, block, or count. See Rules below for details.