disabledAlerts

@JvmName(name = "xgfbqoknkdqgninp")
suspend fun disabledAlerts(value: Output<List<String>>)
@JvmName(name = "wpdomfwbfwsclvsd")
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 = "qyxuxfoqiyhllxcl")
suspend fun disabledAlerts(vararg values: Output<String>)


@JvmName(name = "tqqyqbqqxdovxjlg")
suspend fun disabledAlerts(values: List<Output<String>>)
@JvmName(name = "ihisdeityllfrsga")
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.