ClusterS3

data class ClusterS3(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 broker logs.

Link copied to clipboard

Specifies whether broker 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 broker logs.