AWS::KinesisFirehose::DeliveryStream OutputFormatConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon CloudFormation template, use the following syntax:

JSON

{ "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