Firehose Delivery Stream Iceberg Configuration Destination Table Configuration Args
data class FirehoseDeliveryStreamIcebergConfigurationDestinationTableConfigurationArgs(val databaseName: Output<String>, val s3ErrorOutputPrefix: Output<String>? = null, val tableName: Output<String>, val uniqueKeys: Output<List<String>>? = null) : ConvertibleToJava<FirehoseDeliveryStreamIcebergConfigurationDestinationTableConfigurationArgs>
Constructors
Properties
Link copied to clipboard
The name of the Apache Iceberg database.
Link copied to clipboard
The table specific S3 error output prefix. All the errors that occurred while delivering to this table will be prefixed with this value in S3 destination.
Link copied to clipboard
A list of unique keys for a given Apache Iceberg table. Firehose will use these for running Create, Update, or Delete operations on the given Iceberg table.