Delivery Stream Iceberg Destination Configuration Args
Constructors
Properties
Describes whether all incoming data for this delivery stream will be append only (inserts only and not for updates and deletes) for Iceberg delivery. This feature is only applicable for Apache Iceberg Tables. The default value is false. If you set this value to true, Firehose automatically increases the throughput limit of a stream based on the throttling levels of the stream. If you set this parameter to true for a stream with updates and deletes, you will see out of order delivery.
Configuration describing where the destination Apache Iceberg Tables are persisted.
Provides a list of DestinationTableConfigurations
which Firehose uses to deliver data to Apache Iceberg Tables. Firehose will write data with insert if table specific configuration is not provided here.
Describes how Firehose will backup records. Currently,S3 backup only supports FailedDataOnly
.