logExports

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

Parameters

value

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


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


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

Parameters

values

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