|
14 | 14 | "Resources": { |
15 | 15 | "BucketToCopyA": { |
16 | 16 | "Type": "AWS::S3::Bucket", |
| 17 | + "Metadata": { |
| 18 | + "Comment": "Suppressing typical rules for sample purposes only", |
| 19 | + "guard": { |
| 20 | + "SuppressedRules": [ |
| 21 | + "S3_BUCKET_LOGGING_ENABLED", |
| 22 | + "S3_BUCKET_PUBLIC_READ_PROHIBITED", |
| 23 | + "S3_BUCKET_PUBLIC_WRITE_PROHIBITED", |
| 24 | + "S3_BUCKET_REPLICATION_ENABLED", |
| 25 | + "S3_BUCKET_VERSIONING_ENABLED", |
| 26 | + "S3_BUCKET_DEFAULT_LOCK_ENABLED", |
| 27 | + "S3_BUCKET_SERVER_SIDE_ENCRYPTION_ENABLED" |
| 28 | + ] |
| 29 | + } |
| 30 | + }, |
17 | 31 | "Properties": { |
18 | 32 | "Tags": [ |
19 | 33 | { |
|
26 | 40 | }, |
27 | 41 | "BucketToCopyB": { |
28 | 42 | "Type": "AWS::S3::Bucket", |
| 43 | + "Metadata": { |
| 44 | + "Comment": "Suppressing typical rules for sample purposes only", |
| 45 | + "guard": { |
| 46 | + "SuppressedRules": [ |
| 47 | + "S3_BUCKET_LOGGING_ENABLED", |
| 48 | + "S3_BUCKET_PUBLIC_READ_PROHIBITED", |
| 49 | + "S3_BUCKET_PUBLIC_WRITE_PROHIBITED", |
| 50 | + "S3_BUCKET_REPLICATION_ENABLED", |
| 51 | + "S3_BUCKET_VERSIONING_ENABLED", |
| 52 | + "S3_BUCKET_DEFAULT_LOCK_ENABLED", |
| 53 | + "S3_BUCKET_SERVER_SIDE_ENCRYPTION_ENABLED" |
| 54 | + ] |
| 55 | + } |
| 56 | + }, |
29 | 57 | "Properties": { |
30 | 58 | "Tags": [ |
31 | 59 | { |
|
41 | 69 | }, |
42 | 70 | "BucketToCopyC": { |
43 | 71 | "Type": "AWS::S3::Bucket", |
| 72 | + "Metadata": { |
| 73 | + "Comment": "Suppressing typical rules for sample purposes only", |
| 74 | + "guard": { |
| 75 | + "SuppressedRules": [ |
| 76 | + "S3_BUCKET_LOGGING_ENABLED", |
| 77 | + "S3_BUCKET_PUBLIC_READ_PROHIBITED", |
| 78 | + "S3_BUCKET_PUBLIC_WRITE_PROHIBITED", |
| 79 | + "S3_BUCKET_REPLICATION_ENABLED", |
| 80 | + "S3_BUCKET_VERSIONING_ENABLED", |
| 81 | + "S3_BUCKET_DEFAULT_LOCK_ENABLED", |
| 82 | + "S3_BUCKET_SERVER_SIDE_ENCRYPTION_ENABLED" |
| 83 | + ] |
| 84 | + } |
| 85 | + }, |
44 | 86 | "Properties": { |
45 | 87 | "Tags": [ |
46 | 88 | { |
|
55 | 97 | }, |
56 | 98 | "BucketToCopyD": { |
57 | 99 | "Type": "AWS::S3::Bucket", |
| 100 | + "Metadata": { |
| 101 | + "Comment": "Suppressing typical rules for sample purposes only", |
| 102 | + "guard": { |
| 103 | + "SuppressedRules": [ |
| 104 | + "S3_BUCKET_LOGGING_ENABLED", |
| 105 | + "S3_BUCKET_PUBLIC_READ_PROHIBITED", |
| 106 | + "S3_BUCKET_PUBLIC_WRITE_PROHIBITED", |
| 107 | + "S3_BUCKET_REPLICATION_ENABLED", |
| 108 | + "S3_BUCKET_VERSIONING_ENABLED", |
| 109 | + "S3_BUCKET_DEFAULT_LOCK_ENABLED", |
| 110 | + "S3_BUCKET_SERVER_SIDE_ENCRYPTION_ENABLED" |
| 111 | + ] |
| 112 | + } |
| 113 | + }, |
58 | 114 | "Properties": { |
59 | 115 | "Tags": [ |
60 | 116 | { |
|
0 commit comments