eventsToExports

@JvmName(name = "xfrnvtogxuqnqadi")
suspend fun eventsToExports(value: Output<List<String>>)
@JvmName(name = "mmldohaachhoqqbu")
suspend fun eventsToExports(value: List<String>?)

Parameters

value

A list of data which is to exported to analytic workspace. Valid values include RawEvents.


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


@JvmName(name = "hhkxvnxmnfqkvdyb")
suspend fun eventsToExports(values: List<Output<String>>)
@JvmName(name = "fkbjhnlveearfqtp")
suspend fun eventsToExports(vararg values: String)

Parameters

values

A list of data which is to exported to analytic workspace. Valid values include RawEvents.