enabledCloudwatchLogsExports

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

Parameters

value

Set of log types to enable for exporting to CloudWatch logs. If omitted, no logs will be exported. Valid values (depending on engine). MySQL and MariaDB: audit, error, general, slowquery. PostgreSQL: postgresql, upgrade. MSSQL: agent , error. Oracle: alert, audit, listener, trace.


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


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

Parameters

values

Set of log types to enable for exporting to CloudWatch logs. If omitted, no logs will be exported. Valid values (depending on engine). MySQL and MariaDB: audit, error, general, slowquery. PostgreSQL: postgresql, upgrade. MSSQL: agent , error. Oracle: alert, audit, listener, trace.