Skip to content

Commit 98fd69a

Browse files
authored
fix(aws-cdk-lib): attribute FindingsFilterListItems on AWS::Macie::FindingsFilter does not work (#25778)
The attribute was removed in a recent CFN Spec update. We had then patched the attribute and type back in to avoid a breaking change. Now I have confirmed with the service team that this attribute has actually never worked and the removal is indeed correct. Update CDK to reflect the fix made in CloudFormation. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent cc204ca commit 98fd69a

File tree

2 files changed

+2
-45
lines changed

2 files changed

+2
-45
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# to fully skip spec evolution checks, put the PR number in this file.
2-
25326
2+
25326
3+
25778

packages/@aws-cdk/cfnspec/spec-source/specification/000_cfn/912_Macie_FindingsFilter_patch.json

-44
This file was deleted.

0 commit comments

Comments
 (0)