logExports

@JvmName(name = "vkqnvwykgjubjvjp")
suspend fun logExports(value: Output<List<String>>)
@JvmName(name = "uoclsqrswkaaftfx")
suspend fun logExports(value: List<String>?)

Parameters

value

The types of logs the namespace can export. Available export types are userlog, connectionlog, and useractivitylog.


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


@JvmName(name = "xbgbrqeibdkmmnah")
suspend fun logExports(values: List<Output<String>>)
@JvmName(name = "kmgbhnqephgfrdxc")
suspend fun logExports(vararg values: String)

Parameters

values

The types of logs the namespace can export. Available export types are userlog, connectionlog, and useractivitylog.