Match Condition Args
data class MatchConditionArgs(val matchValues: Output<List<String>>, val matchVariables: Output<List<MatchVariableArgs>>, val negationConditon: Output<Boolean>? = null, val operator: Output<Either<String, WebApplicationFirewallOperator>>, val transforms: Output<List<Either<String, WebApplicationFirewallTransform>>>? = null) : ConvertibleToJava<MatchConditionArgs>
Define match conditions.
Constructors
Link copied to clipboard
constructor(matchValues: Output<List<String>>, matchVariables: Output<List<MatchVariableArgs>>, negationConditon: Output<Boolean>? = null, operator: Output<Either<String, WebApplicationFirewallOperator>>, transforms: Output<List<Either<String, WebApplicationFirewallTransform>>>? = null)