AWS::KinesisFirehose::DeliveryStream OutputFormatConfiguration
Specifies the serializer that you want Firehose to use to convert the
format of your data before it writes it to Amazon S3. 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
{ "Serializer" :
Serializer
}
YAML
Serializer:
Serializer
Properties
Serializer
-
Specifies which serializer to use. You can choose either the ORC SerDe or the Parquet SerDe. If both are non-null, the server rejects the request.
Required: No
Type: Serializer
Update requires: No interruption