Delivery Stream Elasticsearch Buffering Hints
data class DeliveryStreamElasticsearchBufferingHints(val intervalInSeconds: Int? = null, val sizeInMbs: Int? = null)
Properties
Link copied to clipboard
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
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 .