eventTypes

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


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