Firehose Delivery Stream Iceberg Configuration Args
Constructors
Properties
Buffer incoming data for the specified period of time, in seconds between 0 and 900, before delivering it to the destination. The default value is 300.
Buffer incoming data to the specified size, in MBs between 1 and 128, before delivering it to the destination. The default value is 5.
Glue catalog ARN identifier of the destination Apache Iceberg Tables. You must specify the ARN in the format arn:aws:glue:region:account-id:catalog
The CloudWatch Logging Options for the delivery stream. See cloudwatch_logging_options
block below for details.
Destination table configurations which Firehose uses to deliver data to Apache Iceberg Tables. Firehose will write data with insert if table specific configuration is not provided. See destination_table_configuration
block below for details.
The data processing configuration. See processing_configuration
block below for details.
The period of time, in seconds between 0 to 7200, during which Firehose retries to deliver data to the specified destination.
The S3 Configuration. See s3_configuration
block below for details.