currents

@JvmName(name = "jgnlvsjvpdrwutqj")
suspend fun currents(value: Output<List<String>>)
@JvmName(name = "bqqneelkrlqnjhis")
suspend fun currents(value: List<String>?)

Parameters

value

The current resource health statuses that will log an alert. Possible values are Available, Degraded, Unavailable and Unknown.


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


@JvmName(name = "redjjcodlqdhhamg")
suspend fun currents(values: List<Output<String>>)
@JvmName(name = "viobfbqooifppswn")
suspend fun currents(vararg values: String)

Parameters

values

The current resource health statuses that will log an alert. Possible values are Available, Degraded, Unavailable and Unknown.