Firehose Delivery Stream Splunk Configuration S3Configuration
data class FirehoseDeliveryStreamSplunkConfigurationS3Configuration(val bucketArn: String, val bufferingInterval: Int? = null, val bufferingSize: Int? = null, val cloudwatchLoggingOptions: FirehoseDeliveryStreamSplunkConfigurationS3ConfigurationCloudwatchLoggingOptions? = 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
fun FirehoseDeliveryStreamSplunkConfigurationS3Configuration(bucketArn: String, bufferingInterval: Int? = null, bufferingSize: Int? = null, cloudwatchLoggingOptions: FirehoseDeliveryStreamSplunkConfigurationS3ConfigurationCloudwatchLoggingOptions? = null, compressionFormat: String? = null, errorOutputPrefix: String? = null, kmsKeyArn: String? = null, prefix: String? = null, roleArn: String)
Types
Properties
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