DeliveryStreamElasticsearchBufferingHints

data class DeliveryStreamElasticsearchBufferingHints(val intervalInSeconds: Int? = null, val sizeInMbs: Int? = null)

Constructors

constructor(intervalInSeconds: Int? = null, sizeInMbs: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val intervalInSeconds: Int? = null

The length of time, in seconds, that Kinesis Data Firehose buffers incoming data before delivering it to the destination. For valid values, see the IntervalInSeconds content for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference .

Link copied to clipboard
val sizeInMbs: Int? = null

The size of the buffer, in MBs, that Kinesis Data Firehose uses for incoming data before delivering it to the destination. For valid values, see the SizeInMBs content for the BufferingHints data type in the Amazon Kinesis Data Firehose API Reference .