enabledCloudwatchLogsExports

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


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