Grouping Configuration Args
constructor(enabled: Output<Boolean>, groupByAlertDetails: Output<List<Either<String, AlertDetail>>>? = null, groupByCustomDetails: Output<List<String>>? = null, groupByEntities: Output<List<Either<String, EntityMappingType>>>? = null, lookbackDuration: Output<String>, matchingMethod: Output<Either<String, MatchingMethod>>, reopenClosedIncident: Output<Boolean>)