The AWS docs makes it look as if you can specify DataFormatConversionConfiguration
for a AWS::KinesisFirehose::DeliveryStream
in cloudformation, but is not documentation on where the property is supposed to go. Tried adding it under Properties
, ExtendedS3DestinationConfiguration
, ProcessingConfiguration
, and one of the Processors
. Each time, CF complains with-
The following resource(s) failed to update: [EventFirehose]. 12:24:32 UTC-0500
UPDATE_FAILED AWS::KinesisFirehose::DeliveryStream EventFirehose Encountered unsupported property DataFormatConversionConfiguration
There own docs say-
If you want Kinesis Data Firehose to convert the format of your input data from JSON to Parquet or ORC, specify the optional DataFormatConversionConfiguration element in ExtendedS3DestinationConfiguration or in ExtendedS3DestinationUpdate.
What am I doing wrong?