MatchVariableArgs

data class MatchVariableArgs(val selector: Output<String>? = null, val variableName: Output<Either<String, WebApplicationFirewallMatchVariable>>) : ConvertibleToJava<MatchVariableArgs>

Define match variables.

Constructors

Link copied to clipboard
constructor(selector: Output<String>? = null, variableName: Output<Either<String, WebApplicationFirewallMatchVariable>>)

Properties

Link copied to clipboard
val selector: Output<String>? = null

The selector of match variable.

Link copied to clipboard

Match Variable.

Functions

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