Frontdoor Rule Conditions Socket Address Condition Args
data class FrontdoorRuleConditionsSocketAddressConditionArgs(val matchValues: Output<List<String>>? = null, val negateCondition: Output<Boolean>? = null, val operator: Output<String>? = null) : ConvertibleToJava<FrontdoorRuleConditionsSocketAddressConditionArgs>
Properties
Link copied to clipboard
Specify one or more IP address ranges. If multiple IP address ranges are specified, they're evaluated using OR
logic. ->NOTE: See the Specifying IP Address Ranges
section below on how to correctly define the match_values
field.
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.