eventTypes

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


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