eventTypes

@JvmName(name = "dkkpvivueblkedle")
suspend fun eventTypes(value: Output<List<String>>)
@JvmName(name = "cgbibpakwrgsaics")
suspend fun eventTypes(value: List<String>?)

Parameters

value

Specifies an array of event types applied to the specified event log. Possible values include Error, Warning and Information.


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


@JvmName(name = "pjhnirwomtqrvoyn")
suspend fun eventTypes(values: List<Output<String>>)
@JvmName(name = "xrdfxuexvrgyiohc")
suspend fun eventTypes(vararg values: String)

Parameters

values

Specifies an array of event types applied to the specified event log. Possible values include Error, Warning and Information.