ClusterLoggingInfoBrokerLogsCloudwatchLogs

data class ClusterLoggingInfoBrokerLogsCloudwatchLogs(val enabled: Boolean, val logGroup: String? = null)

Constructors

constructor(enabled: Boolean, logGroup: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Controls whether provisioned throughput is enabled or not. Default value: false.

Link copied to clipboard
val logGroup: String? = null

Name of the Cloudwatch Log Group to deliver logs to.