Match Variable Args
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>>)