@aws-solutions-constructs/aws-cloudfront-s3 2.51.0 → 2.52.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (127) hide show
  1. package/.eslintignore +2 -0
  2. package/.jsii +50 -5
  3. package/integ.config.json +7 -0
  4. package/lib/index.js +1 -1
  5. package/package.json +11 -10
  6. package/test/integ.cfts3-bucket-encrypted-with-cmk-provided-as-existingbucket.js +6 -3
  7. package/test/integ.cfts3-bucket-encrypted-with-cmk-provided-as-existingbucket.js.snapshot/asset.4a4b024f310aca2784b69bcb790e9ccaef785e9ad5d1b73624144f88c4465b4f/index.d.ts +30 -0
  8. package/test/integ.cfts3-bucket-encrypted-with-cmk-provided-as-existingbucket.js.snapshot/asset.4a4b024f310aca2784b69bcb790e9ccaef785e9ad5d1b73624144f88c4465b4f/index.js +127 -0
  9. package/test/integ.cfts3-bucket-encrypted-with-cmk-provided-as-existingbucket.js.snapshot/asset.7382a0addb9f34974a1ea6c6c9b063882af874828f366f5c93b2b7b64db15c94/cfn-response.js +1 -0
  10. package/test/integ.cfts3-bucket-encrypted-with-cmk-provided-as-existingbucket.js.snapshot/asset.7382a0addb9f34974a1ea6c6c9b063882af874828f366f5c93b2b7b64db15c94/consts.js +1 -0
  11. package/test/integ.cfts3-bucket-encrypted-with-cmk-provided-as-existingbucket.js.snapshot/asset.7382a0addb9f34974a1ea6c6c9b063882af874828f366f5c93b2b7b64db15c94/framework.js +3 -0
  12. package/test/integ.cfts3-bucket-encrypted-with-cmk-provided-as-existingbucket.js.snapshot/asset.7382a0addb9f34974a1ea6c6c9b063882af874828f366f5c93b2b7b64db15c94/outbound.js +1 -0
  13. package/test/integ.cfts3-bucket-encrypted-with-cmk-provided-as-existingbucket.js.snapshot/asset.7382a0addb9f34974a1ea6c6c9b063882af874828f366f5c93b2b7b64db15c94/util.js +1 -0
  14. package/test/integ.cfts3-bucket-encrypted-with-cmk-provided-as-existingbucket.js.snapshot/cdk.out +1 -0
  15. package/test/integ.cfts3-bucket-encrypted-with-cmk-provided-as-existingbucket.js.snapshot/cfts3-bucket-encrypted-with-cmk-provided-as-existingbucket.assets.json +45 -0
  16. package/test/integ.cfts3-bucket-encrypted-with-cmk-provided-as-existingbucket.js.snapshot/cfts3-bucket-encrypted-with-cmk-provided-as-existingbucket.template.json +960 -0
  17. package/test/integ.cfts3-bucket-encrypted-with-cmk-provided-as-existingbucket.js.snapshot/cfts3bucketencryptedwithcmkprovidedasexistingbucketIntegDefaultTestDeployAssertF6031114.assets.json +19 -0
  18. package/test/integ.cfts3-bucket-encrypted-with-cmk-provided-as-existingbucket.js.snapshot/cfts3bucketencryptedwithcmkprovidedasexistingbucketIntegDefaultTestDeployAssertF6031114.template.json +36 -0
  19. package/test/integ.cfts3-bucket-encrypted-with-cmk-provided-as-existingbucket.js.snapshot/integ.json +12 -0
  20. package/test/integ.cfts3-bucket-encrypted-with-cmk-provided-as-existingbucket.js.snapshot/manifest.json +221 -0
  21. package/test/integ.cfts3-bucket-encrypted-with-cmk-provided-as-existingbucket.js.snapshot/tree.json +1326 -0
  22. package/test/integ.cfts3-bucket-encrypted-with-managed-key-provided-as-existingbucket.js +6 -3
  23. package/test/integ.cfts3-bucket-encrypted-with-managed-key-provided-as-existingbucket.js.snapshot/cdk.out +1 -0
  24. package/test/integ.cfts3-bucket-encrypted-with-managed-key-provided-as-existingbucket.js.snapshot/cfts3-bucket-encrypted-with-managed-key-provided-as-existingbucket.assets.json +19 -0
  25. package/test/integ.cfts3-bucket-encrypted-with-managed-key-provided-as-existingbucket.js.snapshot/cfts3-bucket-encrypted-with-managed-key-provided-as-existingbucket.template.json +594 -0
  26. package/test/integ.cfts3-bucket-encrypted-with-managed-key-provided-as-existingbucket.js.snapshot/cfts3bucketencryptedwithmanagedkeyprovidedasexistingbucketIntegDefaultTestDeployAssert03A82C16.assets.json +19 -0
  27. package/test/integ.cfts3-bucket-encrypted-with-managed-key-provided-as-existingbucket.js.snapshot/cfts3bucketencryptedwithmanagedkeyprovidedasexistingbucketIntegDefaultTestDeployAssert03A82C16.template.json +36 -0
  28. package/test/integ.cfts3-bucket-encrypted-with-managed-key-provided-as-existingbucket.js.snapshot/integ.json +12 -0
  29. package/test/integ.cfts3-bucket-encrypted-with-managed-key-provided-as-existingbucket.js.snapshot/manifest.json +167 -0
  30. package/test/integ.cfts3-bucket-encrypted-with-managed-key-provided-as-existingbucket.js.snapshot/tree.json +790 -0
  31. package/test/integ.cfts3-bucket-with-http-origin.js +6 -3
  32. package/test/integ.cfts3-bucket-with-http-origin.js.snapshot/cdk.out +1 -0
  33. package/test/integ.cfts3-bucket-with-http-origin.js.snapshot/cfts3-bucket-with-http-origin.assets.json +19 -0
  34. package/test/integ.cfts3-bucket-with-http-origin.js.snapshot/cfts3-bucket-with-http-origin.template.json +559 -0
  35. package/test/integ.cfts3-bucket-with-http-origin.js.snapshot/cfts3bucketwithhttporiginIntegDefaultTestDeployAssert75EB76AB.assets.json +19 -0
  36. package/test/integ.cfts3-bucket-with-http-origin.js.snapshot/cfts3bucketwithhttporiginIntegDefaultTestDeployAssert75EB76AB.template.json +36 -0
  37. package/test/integ.cfts3-bucket-with-http-origin.js.snapshot/integ.json +12 -0
  38. package/test/integ.cfts3-bucket-with-http-origin.js.snapshot/manifest.json +161 -0
  39. package/test/integ.cfts3-bucket-with-http-origin.js.snapshot/tree.json +753 -0
  40. package/test/integ.cfts3-cmk-provided-as-bucket-prop.js +6 -3
  41. package/test/integ.cfts3-cmk-provided-as-bucket-prop.js.snapshot/asset.4a4b024f310aca2784b69bcb790e9ccaef785e9ad5d1b73624144f88c4465b4f/index.d.ts +30 -0
  42. package/test/integ.cfts3-cmk-provided-as-bucket-prop.js.snapshot/asset.4a4b024f310aca2784b69bcb790e9ccaef785e9ad5d1b73624144f88c4465b4f/index.js +127 -0
  43. package/test/integ.cfts3-cmk-provided-as-bucket-prop.js.snapshot/asset.7382a0addb9f34974a1ea6c6c9b063882af874828f366f5c93b2b7b64db15c94/cfn-response.js +1 -0
  44. package/test/integ.cfts3-cmk-provided-as-bucket-prop.js.snapshot/asset.7382a0addb9f34974a1ea6c6c9b063882af874828f366f5c93b2b7b64db15c94/consts.js +1 -0
  45. package/test/integ.cfts3-cmk-provided-as-bucket-prop.js.snapshot/asset.7382a0addb9f34974a1ea6c6c9b063882af874828f366f5c93b2b7b64db15c94/framework.js +3 -0
  46. package/test/integ.cfts3-cmk-provided-as-bucket-prop.js.snapshot/asset.7382a0addb9f34974a1ea6c6c9b063882af874828f366f5c93b2b7b64db15c94/outbound.js +1 -0
  47. package/test/integ.cfts3-cmk-provided-as-bucket-prop.js.snapshot/asset.7382a0addb9f34974a1ea6c6c9b063882af874828f366f5c93b2b7b64db15c94/util.js +1 -0
  48. package/test/integ.cfts3-cmk-provided-as-bucket-prop.js.snapshot/cdk.out +1 -0
  49. package/test/integ.cfts3-cmk-provided-as-bucket-prop.js.snapshot/cfts3-cmk-provided-as-bucket-prop.assets.json +45 -0
  50. package/test/integ.cfts3-cmk-provided-as-bucket-prop.js.snapshot/cfts3-cmk-provided-as-bucket-prop.template.json +960 -0
  51. package/test/integ.cfts3-cmk-provided-as-bucket-prop.js.snapshot/cfts3cmkprovidedasbucketpropIntegDefaultTestDeployAssert38E63D55.assets.json +19 -0
  52. package/test/integ.cfts3-cmk-provided-as-bucket-prop.js.snapshot/cfts3cmkprovidedasbucketpropIntegDefaultTestDeployAssert38E63D55.template.json +36 -0
  53. package/test/integ.cfts3-cmk-provided-as-bucket-prop.js.snapshot/integ.json +12 -0
  54. package/test/integ.cfts3-cmk-provided-as-bucket-prop.js.snapshot/manifest.json +221 -0
  55. package/test/integ.cfts3-cmk-provided-as-bucket-prop.js.snapshot/tree.json +1326 -0
  56. package/test/integ.cfts3-custom-headers.js +6 -3
  57. package/test/integ.cfts3-custom-headers.js.snapshot/asset.b7f33614a69548d6bafe224d751a7ef238cde19097415e553fe8b63a4c8fd8a6/index.js +1 -0
  58. package/test/integ.cfts3-custom-headers.js.snapshot/cdk.out +1 -0
  59. package/test/integ.cfts3-custom-headers.js.snapshot/cfts3-custom-headers.assets.json +32 -0
  60. package/test/integ.cfts3-custom-headers.js.snapshot/cfts3-custom-headers.template.json +981 -0
  61. package/test/integ.cfts3-custom-headers.js.snapshot/cfts3customheadersIntegDefaultTestDeployAssert6EEC9973.assets.json +19 -0
  62. package/test/integ.cfts3-custom-headers.js.snapshot/cfts3customheadersIntegDefaultTestDeployAssert6EEC9973.template.json +36 -0
  63. package/test/integ.cfts3-custom-headers.js.snapshot/integ.json +12 -0
  64. package/test/integ.cfts3-custom-headers.js.snapshot/manifest.json +215 -0
  65. package/test/integ.cfts3-custom-headers.js.snapshot/tree.json +1167 -0
  66. package/test/integ.cfts3-custom-originPath.js +6 -3
  67. package/test/integ.cfts3-custom-originPath.js.snapshot/asset.b7f33614a69548d6bafe224d751a7ef238cde19097415e553fe8b63a4c8fd8a6/index.js +1 -0
  68. package/test/integ.cfts3-custom-originPath.js.snapshot/cdk.out +1 -0
  69. package/test/integ.cfts3-custom-originPath.js.snapshot/cfts3-custom-originPath.assets.json +32 -0
  70. package/test/integ.cfts3-custom-originPath.js.snapshot/cfts3-custom-originPath.template.json +950 -0
  71. package/test/integ.cfts3-custom-originPath.js.snapshot/cfts3customoriginPathIntegDefaultTestDeployAssert61F499B2.assets.json +19 -0
  72. package/test/integ.cfts3-custom-originPath.js.snapshot/cfts3customoriginPathIntegDefaultTestDeployAssert61F499B2.template.json +36 -0
  73. package/test/integ.cfts3-custom-originPath.js.snapshot/integ.json +12 -0
  74. package/test/integ.cfts3-custom-originPath.js.snapshot/manifest.json +209 -0
  75. package/test/integ.cfts3-custom-originPath.js.snapshot/tree.json +1117 -0
  76. package/test/integ.cfts3-customLoggingBuckets.js +6 -3
  77. package/test/integ.cfts3-customLoggingBuckets.js.snapshot/asset.b7f33614a69548d6bafe224d751a7ef238cde19097415e553fe8b63a4c8fd8a6/index.js +1 -0
  78. package/test/integ.cfts3-customLoggingBuckets.js.snapshot/cdk.out +1 -0
  79. package/test/integ.cfts3-customLoggingBuckets.js.snapshot/cfts3-customLoggingBuckets.assets.json +32 -0
  80. package/test/integ.cfts3-customLoggingBuckets.js.snapshot/cfts3-customLoggingBuckets.template.json +987 -0
  81. package/test/integ.cfts3-customLoggingBuckets.js.snapshot/cfts3customLoggingBucketsIntegDefaultTestDeployAssert4D171F9F.assets.json +19 -0
  82. package/test/integ.cfts3-customLoggingBuckets.js.snapshot/cfts3customLoggingBucketsIntegDefaultTestDeployAssert4D171F9F.template.json +36 -0
  83. package/test/integ.cfts3-customLoggingBuckets.js.snapshot/integ.json +12 -0
  84. package/test/integ.cfts3-customLoggingBuckets.js.snapshot/manifest.json +209 -0
  85. package/test/integ.cfts3-customLoggingBuckets.js.snapshot/tree.json +1156 -0
  86. package/test/integ.cfts3-existing-bucket.js +6 -3
  87. package/test/integ.cfts3-existing-bucket.js.snapshot/asset.b7f33614a69548d6bafe224d751a7ef238cde19097415e553fe8b63a4c8fd8a6/index.js +1 -0
  88. package/test/integ.cfts3-existing-bucket.js.snapshot/cdk.out +1 -0
  89. package/test/integ.cfts3-existing-bucket.js.snapshot/cfts3-existing-bucket.assets.json +32 -0
  90. package/test/integ.cfts3-existing-bucket.js.snapshot/cfts3-existing-bucket.template.json +1014 -0
  91. package/test/integ.cfts3-existing-bucket.js.snapshot/cfts3existingbucketIntegDefaultTestDeployAssertA6D4EB49.assets.json +19 -0
  92. package/test/integ.cfts3-existing-bucket.js.snapshot/cfts3existingbucketIntegDefaultTestDeployAssertA6D4EB49.template.json +36 -0
  93. package/test/integ.cfts3-existing-bucket.js.snapshot/integ.json +12 -0
  94. package/test/integ.cfts3-existing-bucket.js.snapshot/manifest.json +221 -0
  95. package/test/integ.cfts3-existing-bucket.js.snapshot/tree.json +1229 -0
  96. package/test/integ.cfts3-no-arguments.js +6 -3
  97. package/test/integ.cfts3-no-arguments.js.snapshot/asset.b7f33614a69548d6bafe224d751a7ef238cde19097415e553fe8b63a4c8fd8a6/index.js +1 -0
  98. package/test/integ.cfts3-no-arguments.js.snapshot/cdk.out +1 -0
  99. package/test/integ.cfts3-no-arguments.js.snapshot/cfts3-no-arguments.assets.json +32 -0
  100. package/test/integ.cfts3-no-arguments.js.snapshot/cfts3-no-arguments.template.json +959 -0
  101. package/test/integ.cfts3-no-arguments.js.snapshot/cfts3noargumentsIntegDefaultTestDeployAssertBA5AFA25.assets.json +19 -0
  102. package/test/integ.cfts3-no-arguments.js.snapshot/cfts3noargumentsIntegDefaultTestDeployAssertBA5AFA25.template.json +36 -0
  103. package/test/integ.cfts3-no-arguments.js.snapshot/integ.json +12 -0
  104. package/test/integ.cfts3-no-arguments.js.snapshot/manifest.json +209 -0
  105. package/test/integ.cfts3-no-arguments.js.snapshot/tree.json +1117 -0
  106. package/test/integ.cfts3-no-security-headers.js +6 -3
  107. package/test/integ.cfts3-no-security-headers.js.snapshot/asset.b7f33614a69548d6bafe224d751a7ef238cde19097415e553fe8b63a4c8fd8a6/index.js +1 -0
  108. package/test/integ.cfts3-no-security-headers.js.snapshot/cdk.out +1 -0
  109. package/test/integ.cfts3-no-security-headers.js.snapshot/cfts3-no-security-headers.assets.json +32 -0
  110. package/test/integ.cfts3-no-security-headers.js.snapshot/cfts3-no-security-headers.template.json +926 -0
  111. package/test/integ.cfts3-no-security-headers.js.snapshot/cfts3nosecurityheadersIntegDefaultTestDeployAssert38FE05BE.assets.json +19 -0
  112. package/test/integ.cfts3-no-security-headers.js.snapshot/cfts3nosecurityheadersIntegDefaultTestDeployAssert38FE05BE.template.json +36 -0
  113. package/test/integ.cfts3-no-security-headers.js.snapshot/integ.json +12 -0
  114. package/test/integ.cfts3-no-security-headers.js.snapshot/manifest.json +203 -0
  115. package/test/integ.cfts3-no-security-headers.js.snapshot/tree.json +1076 -0
  116. package/test/integ.cfts3-bucket-encrypted-with-cmk-provided-as-existingbucket.expected.json +0 -960
  117. package/test/integ.cfts3-bucket-encrypted-with-managed-key-provided-as-existingbucket.expected.json +0 -594
  118. package/test/integ.cfts3-bucket-with-http-origin.expected.json +0 -559
  119. package/test/integ.cfts3-cmk-encryption.expected.json +0 -527
  120. package/test/integ.cfts3-cmk-provided-as-bucket-prop.expected.json +0 -960
  121. package/test/integ.cfts3-custom-headers.expected.json +0 -981
  122. package/test/integ.cfts3-custom-originPath.expected.json +0 -950
  123. package/test/integ.cfts3-customCloudFrontLoggingBucket.expected.json +0 -700
  124. package/test/integ.cfts3-customLoggingBuckets.expected.json +0 -987
  125. package/test/integ.cfts3-existing-bucket.expected.json +0 -1014
  126. package/test/integ.cfts3-no-arguments.expected.json +0 -959
  127. package/test/integ.cfts3-no-security-headers.expected.json +0 -926
@@ -0,0 +1,1076 @@
1
+ {
2
+ "version": "tree-0.1",
3
+ "tree": {
4
+ "id": "App",
5
+ "path": "",
6
+ "children": {
7
+ "cfts3-no-security-headers": {
8
+ "id": "cfts3-no-security-headers",
9
+ "path": "cfts3-no-security-headers",
10
+ "children": {
11
+ "test-cloudfront-s3-no-security-headers": {
12
+ "id": "test-cloudfront-s3-no-security-headers",
13
+ "path": "cfts3-no-security-headers/test-cloudfront-s3-no-security-headers",
14
+ "children": {
15
+ "S3LoggingBucket": {
16
+ "id": "S3LoggingBucket",
17
+ "path": "cfts3-no-security-headers/test-cloudfront-s3-no-security-headers/S3LoggingBucket",
18
+ "children": {
19
+ "Resource": {
20
+ "id": "Resource",
21
+ "path": "cfts3-no-security-headers/test-cloudfront-s3-no-security-headers/S3LoggingBucket/Resource",
22
+ "attributes": {
23
+ "aws:cdk:cloudformation:type": "AWS::S3::Bucket",
24
+ "aws:cdk:cloudformation:props": {
25
+ "bucketEncryption": {
26
+ "serverSideEncryptionConfiguration": [
27
+ {
28
+ "serverSideEncryptionByDefault": {
29
+ "sseAlgorithm": "AES256"
30
+ }
31
+ }
32
+ ]
33
+ },
34
+ "publicAccessBlockConfiguration": {
35
+ "blockPublicAcls": true,
36
+ "blockPublicPolicy": true,
37
+ "ignorePublicAcls": true,
38
+ "restrictPublicBuckets": true
39
+ },
40
+ "tags": [
41
+ {
42
+ "key": "aws-cdk:auto-delete-objects",
43
+ "value": "true"
44
+ }
45
+ ],
46
+ "versioningConfiguration": {
47
+ "status": "Enabled"
48
+ }
49
+ }
50
+ },
51
+ "constructInfo": {
52
+ "fqn": "aws-cdk-lib.aws_s3.CfnBucket",
53
+ "version": "2.118.0"
54
+ }
55
+ },
56
+ "Policy": {
57
+ "id": "Policy",
58
+ "path": "cfts3-no-security-headers/test-cloudfront-s3-no-security-headers/S3LoggingBucket/Policy",
59
+ "children": {
60
+ "Resource": {
61
+ "id": "Resource",
62
+ "path": "cfts3-no-security-headers/test-cloudfront-s3-no-security-headers/S3LoggingBucket/Policy/Resource",
63
+ "attributes": {
64
+ "aws:cdk:cloudformation:type": "AWS::S3::BucketPolicy",
65
+ "aws:cdk:cloudformation:props": {
66
+ "bucket": {
67
+ "Ref": "testcloudfronts3nosecurityheadersS3LoggingBucketF644B35F"
68
+ },
69
+ "policyDocument": {
70
+ "Statement": [
71
+ {
72
+ "Action": "s3:*",
73
+ "Condition": {
74
+ "Bool": {
75
+ "aws:SecureTransport": "false"
76
+ }
77
+ },
78
+ "Effect": "Deny",
79
+ "Principal": {
80
+ "AWS": "*"
81
+ },
82
+ "Resource": [
83
+ {
84
+ "Fn::GetAtt": [
85
+ "testcloudfronts3nosecurityheadersS3LoggingBucketF644B35F",
86
+ "Arn"
87
+ ]
88
+ },
89
+ {
90
+ "Fn::Join": [
91
+ "",
92
+ [
93
+ {
94
+ "Fn::GetAtt": [
95
+ "testcloudfronts3nosecurityheadersS3LoggingBucketF644B35F",
96
+ "Arn"
97
+ ]
98
+ },
99
+ "/*"
100
+ ]
101
+ ]
102
+ }
103
+ ]
104
+ },
105
+ {
106
+ "Action": [
107
+ "s3:DeleteObject*",
108
+ "s3:GetBucket*",
109
+ "s3:List*",
110
+ "s3:PutBucketPolicy"
111
+ ],
112
+ "Effect": "Allow",
113
+ "Principal": {
114
+ "AWS": {
115
+ "Fn::GetAtt": [
116
+ "CustomS3AutoDeleteObjectsCustomResourceProviderRole3B1BD092",
117
+ "Arn"
118
+ ]
119
+ }
120
+ },
121
+ "Resource": [
122
+ {
123
+ "Fn::GetAtt": [
124
+ "testcloudfronts3nosecurityheadersS3LoggingBucketF644B35F",
125
+ "Arn"
126
+ ]
127
+ },
128
+ {
129
+ "Fn::Join": [
130
+ "",
131
+ [
132
+ {
133
+ "Fn::GetAtt": [
134
+ "testcloudfronts3nosecurityheadersS3LoggingBucketF644B35F",
135
+ "Arn"
136
+ ]
137
+ },
138
+ "/*"
139
+ ]
140
+ ]
141
+ }
142
+ ]
143
+ },
144
+ {
145
+ "Action": "s3:PutObject",
146
+ "Condition": {
147
+ "ArnLike": {
148
+ "aws:SourceArn": {
149
+ "Fn::GetAtt": [
150
+ "testcloudfronts3nosecurityheadersS3Bucket4D06173D",
151
+ "Arn"
152
+ ]
153
+ }
154
+ },
155
+ "StringEquals": {
156
+ "aws:SourceAccount": {
157
+ "Ref": "AWS::AccountId"
158
+ }
159
+ }
160
+ },
161
+ "Effect": "Allow",
162
+ "Principal": {
163
+ "Service": "logging.s3.amazonaws.com"
164
+ },
165
+ "Resource": {
166
+ "Fn::Join": [
167
+ "",
168
+ [
169
+ {
170
+ "Fn::GetAtt": [
171
+ "testcloudfronts3nosecurityheadersS3LoggingBucketF644B35F",
172
+ "Arn"
173
+ ]
174
+ },
175
+ "/*"
176
+ ]
177
+ ]
178
+ }
179
+ }
180
+ ],
181
+ "Version": "2012-10-17"
182
+ }
183
+ }
184
+ },
185
+ "constructInfo": {
186
+ "fqn": "aws-cdk-lib.aws_s3.CfnBucketPolicy",
187
+ "version": "2.118.0"
188
+ }
189
+ }
190
+ },
191
+ "constructInfo": {
192
+ "fqn": "aws-cdk-lib.aws_s3.BucketPolicy",
193
+ "version": "2.118.0"
194
+ }
195
+ },
196
+ "AutoDeleteObjectsCustomResource": {
197
+ "id": "AutoDeleteObjectsCustomResource",
198
+ "path": "cfts3-no-security-headers/test-cloudfront-s3-no-security-headers/S3LoggingBucket/AutoDeleteObjectsCustomResource",
199
+ "children": {
200
+ "Default": {
201
+ "id": "Default",
202
+ "path": "cfts3-no-security-headers/test-cloudfront-s3-no-security-headers/S3LoggingBucket/AutoDeleteObjectsCustomResource/Default",
203
+ "constructInfo": {
204
+ "fqn": "aws-cdk-lib.CfnResource",
205
+ "version": "2.118.0"
206
+ }
207
+ }
208
+ },
209
+ "constructInfo": {
210
+ "fqn": "aws-cdk-lib.CustomResource",
211
+ "version": "2.118.0"
212
+ }
213
+ }
214
+ },
215
+ "constructInfo": {
216
+ "fqn": "aws-cdk-lib.aws_s3.Bucket",
217
+ "version": "2.118.0"
218
+ }
219
+ },
220
+ "S3Bucket": {
221
+ "id": "S3Bucket",
222
+ "path": "cfts3-no-security-headers/test-cloudfront-s3-no-security-headers/S3Bucket",
223
+ "children": {
224
+ "Resource": {
225
+ "id": "Resource",
226
+ "path": "cfts3-no-security-headers/test-cloudfront-s3-no-security-headers/S3Bucket/Resource",
227
+ "attributes": {
228
+ "aws:cdk:cloudformation:type": "AWS::S3::Bucket",
229
+ "aws:cdk:cloudformation:props": {
230
+ "bucketEncryption": {
231
+ "serverSideEncryptionConfiguration": [
232
+ {
233
+ "serverSideEncryptionByDefault": {
234
+ "sseAlgorithm": "AES256"
235
+ }
236
+ }
237
+ ]
238
+ },
239
+ "lifecycleConfiguration": {
240
+ "rules": [
241
+ {
242
+ "noncurrentVersionTransitions": [
243
+ {
244
+ "storageClass": "GLACIER",
245
+ "transitionInDays": 90
246
+ }
247
+ ],
248
+ "status": "Enabled"
249
+ }
250
+ ]
251
+ },
252
+ "loggingConfiguration": {
253
+ "destinationBucketName": {
254
+ "Ref": "testcloudfronts3nosecurityheadersS3LoggingBucketF644B35F"
255
+ }
256
+ },
257
+ "publicAccessBlockConfiguration": {
258
+ "blockPublicAcls": true,
259
+ "blockPublicPolicy": true,
260
+ "ignorePublicAcls": true,
261
+ "restrictPublicBuckets": true
262
+ },
263
+ "tags": [
264
+ {
265
+ "key": "aws-cdk:auto-delete-objects",
266
+ "value": "true"
267
+ }
268
+ ],
269
+ "versioningConfiguration": {
270
+ "status": "Enabled"
271
+ }
272
+ }
273
+ },
274
+ "constructInfo": {
275
+ "fqn": "aws-cdk-lib.aws_s3.CfnBucket",
276
+ "version": "2.118.0"
277
+ }
278
+ },
279
+ "Policy": {
280
+ "id": "Policy",
281
+ "path": "cfts3-no-security-headers/test-cloudfront-s3-no-security-headers/S3Bucket/Policy",
282
+ "children": {
283
+ "Resource": {
284
+ "id": "Resource",
285
+ "path": "cfts3-no-security-headers/test-cloudfront-s3-no-security-headers/S3Bucket/Policy/Resource",
286
+ "attributes": {
287
+ "aws:cdk:cloudformation:type": "AWS::S3::BucketPolicy",
288
+ "aws:cdk:cloudformation:props": {
289
+ "bucket": {
290
+ "Ref": "testcloudfronts3nosecurityheadersS3Bucket4D06173D"
291
+ },
292
+ "policyDocument": {
293
+ "Statement": [
294
+ {
295
+ "Action": "s3:*",
296
+ "Condition": {
297
+ "Bool": {
298
+ "aws:SecureTransport": "false"
299
+ }
300
+ },
301
+ "Effect": "Deny",
302
+ "Principal": {
303
+ "AWS": "*"
304
+ },
305
+ "Resource": [
306
+ {
307
+ "Fn::GetAtt": [
308
+ "testcloudfronts3nosecurityheadersS3Bucket4D06173D",
309
+ "Arn"
310
+ ]
311
+ },
312
+ {
313
+ "Fn::Join": [
314
+ "",
315
+ [
316
+ {
317
+ "Fn::GetAtt": [
318
+ "testcloudfronts3nosecurityheadersS3Bucket4D06173D",
319
+ "Arn"
320
+ ]
321
+ },
322
+ "/*"
323
+ ]
324
+ ]
325
+ }
326
+ ]
327
+ },
328
+ {
329
+ "Action": [
330
+ "s3:DeleteObject*",
331
+ "s3:GetBucket*",
332
+ "s3:List*",
333
+ "s3:PutBucketPolicy"
334
+ ],
335
+ "Effect": "Allow",
336
+ "Principal": {
337
+ "AWS": {
338
+ "Fn::GetAtt": [
339
+ "CustomS3AutoDeleteObjectsCustomResourceProviderRole3B1BD092",
340
+ "Arn"
341
+ ]
342
+ }
343
+ },
344
+ "Resource": [
345
+ {
346
+ "Fn::GetAtt": [
347
+ "testcloudfronts3nosecurityheadersS3Bucket4D06173D",
348
+ "Arn"
349
+ ]
350
+ },
351
+ {
352
+ "Fn::Join": [
353
+ "",
354
+ [
355
+ {
356
+ "Fn::GetAtt": [
357
+ "testcloudfronts3nosecurityheadersS3Bucket4D06173D",
358
+ "Arn"
359
+ ]
360
+ },
361
+ "/*"
362
+ ]
363
+ ]
364
+ }
365
+ ]
366
+ },
367
+ {
368
+ "Action": "s3:GetObject",
369
+ "Condition": {
370
+ "StringEquals": {
371
+ "AWS:SourceArn": {
372
+ "Fn::Join": [
373
+ "",
374
+ [
375
+ "arn:aws:cloudfront::",
376
+ {
377
+ "Ref": "AWS::AccountId"
378
+ },
379
+ ":distribution/",
380
+ {
381
+ "Ref": "testcloudfronts3nosecurityheadersCloudFrontDistribution3BC8CDED"
382
+ }
383
+ ]
384
+ ]
385
+ }
386
+ }
387
+ },
388
+ "Effect": "Allow",
389
+ "Principal": {
390
+ "Service": "cloudfront.amazonaws.com"
391
+ },
392
+ "Resource": {
393
+ "Fn::Join": [
394
+ "",
395
+ [
396
+ {
397
+ "Fn::GetAtt": [
398
+ "testcloudfronts3nosecurityheadersS3Bucket4D06173D",
399
+ "Arn"
400
+ ]
401
+ },
402
+ "/*"
403
+ ]
404
+ ]
405
+ }
406
+ }
407
+ ],
408
+ "Version": "2012-10-17"
409
+ }
410
+ }
411
+ },
412
+ "constructInfo": {
413
+ "fqn": "aws-cdk-lib.aws_s3.CfnBucketPolicy",
414
+ "version": "2.118.0"
415
+ }
416
+ }
417
+ },
418
+ "constructInfo": {
419
+ "fqn": "aws-cdk-lib.aws_s3.BucketPolicy",
420
+ "version": "2.118.0"
421
+ }
422
+ },
423
+ "AutoDeleteObjectsCustomResource": {
424
+ "id": "AutoDeleteObjectsCustomResource",
425
+ "path": "cfts3-no-security-headers/test-cloudfront-s3-no-security-headers/S3Bucket/AutoDeleteObjectsCustomResource",
426
+ "children": {
427
+ "Default": {
428
+ "id": "Default",
429
+ "path": "cfts3-no-security-headers/test-cloudfront-s3-no-security-headers/S3Bucket/AutoDeleteObjectsCustomResource/Default",
430
+ "constructInfo": {
431
+ "fqn": "aws-cdk-lib.CfnResource",
432
+ "version": "2.118.0"
433
+ }
434
+ }
435
+ },
436
+ "constructInfo": {
437
+ "fqn": "aws-cdk-lib.CustomResource",
438
+ "version": "2.118.0"
439
+ }
440
+ }
441
+ },
442
+ "constructInfo": {
443
+ "fqn": "aws-cdk-lib.aws_s3.Bucket",
444
+ "version": "2.118.0"
445
+ }
446
+ },
447
+ "CloudfrontLoggingBucketAccessLog": {
448
+ "id": "CloudfrontLoggingBucketAccessLog",
449
+ "path": "cfts3-no-security-headers/test-cloudfront-s3-no-security-headers/CloudfrontLoggingBucketAccessLog",
450
+ "children": {
451
+ "Resource": {
452
+ "id": "Resource",
453
+ "path": "cfts3-no-security-headers/test-cloudfront-s3-no-security-headers/CloudfrontLoggingBucketAccessLog/Resource",
454
+ "attributes": {
455
+ "aws:cdk:cloudformation:type": "AWS::S3::Bucket",
456
+ "aws:cdk:cloudformation:props": {
457
+ "bucketEncryption": {
458
+ "serverSideEncryptionConfiguration": [
459
+ {
460
+ "serverSideEncryptionByDefault": {
461
+ "sseAlgorithm": "AES256"
462
+ }
463
+ }
464
+ ]
465
+ },
466
+ "ownershipControls": {
467
+ "rules": [
468
+ {
469
+ "objectOwnership": "ObjectWriter"
470
+ }
471
+ ]
472
+ },
473
+ "publicAccessBlockConfiguration": {
474
+ "blockPublicAcls": true,
475
+ "blockPublicPolicy": true,
476
+ "ignorePublicAcls": true,
477
+ "restrictPublicBuckets": true
478
+ },
479
+ "tags": [
480
+ {
481
+ "key": "aws-cdk:auto-delete-objects",
482
+ "value": "true"
483
+ }
484
+ ],
485
+ "versioningConfiguration": {
486
+ "status": "Enabled"
487
+ }
488
+ }
489
+ },
490
+ "constructInfo": {
491
+ "fqn": "aws-cdk-lib.aws_s3.CfnBucket",
492
+ "version": "2.118.0"
493
+ }
494
+ },
495
+ "Policy": {
496
+ "id": "Policy",
497
+ "path": "cfts3-no-security-headers/test-cloudfront-s3-no-security-headers/CloudfrontLoggingBucketAccessLog/Policy",
498
+ "children": {
499
+ "Resource": {
500
+ "id": "Resource",
501
+ "path": "cfts3-no-security-headers/test-cloudfront-s3-no-security-headers/CloudfrontLoggingBucketAccessLog/Policy/Resource",
502
+ "attributes": {
503
+ "aws:cdk:cloudformation:type": "AWS::S3::BucketPolicy",
504
+ "aws:cdk:cloudformation:props": {
505
+ "bucket": {
506
+ "Ref": "testcloudfronts3nosecurityheadersCloudfrontLoggingBucketAccessLogA3FF51B1"
507
+ },
508
+ "policyDocument": {
509
+ "Statement": [
510
+ {
511
+ "Action": "s3:*",
512
+ "Condition": {
513
+ "Bool": {
514
+ "aws:SecureTransport": "false"
515
+ }
516
+ },
517
+ "Effect": "Deny",
518
+ "Principal": {
519
+ "AWS": "*"
520
+ },
521
+ "Resource": [
522
+ {
523
+ "Fn::GetAtt": [
524
+ "testcloudfronts3nosecurityheadersCloudfrontLoggingBucketAccessLogA3FF51B1",
525
+ "Arn"
526
+ ]
527
+ },
528
+ {
529
+ "Fn::Join": [
530
+ "",
531
+ [
532
+ {
533
+ "Fn::GetAtt": [
534
+ "testcloudfronts3nosecurityheadersCloudfrontLoggingBucketAccessLogA3FF51B1",
535
+ "Arn"
536
+ ]
537
+ },
538
+ "/*"
539
+ ]
540
+ ]
541
+ }
542
+ ]
543
+ },
544
+ {
545
+ "Action": [
546
+ "s3:DeleteObject*",
547
+ "s3:GetBucket*",
548
+ "s3:List*",
549
+ "s3:PutBucketPolicy"
550
+ ],
551
+ "Effect": "Allow",
552
+ "Principal": {
553
+ "AWS": {
554
+ "Fn::GetAtt": [
555
+ "CustomS3AutoDeleteObjectsCustomResourceProviderRole3B1BD092",
556
+ "Arn"
557
+ ]
558
+ }
559
+ },
560
+ "Resource": [
561
+ {
562
+ "Fn::GetAtt": [
563
+ "testcloudfronts3nosecurityheadersCloudfrontLoggingBucketAccessLogA3FF51B1",
564
+ "Arn"
565
+ ]
566
+ },
567
+ {
568
+ "Fn::Join": [
569
+ "",
570
+ [
571
+ {
572
+ "Fn::GetAtt": [
573
+ "testcloudfronts3nosecurityheadersCloudfrontLoggingBucketAccessLogA3FF51B1",
574
+ "Arn"
575
+ ]
576
+ },
577
+ "/*"
578
+ ]
579
+ ]
580
+ }
581
+ ]
582
+ },
583
+ {
584
+ "Action": "s3:PutObject",
585
+ "Condition": {
586
+ "ArnLike": {
587
+ "aws:SourceArn": {
588
+ "Fn::GetAtt": [
589
+ "testcloudfronts3nosecurityheadersCloudfrontLoggingBucket92A5E2A5",
590
+ "Arn"
591
+ ]
592
+ }
593
+ },
594
+ "StringEquals": {
595
+ "aws:SourceAccount": {
596
+ "Ref": "AWS::AccountId"
597
+ }
598
+ }
599
+ },
600
+ "Effect": "Allow",
601
+ "Principal": {
602
+ "Service": "logging.s3.amazonaws.com"
603
+ },
604
+ "Resource": {
605
+ "Fn::Join": [
606
+ "",
607
+ [
608
+ {
609
+ "Fn::GetAtt": [
610
+ "testcloudfronts3nosecurityheadersCloudfrontLoggingBucketAccessLogA3FF51B1",
611
+ "Arn"
612
+ ]
613
+ },
614
+ "/*"
615
+ ]
616
+ ]
617
+ }
618
+ }
619
+ ],
620
+ "Version": "2012-10-17"
621
+ }
622
+ }
623
+ },
624
+ "constructInfo": {
625
+ "fqn": "aws-cdk-lib.aws_s3.CfnBucketPolicy",
626
+ "version": "2.118.0"
627
+ }
628
+ }
629
+ },
630
+ "constructInfo": {
631
+ "fqn": "aws-cdk-lib.aws_s3.BucketPolicy",
632
+ "version": "2.118.0"
633
+ }
634
+ },
635
+ "AutoDeleteObjectsCustomResource": {
636
+ "id": "AutoDeleteObjectsCustomResource",
637
+ "path": "cfts3-no-security-headers/test-cloudfront-s3-no-security-headers/CloudfrontLoggingBucketAccessLog/AutoDeleteObjectsCustomResource",
638
+ "children": {
639
+ "Default": {
640
+ "id": "Default",
641
+ "path": "cfts3-no-security-headers/test-cloudfront-s3-no-security-headers/CloudfrontLoggingBucketAccessLog/AutoDeleteObjectsCustomResource/Default",
642
+ "constructInfo": {
643
+ "fqn": "aws-cdk-lib.CfnResource",
644
+ "version": "2.118.0"
645
+ }
646
+ }
647
+ },
648
+ "constructInfo": {
649
+ "fqn": "aws-cdk-lib.CustomResource",
650
+ "version": "2.118.0"
651
+ }
652
+ }
653
+ },
654
+ "constructInfo": {
655
+ "fqn": "aws-cdk-lib.aws_s3.Bucket",
656
+ "version": "2.118.0"
657
+ }
658
+ },
659
+ "CloudfrontLoggingBucket": {
660
+ "id": "CloudfrontLoggingBucket",
661
+ "path": "cfts3-no-security-headers/test-cloudfront-s3-no-security-headers/CloudfrontLoggingBucket",
662
+ "children": {
663
+ "Resource": {
664
+ "id": "Resource",
665
+ "path": "cfts3-no-security-headers/test-cloudfront-s3-no-security-headers/CloudfrontLoggingBucket/Resource",
666
+ "attributes": {
667
+ "aws:cdk:cloudformation:type": "AWS::S3::Bucket",
668
+ "aws:cdk:cloudformation:props": {
669
+ "bucketEncryption": {
670
+ "serverSideEncryptionConfiguration": [
671
+ {
672
+ "serverSideEncryptionByDefault": {
673
+ "sseAlgorithm": "AES256"
674
+ }
675
+ }
676
+ ]
677
+ },
678
+ "loggingConfiguration": {
679
+ "destinationBucketName": {
680
+ "Ref": "testcloudfronts3nosecurityheadersCloudfrontLoggingBucketAccessLogA3FF51B1"
681
+ }
682
+ },
683
+ "ownershipControls": {
684
+ "rules": [
685
+ {
686
+ "objectOwnership": "ObjectWriter"
687
+ }
688
+ ]
689
+ },
690
+ "publicAccessBlockConfiguration": {
691
+ "blockPublicAcls": true,
692
+ "blockPublicPolicy": true,
693
+ "ignorePublicAcls": true,
694
+ "restrictPublicBuckets": true
695
+ },
696
+ "tags": [
697
+ {
698
+ "key": "aws-cdk:auto-delete-objects",
699
+ "value": "true"
700
+ }
701
+ ],
702
+ "versioningConfiguration": {
703
+ "status": "Enabled"
704
+ }
705
+ }
706
+ },
707
+ "constructInfo": {
708
+ "fqn": "aws-cdk-lib.aws_s3.CfnBucket",
709
+ "version": "2.118.0"
710
+ }
711
+ },
712
+ "Policy": {
713
+ "id": "Policy",
714
+ "path": "cfts3-no-security-headers/test-cloudfront-s3-no-security-headers/CloudfrontLoggingBucket/Policy",
715
+ "children": {
716
+ "Resource": {
717
+ "id": "Resource",
718
+ "path": "cfts3-no-security-headers/test-cloudfront-s3-no-security-headers/CloudfrontLoggingBucket/Policy/Resource",
719
+ "attributes": {
720
+ "aws:cdk:cloudformation:type": "AWS::S3::BucketPolicy",
721
+ "aws:cdk:cloudformation:props": {
722
+ "bucket": {
723
+ "Ref": "testcloudfronts3nosecurityheadersCloudfrontLoggingBucket92A5E2A5"
724
+ },
725
+ "policyDocument": {
726
+ "Statement": [
727
+ {
728
+ "Action": "s3:*",
729
+ "Condition": {
730
+ "Bool": {
731
+ "aws:SecureTransport": "false"
732
+ }
733
+ },
734
+ "Effect": "Deny",
735
+ "Principal": {
736
+ "AWS": "*"
737
+ },
738
+ "Resource": [
739
+ {
740
+ "Fn::GetAtt": [
741
+ "testcloudfronts3nosecurityheadersCloudfrontLoggingBucket92A5E2A5",
742
+ "Arn"
743
+ ]
744
+ },
745
+ {
746
+ "Fn::Join": [
747
+ "",
748
+ [
749
+ {
750
+ "Fn::GetAtt": [
751
+ "testcloudfronts3nosecurityheadersCloudfrontLoggingBucket92A5E2A5",
752
+ "Arn"
753
+ ]
754
+ },
755
+ "/*"
756
+ ]
757
+ ]
758
+ }
759
+ ]
760
+ },
761
+ {
762
+ "Action": [
763
+ "s3:DeleteObject*",
764
+ "s3:GetBucket*",
765
+ "s3:List*",
766
+ "s3:PutBucketPolicy"
767
+ ],
768
+ "Effect": "Allow",
769
+ "Principal": {
770
+ "AWS": {
771
+ "Fn::GetAtt": [
772
+ "CustomS3AutoDeleteObjectsCustomResourceProviderRole3B1BD092",
773
+ "Arn"
774
+ ]
775
+ }
776
+ },
777
+ "Resource": [
778
+ {
779
+ "Fn::GetAtt": [
780
+ "testcloudfronts3nosecurityheadersCloudfrontLoggingBucket92A5E2A5",
781
+ "Arn"
782
+ ]
783
+ },
784
+ {
785
+ "Fn::Join": [
786
+ "",
787
+ [
788
+ {
789
+ "Fn::GetAtt": [
790
+ "testcloudfronts3nosecurityheadersCloudfrontLoggingBucket92A5E2A5",
791
+ "Arn"
792
+ ]
793
+ },
794
+ "/*"
795
+ ]
796
+ ]
797
+ }
798
+ ]
799
+ }
800
+ ],
801
+ "Version": "2012-10-17"
802
+ }
803
+ }
804
+ },
805
+ "constructInfo": {
806
+ "fqn": "aws-cdk-lib.aws_s3.CfnBucketPolicy",
807
+ "version": "2.118.0"
808
+ }
809
+ }
810
+ },
811
+ "constructInfo": {
812
+ "fqn": "aws-cdk-lib.aws_s3.BucketPolicy",
813
+ "version": "2.118.0"
814
+ }
815
+ },
816
+ "AutoDeleteObjectsCustomResource": {
817
+ "id": "AutoDeleteObjectsCustomResource",
818
+ "path": "cfts3-no-security-headers/test-cloudfront-s3-no-security-headers/CloudfrontLoggingBucket/AutoDeleteObjectsCustomResource",
819
+ "children": {
820
+ "Default": {
821
+ "id": "Default",
822
+ "path": "cfts3-no-security-headers/test-cloudfront-s3-no-security-headers/CloudfrontLoggingBucket/AutoDeleteObjectsCustomResource/Default",
823
+ "constructInfo": {
824
+ "fqn": "aws-cdk-lib.CfnResource",
825
+ "version": "2.118.0"
826
+ }
827
+ }
828
+ },
829
+ "constructInfo": {
830
+ "fqn": "aws-cdk-lib.CustomResource",
831
+ "version": "2.118.0"
832
+ }
833
+ }
834
+ },
835
+ "constructInfo": {
836
+ "fqn": "aws-cdk-lib.aws_s3.Bucket",
837
+ "version": "2.118.0"
838
+ }
839
+ },
840
+ "CloudFrontOac": {
841
+ "id": "CloudFrontOac",
842
+ "path": "cfts3-no-security-headers/test-cloudfront-s3-no-security-headers/CloudFrontOac",
843
+ "attributes": {
844
+ "aws:cdk:cloudformation:type": "AWS::CloudFront::OriginAccessControl",
845
+ "aws:cdk:cloudformation:props": {
846
+ "originAccessControlConfig": {
847
+ "name": {
848
+ "Fn::Join": [
849
+ "",
850
+ [
851
+ "aws-cloudfront-s3-testaders-",
852
+ {
853
+ "Fn::Select": [
854
+ 2,
855
+ {
856
+ "Fn::Split": [
857
+ "/",
858
+ {
859
+ "Ref": "AWS::StackId"
860
+ }
861
+ ]
862
+ }
863
+ ]
864
+ }
865
+ ]
866
+ ]
867
+ },
868
+ "originAccessControlOriginType": "s3",
869
+ "signingBehavior": "always",
870
+ "signingProtocol": "sigv4",
871
+ "description": "Origin access control provisioned by aws-cloudfront-s3"
872
+ }
873
+ }
874
+ },
875
+ "constructInfo": {
876
+ "fqn": "aws-cdk-lib.aws_cloudfront.CfnOriginAccessControl",
877
+ "version": "2.118.0"
878
+ }
879
+ },
880
+ "CloudFrontDistribution": {
881
+ "id": "CloudFrontDistribution",
882
+ "path": "cfts3-no-security-headers/test-cloudfront-s3-no-security-headers/CloudFrontDistribution",
883
+ "children": {
884
+ "Origin1": {
885
+ "id": "Origin1",
886
+ "path": "cfts3-no-security-headers/test-cloudfront-s3-no-security-headers/CloudFrontDistribution/Origin1",
887
+ "constructInfo": {
888
+ "fqn": "constructs.Construct",
889
+ "version": "10.0.0"
890
+ }
891
+ },
892
+ "Resource": {
893
+ "id": "Resource",
894
+ "path": "cfts3-no-security-headers/test-cloudfront-s3-no-security-headers/CloudFrontDistribution/Resource",
895
+ "attributes": {
896
+ "aws:cdk:cloudformation:type": "AWS::CloudFront::Distribution",
897
+ "aws:cdk:cloudformation:props": {
898
+ "distributionConfig": {
899
+ "enabled": true,
900
+ "origins": [
901
+ {
902
+ "domainName": {
903
+ "Fn::GetAtt": [
904
+ "testcloudfronts3nosecurityheadersS3Bucket4D06173D",
905
+ "RegionalDomainName"
906
+ ]
907
+ },
908
+ "id": "cfts3nosecurityheaderstestcloudfronts3nosecurityheadersCloudFrontDistributionOrigin1A0125E27",
909
+ "s3OriginConfig": {
910
+ "originAccessIdentity": ""
911
+ }
912
+ }
913
+ ],
914
+ "defaultCacheBehavior": {
915
+ "pathPattern": "*",
916
+ "targetOriginId": "cfts3nosecurityheaderstestcloudfronts3nosecurityheadersCloudFrontDistributionOrigin1A0125E27",
917
+ "cachePolicyId": "658327ea-f89d-4fab-a63d-7e88639e58f6",
918
+ "compress": true,
919
+ "viewerProtocolPolicy": "redirect-to-https"
920
+ },
921
+ "defaultRootObject": "index.html",
922
+ "httpVersion": "http2",
923
+ "ipv6Enabled": true,
924
+ "logging": {
925
+ "bucket": {
926
+ "Fn::GetAtt": [
927
+ "testcloudfronts3nosecurityheadersCloudfrontLoggingBucket92A5E2A5",
928
+ "RegionalDomainName"
929
+ ]
930
+ }
931
+ }
932
+ }
933
+ }
934
+ },
935
+ "constructInfo": {
936
+ "fqn": "aws-cdk-lib.aws_cloudfront.CfnDistribution",
937
+ "version": "2.118.0"
938
+ }
939
+ }
940
+ },
941
+ "constructInfo": {
942
+ "fqn": "aws-cdk-lib.aws_cloudfront.Distribution",
943
+ "version": "2.118.0"
944
+ }
945
+ }
946
+ },
947
+ "constructInfo": {
948
+ "fqn": "@aws-solutions-constructs/aws-cloudfront-s3.CloudFrontToS3",
949
+ "version": "2.50.0"
950
+ }
951
+ },
952
+ "Custom::S3AutoDeleteObjectsCustomResourceProvider": {
953
+ "id": "Custom::S3AutoDeleteObjectsCustomResourceProvider",
954
+ "path": "cfts3-no-security-headers/Custom::S3AutoDeleteObjectsCustomResourceProvider",
955
+ "children": {
956
+ "Staging": {
957
+ "id": "Staging",
958
+ "path": "cfts3-no-security-headers/Custom::S3AutoDeleteObjectsCustomResourceProvider/Staging",
959
+ "constructInfo": {
960
+ "fqn": "aws-cdk-lib.AssetStaging",
961
+ "version": "2.118.0"
962
+ }
963
+ },
964
+ "Role": {
965
+ "id": "Role",
966
+ "path": "cfts3-no-security-headers/Custom::S3AutoDeleteObjectsCustomResourceProvider/Role",
967
+ "constructInfo": {
968
+ "fqn": "aws-cdk-lib.CfnResource",
969
+ "version": "2.118.0"
970
+ }
971
+ },
972
+ "Handler": {
973
+ "id": "Handler",
974
+ "path": "cfts3-no-security-headers/Custom::S3AutoDeleteObjectsCustomResourceProvider/Handler",
975
+ "constructInfo": {
976
+ "fqn": "aws-cdk-lib.CfnResource",
977
+ "version": "2.118.0"
978
+ }
979
+ }
980
+ },
981
+ "constructInfo": {
982
+ "fqn": "aws-cdk-lib.CustomResourceProviderBase",
983
+ "version": "2.118.0"
984
+ }
985
+ },
986
+ "Integ": {
987
+ "id": "Integ",
988
+ "path": "cfts3-no-security-headers/Integ",
989
+ "children": {
990
+ "DefaultTest": {
991
+ "id": "DefaultTest",
992
+ "path": "cfts3-no-security-headers/Integ/DefaultTest",
993
+ "children": {
994
+ "Default": {
995
+ "id": "Default",
996
+ "path": "cfts3-no-security-headers/Integ/DefaultTest/Default",
997
+ "constructInfo": {
998
+ "fqn": "constructs.Construct",
999
+ "version": "10.0.0"
1000
+ }
1001
+ },
1002
+ "DeployAssert": {
1003
+ "id": "DeployAssert",
1004
+ "path": "cfts3-no-security-headers/Integ/DefaultTest/DeployAssert",
1005
+ "children": {
1006
+ "BootstrapVersion": {
1007
+ "id": "BootstrapVersion",
1008
+ "path": "cfts3-no-security-headers/Integ/DefaultTest/DeployAssert/BootstrapVersion",
1009
+ "constructInfo": {
1010
+ "fqn": "aws-cdk-lib.CfnParameter",
1011
+ "version": "2.118.0"
1012
+ }
1013
+ },
1014
+ "CheckBootstrapVersion": {
1015
+ "id": "CheckBootstrapVersion",
1016
+ "path": "cfts3-no-security-headers/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion",
1017
+ "constructInfo": {
1018
+ "fqn": "aws-cdk-lib.CfnRule",
1019
+ "version": "2.118.0"
1020
+ }
1021
+ }
1022
+ },
1023
+ "constructInfo": {
1024
+ "fqn": "aws-cdk-lib.Stack",
1025
+ "version": "2.118.0"
1026
+ }
1027
+ }
1028
+ },
1029
+ "constructInfo": {
1030
+ "fqn": "@aws-cdk/integ-tests-alpha.IntegTestCase",
1031
+ "version": "2.118.0-alpha.0"
1032
+ }
1033
+ }
1034
+ },
1035
+ "constructInfo": {
1036
+ "fqn": "@aws-cdk/integ-tests-alpha.IntegTest",
1037
+ "version": "2.118.0-alpha.0"
1038
+ }
1039
+ },
1040
+ "BootstrapVersion": {
1041
+ "id": "BootstrapVersion",
1042
+ "path": "cfts3-no-security-headers/BootstrapVersion",
1043
+ "constructInfo": {
1044
+ "fqn": "aws-cdk-lib.CfnParameter",
1045
+ "version": "2.118.0"
1046
+ }
1047
+ },
1048
+ "CheckBootstrapVersion": {
1049
+ "id": "CheckBootstrapVersion",
1050
+ "path": "cfts3-no-security-headers/CheckBootstrapVersion",
1051
+ "constructInfo": {
1052
+ "fqn": "aws-cdk-lib.CfnRule",
1053
+ "version": "2.118.0"
1054
+ }
1055
+ }
1056
+ },
1057
+ "constructInfo": {
1058
+ "fqn": "aws-cdk-lib.Stack",
1059
+ "version": "2.118.0"
1060
+ }
1061
+ },
1062
+ "Tree": {
1063
+ "id": "Tree",
1064
+ "path": "Tree",
1065
+ "constructInfo": {
1066
+ "fqn": "constructs.Construct",
1067
+ "version": "10.0.0"
1068
+ }
1069
+ }
1070
+ },
1071
+ "constructInfo": {
1072
+ "fqn": "aws-cdk-lib.App",
1073
+ "version": "2.118.0"
1074
+ }
1075
+ }
1076
+ }