AWS::KinesisFirehose::DeliveryStream InputFormatConfiguration
Specifies the deserializer you want to use to convert the format of the input data.
This parameter is required if Enabled
is set to true.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Deserializer" :
Deserializer
}
YAML
Deserializer:
Deserializer
Properties
Deserializer
-
Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe or the OpenX JSON SerDe. If both are non-null, the server rejects the request.
Required: No
Type: Deserializer
Update requires: No interruption