DataFormatConversionConfiguration class

Specifies that you want Kinesis Data Firehose to convert data from the JSON format to the Parquet or ORC format before writing it to Amazon S3. Kinesis Data Firehose uses the serializer and deserializer that you specify, in addition to the column information from the AWS Glue table, to deserialize your input data from JSON and then serialize it to the Parquet or ORC format. For more information, see Kinesis Data Firehose Record Format Conversion.

Constructors

DataFormatConversionConfiguration({bool? enabled, InputFormatConfiguration? inputFormatConfiguration, OutputFormatConfiguration? outputFormatConfiguration, SchemaConfiguration? schemaConfiguration})
DataFormatConversionConfiguration.fromJson(Map<String, dynamic> json)
factory

Properties

enabled bool?
Defaults to true. Set it to false if you want to disable format conversion while preserving the configuration details.
final
hashCode int
The hash code for this object.
no setterinherited
inputFormatConfiguration InputFormatConfiguration?
Specifies the deserializer that you want Kinesis Data Firehose to use to convert the format of your data from JSON. This parameter is required if Enabled is set to true.
final
outputFormatConfiguration OutputFormatConfiguration?
Specifies the serializer that you want Kinesis Data Firehose to use to convert the format of your data to the Parquet or ORC format. This parameter is required if Enabled is set to true.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaConfiguration SchemaConfiguration?
Specifies the AWS Glue Data Catalog table that contains the column information. This parameter is required if Enabled is set to true.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited