enabledCloudwatchLogsExports

@JvmName(name = "xmdpuldeyfnrbmmi")
suspend fun enabledCloudwatchLogsExports(value: Output<List<String>>)
@JvmName(name = "bxprowaajfjkhfqb")
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 = "vfgmusvopxhuuccx")
suspend fun enabledCloudwatchLogsExports(vararg values: Output<String>)


@JvmName(name = "swoxrwljwtqyovxr")
suspend fun enabledCloudwatchLogsExports(values: List<Output<String>>)
@JvmName(name = "ftkubbvbmctrhlia")
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.