PolicyCustomRuleMatchConditionMatchVariableArgs

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

Constructors

constructor(selector: Output<String>? = null, variableName: Output<String>)

Properties

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

Describes field of the matchVariable collection

Link copied to clipboard
val variableName: Output<String>

The name of the Match Variable. Possible values are RemoteAddr, RequestMethod, QueryString, PostArgs, RequestUri, RequestHeaders, RequestBody and RequestCookies.

Functions

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