levels

@JvmName(name = "rmmgpmxexsssjcyo")
suspend fun levels(value: Output<List<String>>)
@JvmName(name = "ctkfiqdgxgfhahsh")
suspend fun levels(value: List<String>?)

Parameters

value

A list of severity level of the event. Possible values are Verbose, Informational, Warning, Error, and Critical.

NOTE: level and levels are mutually exclusive.


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


@JvmName(name = "vtpsywicxwpggirj")
suspend fun levels(values: List<Output<String>>)
@JvmName(name = "sjjewxdwvikniobw")
suspend fun levels(vararg values: String)

Parameters

values

A list of severity level of the event. Possible values are Verbose, Informational, Warning, Error, and Critical.

NOTE: level and levels are mutually exclusive.