WebAclLabelMatchStatementArgs

data class WebAclLabelMatchStatementArgs(val key: Output<String>, val scope: Output<WebAclLabelMatchScope>) : ConvertibleToJava<WebAclLabelMatchStatementArgs>

Constructors

Link copied to clipboard
constructor(key: Output<String>, scope: Output<WebAclLabelMatchScope>)

Properties

Link copied to clipboard
val key: Output<String>

The string to match against. The setting you provide for this depends on the match statement's Scope setting:

Link copied to clipboard

Specify whether you want to match using the label name or just the namespace.

Functions

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