ConnectorCloudWatchLogsLogDelivery

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

Details about delivering logs to Amazon CloudWatch Logs.

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 the 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 log delivery.