WebAclRateLimitQueryArgumentArgs

data class WebAclRateLimitQueryArgumentArgs(val name: Output<String>, val textTransformations: Output<List<WebAclTextTransformationArgs>>) : ConvertibleToJava<WebAclRateLimitQueryArgumentArgs>

Specifies a query argument in the request as an aggregate key for a rate-based rule.

Constructors

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

Functions

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

Properties

Link copied to clipboard
val name: Output<String>

The name of the query argument to use.