Values.DynamicPartitioningConfigurationSourceThe configuration of the dynamic partitioning mechanism that creates smaller data sets from the streaming data by partitioning it based on partition keys. Currently, dynamic partitioning is only supported for Amazon S3 destinations.
type nonrec t = {retryOptions : RetryOptions.t option;The retry behavior in case Firehose is unable to deliver data to an Amazon S3 prefix.
*)enabled : BooleanObject.t option;Specifies that the dynamic partitioning is enabled for this Firehose stream.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BooleanObject.t
| `Structure of
(string * [> `Integer of RetryDurationInSeconds.t ]) list ])
list ]