ClusterLoggingInfoBrokerLogsS3

data class ClusterLoggingInfoBrokerLogsS3(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

Name of the S3 bucket to deliver logs to.

Link copied to clipboard
Link copied to clipboard
val prefix: String? = null

Prefix to append to the folder name.