disabledAlerts

@JvmName(name = "efeeohsmjmmkmlty")
suspend fun disabledAlerts(value: Output<List<String>>)
@JvmName(name = "livaapmhcadghgqf")
suspend fun disabledAlerts(value: List<String>?)

Parameters

value

Specifies a list of alerts which should be disabled. Possible values include Access_Anomaly, Sql_Injection and Sql_Injection_Vulnerability.


@JvmName(name = "hhivlnfgiigxisvd")
suspend fun disabledAlerts(vararg values: Output<String>)


@JvmName(name = "meofnkfyckqlmhsm")
suspend fun disabledAlerts(values: List<Output<String>>)
@JvmName(name = "yfdqjywnsoyqseoa")
suspend fun disabledAlerts(vararg values: String)

Parameters

values

Specifies a list of alerts which should be disabled. Possible values include Access_Anomaly, Sql_Injection and Sql_Injection_Vulnerability.