ClusterLoggingInfoBrokerLogsFirehose

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

Name of the Kinesis Data Firehose delivery stream to deliver logs to.

Link copied to clipboard

Controls whether provisioned throughput is enabled or not. Default value: false.