// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Common resources snapshot and variables 1`] = ` Object { "Resources": Object { "TestCommonResourcesLogBucket77572DDE": Object { "DeletionPolicy": "Retain", "Metadata": Object { "cfn_nag": Object { "rules_to_suppress": Array [ Object { "id": "W35", "reason": "This bucket is to store S3 logs, so it does not require access logs.", }, Object { "id": "W51", "reason": "This bucket is to store S3 logs, so it does not require S3 policy.", }, ], }, }, "Properties": Object { "AccessControl": "LogDeliveryWrite", "BucketEncryption": Object { "ServerSideEncryptionConfiguration": Array [ Object { "ServerSideEncryptionByDefault": Object { "SSEAlgorithm": "AES256", }, }, ], }, "PublicAccessBlockConfiguration": Object { "BlockPublicAcls": true, "BlockPublicPolicy": true, "IgnorePublicAcls": true, "RestrictPublicBuckets": true, }, }, "Type": "AWS::S3::Bucket", "UpdateReplacePolicy": "Retain", }, }, } `;