ConnectorLogDeliveryWorkerLogDeliveryS3

data class ConnectorLogDeliveryWorkerLogDeliveryS3(val bucket: String? = null, val enabled: Boolean, val prefix: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bucket: String? = null

The name of the S3 bucket that is the destination for log delivery.

Link copied to clipboard

Whether log delivery to Amazon CloudWatch Logs is enabled.

Link copied to clipboard
val prefix: String? = null

The S3 prefix that is the destination for log delivery.