Firehose Delivery Stream Extended S3Configuration S3Backup Configuration Args
data class FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupConfigurationArgs(val bucketArn: Output<String>, val bufferInterval: Output<Int>? = null, val bufferSize: Output<Int>? = null, val cloudwatchLoggingOptions: Output<FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupConfigurationCloudwatchLoggingOptionsArgs>? = 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<FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupConfigurationArgs>
Constructors
Link copied to clipboard
fun FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupConfigurationArgs(bucketArn: Output<String>, bufferInterval: Output<Int>? = null, bufferSize: Output<Int>? = null, cloudwatchLoggingOptions: Output<FirehoseDeliveryStreamExtendedS3ConfigurationS3BackupConfigurationCloudwatchLoggingOptionsArgs>? = null, compressionFormat: Output<String>? = null, errorOutputPrefix: Output<String>? = null, kmsKeyArn: Output<String>? = null, prefix: Output<String>? = null, roleArn: Output<String>)
Functions
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
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