Firehose Delivery Stream Extended S3Configuration
data class FirehoseDeliveryStreamExtendedS3Configuration(val bucketArn: String, val bufferInterval: Int? = null, val bufferSize: Int? = null, val cloudwatchLoggingOptions: FirehoseDeliveryStreamExtendedS3ConfigurationCloudwatchLoggingOptions? = null, val compressionFormat: String? = null, val dataFormatConversionConfiguration: FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfiguration? = null, val dynamicPartitioningConfiguration: FirehoseDeliveryStreamExtendedS3ConfigurationDynamicPartitioningConfiguration? = null, val errorOutputPrefix: String? = null, val kmsKeyArn: String? = null, val prefix: String? = null, val processingConfiguration: FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfiguration? = null, val roleArn: String, val s3BackupConfiguration: FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupConfiguration? = null, val s3BackupMode: String? = null)
Constructors
Link copied to clipboard
fun FirehoseDeliveryStreamExtendedS3Configuration(bucketArn: String, bufferInterval: Int? = null, bufferSize: Int? = null, cloudwatchLoggingOptions: FirehoseDeliveryStreamExtendedS3ConfigurationCloudwatchLoggingOptions? = null, compressionFormat: String? = null, dataFormatConversionConfiguration: FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfiguration? = null, dynamicPartitioningConfiguration: FirehoseDeliveryStreamExtendedS3ConfigurationDynamicPartitioningConfiguration? = null, errorOutputPrefix: String? = null, kmsKeyArn: String? = null, prefix: String? = null, processingConfiguration: FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfiguration? = null, roleArn: String, s3BackupConfiguration: FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupConfiguration? = null, s3BackupMode: String? = null)
Types
Properties
Link copied to clipboard
Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5. We recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec set SizeInMBs to be 10 MB or higher.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Prefix added to failed records before writing them to S3. Not currently supported for redshift
destination. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see Custom Prefixes for Amazon S3 Objects.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard