Request Method Match Condition Parameters Args
data class RequestMethodMatchConditionParametersArgs(val matchValues: Output<List<Either<String, RequestMethodMatchValue>>>? = null, val negateCondition: Output<Boolean>? = null, val operator: Output<Either<String, RequestMethodOperator>>, val transforms: Output<List<Either<String, Transform>>>? = null, val typeName: Output<String>) : ConvertibleToJava<RequestMethodMatchConditionParametersArgs>
Defines the parameters for RequestMethod match conditions
Constructors
Link copied to clipboard
constructor(matchValues: Output<List<Either<String, RequestMethodMatchValue>>>? = null, negateCondition: Output<Boolean>? = null, operator: Output<Either<String, RequestMethodOperator>>, transforms: Output<List<Either<String, Transform>>>? = null, typeName: Output<String>)