ConnectorFirehoseLogDelivery

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

Details about delivering logs to Amazon Kinesis Data Firehose.

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 log delivery.

Link copied to clipboard

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