Remote Address Match Condition Parameters Args
data class RemoteAddressMatchConditionParametersArgs(val matchValues: Output<List<String>>? = null, val negateCondition: Output<Boolean>? = null, val operator: Output<Either<String, RemoteAddressOperator>>, val transforms: Output<List<Either<String, Transform>>>? = null, val typeName: Output<String>) : ConvertibleToJava<RemoteAddressMatchConditionParametersArgs>
Defines the parameters for RemoteAddress match conditions
Properties
Link copied to clipboard
Match values to match against. The operator will apply to each value in here with OR semantics. If any of them match the variable with the given operator this match condition is considered a match.
Link copied to clipboard
Describes if this is negate condition or not
Link copied to clipboard
Describes operator to be matched
Link copied to clipboard
List of transforms