Azure Monitor Alert Settings Args
data class AzureMonitorAlertSettingsArgs(val alertsForAllFailoverIssues: Output<Either<String, AlertsState>>? = null, val alertsForAllJobFailures: Output<Either<String, AlertsState>>? = null, val alertsForAllReplicationIssues: Output<Either<String, AlertsState>>? = null) : ConvertibleToJava<AzureMonitorAlertSettingsArgs>
Settings for Azure Monitor based alerts
Constructors
Link copied to clipboard
constructor(alertsForAllFailoverIssues: Output<Either<String, AlertsState>>? = null, alertsForAllJobFailures: Output<Either<String, AlertsState>>? = null, alertsForAllReplicationIssues: Output<Either<String, AlertsState>>? = null)