ClusterCloudWatchLogs

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

Constructors

Link copied to clipboard
constructor(enabled: Boolean, logGroup: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether broker logs get sent to the specified CloudWatch Logs destination.

Link copied to clipboard
val logGroup: String? = null

The CloudWatch log group that is the destination for broker logs.