Frontdoor Rule Conditions Request Method Condition Args
data class FrontdoorRuleConditionsRequestMethodConditionArgs(val matchValues: Output<List<String>>, val negateCondition: Output<Boolean>? = null, val operator: Output<String>? = null) : ConvertibleToJava<FrontdoorRuleConditionsRequestMethodConditionArgs>
Properties
Link copied to clipboard
A list of one or more HTTP methods. Possible values include GET
, POST
, PUT
, DELETE
, HEAD
, OPTIONS
or TRACE
. If multiple values are specified, they're evaluated using OR
logic.
Link copied to clipboard
If true
operator becomes the opposite of its value. Possible values true
or false
. Defaults to false
. Details can be found in the Condition Operator List
below.