RuleGroupRateLimitCookieArgs

data class RuleGroupRateLimitCookieArgs(val name: Output<String>, val textTransformations: Output<List<RuleGroupTextTransformationArgs>>) : ConvertibleToJava<RuleGroupRateLimitCookieArgs>

Specifies a cookie as an aggregate key for a rate-based rule.

Constructors

Link copied to clipboard
fun RuleGroupRateLimitCookieArgs(name: Output<String>, textTransformations: Output<List<RuleGroupTextTransformationArgs>>)

Functions

Link copied to clipboard
open override fun toJava(): RuleGroupRateLimitCookieArgs

Properties

Link copied to clipboard
val name: Output<String>

The name of the cookie to use.