Firehose Delivery Stream Extended S3Configuration S3Backup Configuration
data class FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupConfiguration(val bucketArn: String, val bufferingInterval: Int? = null, val bufferingSize: Int? = null, val cloudwatchLoggingOptions: FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupConfigurationCloudwatchLoggingOptions? = null, val compressionFormat: String? = null, val errorOutputPrefix: String? = null, val kmsKeyArn: String? = null, val prefix: String? = null, val roleArn: String)
Constructors
Link copied to clipboard
constructor(bucketArn: String, bufferingInterval: Int? = null, bufferingSize: Int? = null, cloudwatchLoggingOptions: FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupConfigurationCloudwatchLoggingOptions? = null, compressionFormat: String? = null, errorOutputPrefix: String? = null, kmsKeyArn: String? = null, prefix: String? = null, roleArn: String)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The compression format. If no value is specified, the default is UNCOMPRESSED
. Other supported values are GZIP
, ZIP
, Snappy
, &HADOOP_SNAPPY
.
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