Skip to content

Commit

Permalink
Suppress lint fnag or type of bucket security to use (W3045)
Browse files Browse the repository at this point in the history
  • Loading branch information
esc1144 committed Oct 23, 2023
1 parent 6798ffb commit 8b1425e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cfn-templates/cid-cfn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,11 @@ Resources:
- Id: DeleteContent
Status: 'Enabled'
ExpirationInDays: 7
Metadata:
cfn_nag:
rules_to_suppress:
- id: W3045 # Consider using AWS::S3::BucketPolicy instead of AccessControl
reason: "Standard setup for Athena results bucket"

MyAthenaWorkGroup:
Type: AWS::Athena::WorkGroup
Expand Down

0 comments on commit 8b1425e

Please sign in to comment.