enableCloudwatchLogsExports

@JvmName(name = "qrhcuipkmpjdfeqs")
suspend fun enableCloudwatchLogsExports(value: Output<List<String>>)
@JvmName(name = "ntfpmleqhxrwpmcf")
suspend fun enableCloudwatchLogsExports(value: List<String>?)

Parameters

value

The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide. Aurora MySQL Valid values: `audit`, `error`, `general`, `slowquery` Aurora PostgreSQL Valid values: `postgresql` Valid for: Aurora DB clusters and Multi-AZ DB clusters


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


@JvmName(name = "mkbemedrxbkihldw")
suspend fun enableCloudwatchLogsExports(values: List<Output<String>>)
@JvmName(name = "pigalldoihlpcubi")
suspend fun enableCloudwatchLogsExports(vararg values: String)

Parameters

values

The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide. Aurora MySQL Valid values: `audit`, `error`, `general`, `slowquery` Aurora PostgreSQL Valid values: `postgresql` Valid for: Aurora DB clusters and Multi-AZ DB clusters