Firehose Delivery Stream Extended S3Configuration Args
Constructors
Properties
The compression format. If no value is specified, the default is UNCOMPRESSED
. Other supported values are GZIP
, ZIP
, Snappy
, &HADOOP_SNAPPY
.
The time zone you prefer. Valid values are UTC
or a non-3-letter IANA time zones (for example, America/Los_Angeles
). Default value is UTC
.
Nested argument for the serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3. See data_format_conversion_configuration
block below for details.
The configuration for dynamic partitioning. Required when using dynamic partitioning. See dynamic_partitioning_configuration
block below for details.
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.
The file extension to override the default file extension (for example, .json
).
The data processing configuration. See processing_configuration
block below for details.
The configuration for backup in Amazon S3. Required if s3_backup_mode
is Enabled
. Supports the same fields as s3_configuration
object.
The Amazon S3 backup mode. Valid values are Disabled
and Enabled
. Default value is Disabled
.