logExports

@JvmName(name = "wcwohgbleegqlisb")
suspend fun logExports(value: Output<List<NamespaceLogExport>>)
@JvmName(name = "dhkfvjthkuemyeiv")
suspend fun logExports(value: List<NamespaceLogExport>?)

Parameters

value

The collection of log types to be exported provided by the customer. Should only be one of the three supported log types: userlog, useractivitylog and connectionlog


@JvmName(name = "qboguqkmajmdruar")
suspend fun logExports(vararg values: Output<NamespaceLogExport>)


@JvmName(name = "ymatruvhldueotve")
suspend fun logExports(values: List<Output<NamespaceLogExport>>)
@JvmName(name = "khrqdfybybmsuwjo")
suspend fun logExports(vararg values: NamespaceLogExport)

Parameters

values

The collection of log types to be exported provided by the customer. Should only be one of the three supported log types: userlog, useractivitylog and connectionlog