bufferingHints

@JvmName(name = "vdkusevjfssgmtun")
suspend fun bufferingHints(value: Output<DeliveryStreamBufferingHintsArgs>)
@JvmName(name = "fbmguovwaoepgcik")
suspend fun bufferingHints(value: DeliveryStreamBufferingHintsArgs?)

Parameters

value

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.


@JvmName(name = "felddheyvqbcpjos")
suspend fun bufferingHints(argument: suspend DeliveryStreamBufferingHintsArgsBuilder.() -> Unit)

Parameters

argument

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.