ClusterFirehose

data class ClusterFirehose(val deliveryStream: String? = null, val enabled: Boolean)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val deliveryStream: String? = null

The Kinesis Data Firehose delivery stream that is the destination for broker logs.

Link copied to clipboard

Specifies whether broker logs get send to the specified Kinesis Data Firehose delivery stream.