logExports

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


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