WebAclRateLimitLabelNamespaceArgs

data class WebAclRateLimitLabelNamespaceArgs(val namespace: Output<String>) : ConvertibleToJava<WebAclRateLimitLabelNamespaceArgs>

Specifies a label namespace to use as an aggregate key for a rate-based rule.

Constructors

Link copied to clipboard
constructor(namespace: Output<String>)

Properties

Link copied to clipboard
val namespace: Output<String>

The namespace to use for aggregation.

Functions

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