enabledCloudwatchLogsExports

@JvmName(name = "tpeeknugqjyimglr")
suspend fun enabledCloudwatchLogsExports(value: Output<List<String>>)
@JvmName(name = "fetarcrbvnoechkn")
suspend fun enabledCloudwatchLogsExports(value: List<String>?)

Parameters

value

Set of log types to export to cloudwatch. If omitted, no logs will be exported. The following log types are supported: audit, error, general, slowquery, postgresql (PostgreSQL).


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


@JvmName(name = "ojskekqdjfjegslo")
suspend fun enabledCloudwatchLogsExports(values: List<Output<String>>)
@JvmName(name = "ipypehynprmcvkyw")
suspend fun enabledCloudwatchLogsExports(vararg values: String)

Parameters

values

Set of log types to export to cloudwatch. If omitted, no logs will be exported. The following log types are supported: audit, error, general, slowquery, postgresql (PostgreSQL).