eventTypes

@JvmName(name = "xfmphywvjjhwbhxn")
suspend fun eventTypes(value: Output<List<String>>)
@JvmName(name = "njjvkntcbpbnwtmg")
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 = "fvbldkdwnxjjqtyd")
suspend fun eventTypes(vararg values: Output<String>)


@JvmName(name = "rimcextebybyngaw")
suspend fun eventTypes(values: List<Output<String>>)
@JvmName(name = "nupfpjbyofpgijvw")
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.