disabledAlerts

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


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