disabledAlerts

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


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