disabledAlerts

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

Parameters

value

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


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


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

Parameters

values

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