currents

@JvmName(name = "mmivwaecqvjyysul")
suspend fun currents(value: Output<List<String>>)
@JvmName(name = "gjgbumbremdrkhyp")
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 = "sonfshhsckltrpuj")
suspend fun currents(vararg values: Output<String>)


@JvmName(name = "yosqviwgitpbltbv")
suspend fun currents(values: List<Output<String>>)
@JvmName(name = "pwupcxxhmhgmhxyt")
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.