(network-firewall): unable to deploy the CfnFirewallPolicy
construct
#11974
Labels
@aws-cdk/aws-networkfirewall
Related to AWS Network Firewall
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
I am unable to deploy the
CfnFirewallPolicy
construct included in the latest update. TypeScript sees the construct as valid, but CloudFormation raises the following validation errors:On further inspection of the CloudFormation documentation, I believe there is an inconsistency in the spec for this resource. The specification seems to define
AWS::NetworkFirewall::FirewallPolicy.StatelessActions
as a nested object, but the top-level example shows it as a simple list. I believe the CDK is synthesizing the nested object form, while CloudFormation is actually expecting the list form.Originally posted by @bf-sodle in #11675 (comment)
The text was updated successfully, but these errors were encountered: