Classic Alert Settings Args
data class ClassicAlertSettingsArgs(val alertsForCriticalOperations: Output<Either<String, AlertsState>>? = null, val emailNotificationsForSiteRecovery: Output<Either<String, AlertsState>>? = null) : ConvertibleToJava<ClassicAlertSettingsArgs>
Settings for classic alerts
Constructors
Link copied to clipboard
constructor(alertsForCriticalOperations: Output<Either<String, AlertsState>>? = null, emailNotificationsForSiteRecovery: Output<Either<String, AlertsState>>? = null)