logExports

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

Parameters

value

The collection of exported log types. Log types include the connection log, user log and user activity log. Required when log_destination_type is cloudwatch. Valid log types are connectionlog, userlog, and useractivitylog.


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


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

Parameters

values

The collection of exported log types. Log types include the connection log, user log and user activity log. Required when log_destination_type is cloudwatch. Valid log types are connectionlog, userlog, and useractivitylog.