// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`IoT Device Simulator CommonResourceConstruct Test 1`] = ` { "Resources": { "TestCommonResourceLogBucket0C3C89D7": { "DeletionPolicy": "Retain", "Metadata": { "cfn_nag": { "rules_to_suppress": [ { "id": "W35", "reason": "This bucket is to store S3 logs, so it does not require access logs.", }, { "id": "W51", "reason": "This bucket is to store S3 logs, so it does not require S3 policy.", }, ], }, }, "Properties": { "AccessControl": "LogDeliveryWrite", "BucketEncryption": { "ServerSideEncryptionConfiguration": [ { "ServerSideEncryptionByDefault": { "SSEAlgorithm": "AES256", }, }, ], }, "OwnershipControls": { "Rules": [ { "ObjectOwnership": "ObjectWriter", }, ], }, "PublicAccessBlockConfiguration": { "BlockPublicAcls": true, "BlockPublicPolicy": true, "IgnorePublicAcls": true, "RestrictPublicBuckets": true, }, }, "Type": "AWS::S3::Bucket", "UpdateReplacePolicy": "Retain", }, }, } `;