Vault Monitoring Args
data class VaultMonitoringArgs(val alertsForAllJobFailuresEnabled: Output<Boolean>? = null, val alertsForCriticalOperationFailuresEnabled: Output<Boolean>? = null) : ConvertibleToJava<VaultMonitoringArgs>
Constructors
Link copied to clipboard
fun VaultMonitoringArgs(alertsForAllJobFailuresEnabled: Output<Boolean>? = null, alertsForCriticalOperationFailuresEnabled: Output<Boolean>? = null)
Functions
Properties
Link copied to clipboard
Enabling/Disabling alerts from the older (classic alerts) solution. Defaults to true
. More details could be found here.