disabledAlerts

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


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