MatchConditionArgs

constructor(matchValue: Output<List<String>>, matchVariable: Output<Either<String, WafMatchVariable>>, negateCondition: Output<Boolean>? = null, operator: Output<Either<String, Operator>>, selector: Output<String>? = null, transforms: Output<List<Either<String, TransformType>>>? = null)