enabledCloudwatchLogsExports

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

Parameters

value

List of log types to export to cloudwatch. If omitted, no logs will be exported. The following log types are supported: audit, profiler.


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


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

Parameters

values

List of log types to export to cloudwatch. If omitted, no logs will be exported. The following log types are supported: audit, profiler.