ConnectorS3LogDelivery

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

Details about delivering logs to Amazon S3.

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

Specifies whether the logs get sent to the specified Amazon S3 destination.

Link copied to clipboard
val prefix: String? = null

The S3 prefix that is the destination for log delivery.