Firehose Delivery Stream Redshift Configuration S3Backup Configuration Args
data class FirehoseDeliveryStreamRedshiftConfigurationS3BackupConfigurationArgs(val bucketArn: Output<String>, val bufferingInterval: Output<Int>? = null, val bufferingSize: Output<Int>? = null, val cloudwatchLoggingOptions: Output<FirehoseDeliveryStreamRedshiftConfigurationS3BackupConfigurationCloudwatchLoggingOptionsArgs>? = null, val compressionFormat: Output<String>? = null, val errorOutputPrefix: Output<String>? = null, val kmsKeyArn: Output<String>? = null, val prefix: Output<String>? = null, val roleArn: Output<String>) : ConvertibleToJava<FirehoseDeliveryStreamRedshiftConfigurationS3BackupConfigurationArgs>
Constructors
Link copied to clipboard
constructor(bucketArn: Output<String>, bufferingInterval: Output<Int>? = null, bufferingSize: Output<Int>? = null, cloudwatchLoggingOptions: Output<FirehoseDeliveryStreamRedshiftConfigurationS3BackupConfigurationCloudwatchLoggingOptionsArgs>? = null, compressionFormat: Output<String>? = null, errorOutputPrefix: Output<String>? = null, kmsKeyArn: Output<String>? = null, prefix: Output<String>? = null, roleArn: Output<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