FirehoseDeliveryStreamElasticsearchConfigurationS3Configuration

data class FirehoseDeliveryStreamElasticsearchConfigurationS3Configuration(val bucketArn: String, val bufferingInterval: Int? = null, val bufferingSize: Int? = null, val cloudwatchLoggingOptions: FirehoseDeliveryStreamElasticsearchConfigurationS3ConfigurationCloudwatchLoggingOptions? = null, val compressionFormat: String? = null, val errorOutputPrefix: String? = null, val kmsKeyArn: String? = null, val prefix: String? = null, val roleArn: String)

Constructors

constructor(bucketArn: String, bufferingInterval: Int? = null, bufferingSize: Int? = null, cloudwatchLoggingOptions: FirehoseDeliveryStreamElasticsearchConfigurationS3ConfigurationCloudwatchLoggingOptions? = null, compressionFormat: String? = null, errorOutputPrefix: String? = null, kmsKeyArn: String? = null, prefix: String? = null, roleArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the S3 bucket

Link copied to clipboard
val bufferingInterval: Int? = null

Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300.

Link copied to clipboard
val bufferingSize: Int? = null

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

The CloudWatch Logging Options for the delivery stream. See cloudwatch_logging_options block below for details.

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
val kmsKeyArn: String? = null

Specifies the KMS key ARN the stream will use to encrypt data. If not set, no encryption will be used.

Link copied to clipboard
val prefix: String? = null

The "YYYY/MM/DD/HH" time format prefix is automatically used for delivered S3 files. You can specify an extra prefix to be added in front of the time format prefix. Note that if the prefix ends with a slash, it appears as a folder in the S3 bucket

Link copied to clipboard

The ARN of the AWS credentials.