logExports

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

Parameters

value

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


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


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

Parameters

values

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