You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently this property got added in cloudformation and now cdk also added that property.
Solved it for now by using Metadataignore_check: ['E3002']
Will try to make PR for this one.
The text was updated successfully, but these errors were encountered:
luchees
changed the title
New property for
E3002 for property CopyTagsToSnapshot in db Cluster
Jul 23, 2021
luchees
changed the title
E3002 for property CopyTagsToSnapshot in db Cluster
E3002 for "invalid" property CopyTagsToSnapshot in db Cluster
Jul 23, 2021
cfn-lint version: cfn-lint 0.52.0
Description of issue.
When updating to newest aws-cdk 1.115 we have an issue when validating the cloudformation.
E3002 Invalid Property Resources/DBCluster/Properties/CopyTagsToSnapshot
Recently this property got added in cloudformation and now cdk also added that property.
Solved it for now by using Metadata
ignore_check: ['E3002']
Will try to make PR for this one.
The text was updated successfully, but these errors were encountered: