logExports

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


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