DeliveryStreamElasticsearchBufferingHintsArgs

data class DeliveryStreamElasticsearchBufferingHintsArgs(val intervalInSeconds: Output<Int>? = null, val sizeInMbs: Output<Int>? = null) : ConvertibleToJava<DeliveryStreamElasticsearchBufferingHintsArgs>

Constructors

constructor(intervalInSeconds: Output<Int>? = null, sizeInMbs: Output<Int>? = null)

Properties

Link copied to clipboard
val intervalInSeconds: Output<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: Output<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 .

Functions

Link copied to clipboard
open override fun toJava(): DeliveryStreamElasticsearchBufferingHintsArgs