AWS::KinesisFirehose::DeliveryStream Deserializer
The deserializer you want Kinesis Data Firehose to use for converting the input data
from JSON. Kinesis Data Firehose then serializes the data to its final format using the
Serializer
. Kinesis Data Firehose supports two types of deserializers: the
Apache Hive JSON SerDe
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "HiveJsonSerDe" :
HiveJsonSerDe
, "OpenXJsonSerDe" :OpenXJsonSerDe
}
Properties
HiveJsonSerDe
-
The native Hive / HCatalog JsonSerDe. Used by Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the OpenX SerDe.
Required: No
Type: HiveJsonSerDe
Update requires: No interruption
OpenXJsonSerDe
-
The OpenX SerDe. Used by Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the native Hive / HCatalog JsonSerDe.
Required: No
Type: OpenXJsonSerDe
Update requires: No interruption