NotificationArgs

constructor(contactEmails: Output<List<String>>, contactGroups: Output<List<String>>? = null, contactRoles: Output<List<String>>? = null, enabled: Output<Boolean>, locale: Output<Either<String, CultureCode>>? = null, operator: Output<Either<String, OperatorType>>, threshold: Output<Double>, thresholdType: Output<Either<String, ThresholdType>>? = null)