bufferingHints property
Describes buffering options that can be applied to the data before it is
delivered to the HTTPS endpoint destination. Kinesis Data Firehose teats
these options as hints, and it might choose to use more optimal values. The
SizeInMBs
and IntervalInSeconds
parameters are
optional. However, if specify a value for one of them, you must also provide
a value for the other.
Implementation
final HttpEndpointBufferingHints? bufferingHints;