DeliveryStreamIcebergDestinationConfigurationArgs

data class DeliveryStreamIcebergDestinationConfigurationArgs(val bufferingHints: Output<DeliveryStreamBufferingHintsArgs>? = null, val catalogConfiguration: Output<DeliveryStreamCatalogConfigurationArgs>, val cloudWatchLoggingOptions: Output<DeliveryStreamCloudWatchLoggingOptionsArgs>? = null, val destinationTableConfigurationList: Output<List<DeliveryStreamDestinationTableConfigurationArgs>>? = null, val processingConfiguration: Output<DeliveryStreamProcessingConfigurationArgs>? = null, val retryOptions: Output<DeliveryStreamRetryOptionsArgs>? = null, val roleArn: Output<String>, val s3BackupMode: Output<DeliveryStreamIcebergDestinationConfigurations3BackupMode>? = null, val s3Configuration: Output<DeliveryStreamS3DestinationConfigurationArgs>) : ConvertibleToJava<DeliveryStreamIcebergDestinationConfigurationArgs>

Constructors

constructor(bufferingHints: Output<DeliveryStreamBufferingHintsArgs>? = null, catalogConfiguration: Output<DeliveryStreamCatalogConfigurationArgs>, cloudWatchLoggingOptions: Output<DeliveryStreamCloudWatchLoggingOptionsArgs>? = null, destinationTableConfigurationList: Output<List<DeliveryStreamDestinationTableConfigurationArgs>>? = null, processingConfiguration: Output<DeliveryStreamProcessingConfigurationArgs>? = null, retryOptions: Output<DeliveryStreamRetryOptionsArgs>? = null, roleArn: Output<String>, s3BackupMode: Output<DeliveryStreamIcebergDestinationConfigurations3BackupMode>? = null, s3Configuration: Output<DeliveryStreamS3DestinationConfigurationArgs>)

Properties

Link copied to clipboard
Link copied to clipboard

Configuration describing where the destination Apache Iceberg Tables are persisted. Amazon Data Firehose is in preview release and is subject to change.

Link copied to clipboard

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. Amazon Data Firehose is in preview release and is subject to change.

Link copied to clipboard
Link copied to clipboard
val roleArn: Output<String>

The Amazon Resource Name (ARN) of the the IAM role to be assumed by Firehose for calling Apache Iceberg Tables. Amazon Data Firehose is in preview release and is subject to change.

Link copied to clipboard

Describes how Firehose will backup records. Currently,S3 backup only supports FailedDataOnly for preview. Amazon Data Firehose is in preview release and is subject to change.

Functions

Link copied to clipboard
open override fun toJava(): DeliveryStreamIcebergDestinationConfigurationArgs