logExports

@JvmName(name = "ysvgltdoneacylmg")
suspend fun logExports(value: Output<List<String>>)
@JvmName(name = "mrlkewojmijsklom")
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 = "pqthqnuipqhvglih")
suspend fun logExports(vararg values: Output<String>)


@JvmName(name = "jgvrbwkequbomjxb")
suspend fun logExports(values: List<Output<String>>)
@JvmName(name = "vreepymiluinncvq")
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.