ExceptionEntryArgs

constructor(exceptionManagedRuleSets: Output<List<ExclusionManagedRuleSetArgs>>? = null, matchVariable: Output<Either<String, ExceptionEntryMatchVariable>>, selector: Output<String>? = null, selectorMatchOperator: Output<Either<String, ExceptionEntrySelectorMatchOperator>>? = null, valueMatchOperator: Output<Either<String, ExceptionEntryValueMatchOperator>>, values: Output<List<String>>? = null)