Firewall Policy Custom Rule Match Condition Args
data class FirewallPolicyCustomRuleMatchConditionArgs(val matchValues: Output<List<String>>, val matchVariable: Output<String>, val negationCondition: Output<Boolean>? = null, val operator: Output<String>, val selector: Output<String>? = null, val transforms: Output<List<String>>? = null) : ConvertibleToJava<FirewallPolicyCustomRuleMatchConditionArgs>
Constructors
Properties
Link copied to clipboard
Up to 600
possible values to match. Limit is in total across all match_condition
blocks and match_values
arguments. String value itself can be up to 256
characters long.
Link copied to clipboard
The request variable to compare with. Possible values are Cookies
, PostArgs
, QueryString
, RemoteAddr
, RequestBody
, RequestHeader
, RequestMethod
, RequestUri
, or SocketAddr
.
Link copied to clipboard
Should the result of the condition be negated.
Link copied to clipboard
Up to 5
transforms to apply. Possible values are Lowercase
, RemoveNulls
, Trim
, Uppercase
, URLDecode
orURLEncode
.