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