-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty: file_extension parameter does not exist #32154
Comments
Hi @ayankowsky , thanks for reaching out. The cloudformation docs specify FileExtension as property under ExtendedS3Configuration -https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-extendeds3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-extendeds3destinationconfiguration-fileextension. Could you please share a minimum code snippet which can repro the error. |
This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
Creating any Firehose with an
If you look at the
This seems to be unintentionally left out from CDK, especially since CloudFormation supports this parameter, while CDK does not. |
Describe the issue
Using the
file_extension
parameter results in an error.Links
https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_kinesisfirehose/CfnDeliveryStream.html#aws_cdk.aws_kinesisfirehose.CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty
The text was updated successfully, but these errors were encountered: