logExports

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

Parameters

value

The collection of exported log types. Possible values are connectionlog , useractivitylog , and userlog .


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


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

Parameters

values

The collection of exported log types. Possible values are connectionlog , useractivitylog , and userlog .