AzureMonitorAlertSettingsArgs

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)

Properties

Link copied to clipboard
val alertsForAllFailoverIssues: Output<Either<String, AlertsState>>? = null
Link copied to clipboard
val alertsForAllJobFailures: Output<Either<String, AlertsState>>? = null
Link copied to clipboard
val alertsForAllReplicationIssues: Output<Either<String, AlertsState>>? = null

Functions

Link copied to clipboard
open override fun toJava(): AzureMonitorAlertSettingsArgs