@aws-solutions-constructs/aws-cloudfront-oai-s3 2.79.0 → 2.80.0

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 (42) hide show
  1. package/.jsii +17 -57
  2. package/README.md +1 -0
  3. package/lib/index.d.ts +1 -1
  4. package/lib/index.js +3 -2
  5. package/package.json +8 -8
  6. package/test/integ.cftoais3-bucket-encrypted-with-managed-key-provided-as-existingbucket.js.snapshot/cftoais3-bucket-encrypted-with-managed-key-provided-as-existingbucket.assets.json +2 -2
  7. package/test/integ.cftoais3-bucket-encrypted-with-managed-key-provided-as-existingbucket.js.snapshot/cftoais3-bucket-encrypted-with-managed-key-provided-as-existingbucket.template.json +8 -8
  8. package/test/integ.cftoais3-bucket-encrypted-with-managed-key-provided-as-existingbucket.js.snapshot/manifest.json +159 -3
  9. package/test/integ.cftoais3-bucket-encrypted-with-managed-key-provided-as-existingbucket.js.snapshot/tree.json +180 -71
  10. package/test/integ.cftoais3-custom-headers.js.snapshot/cftoais3-custom-headers.assets.json +2 -2
  11. package/test/integ.cftoais3-custom-headers.js.snapshot/cftoais3-custom-headers.template.json +8 -8
  12. package/test/integ.cftoais3-custom-headers.js.snapshot/manifest.json +182 -3
  13. package/test/integ.cftoais3-custom-headers.js.snapshot/tree.json +201 -75
  14. package/test/integ.cftoais3-custom-originPath.js.snapshot/cftoais3-custom-originPath.assets.json +2 -2
  15. package/test/integ.cftoais3-custom-originPath.js.snapshot/cftoais3-custom-originPath.template.json +8 -8
  16. package/test/integ.cftoais3-custom-originPath.js.snapshot/manifest.json +174 -3
  17. package/test/integ.cftoais3-custom-originPath.js.snapshot/tree.json +194 -73
  18. package/test/integ.cftoais3-customLoggingBuckets.js.snapshot/cftoais3-customLoggingBuckets.assets.json +2 -2
  19. package/test/integ.cftoais3-customLoggingBuckets.js.snapshot/cftoais3-customLoggingBuckets.template.json +8 -8
  20. package/test/integ.cftoais3-customLoggingBuckets.js.snapshot/manifest.json +212 -3
  21. package/test/integ.cftoais3-customLoggingBuckets.js.snapshot/tree.json +226 -73
  22. package/test/integ.cftoais3-existing-bucket.js.snapshot/cftoais3-existing-bucket.assets.json +2 -2
  23. package/test/integ.cftoais3-existing-bucket.js.snapshot/cftoais3-existing-bucket.template.json +9 -9
  24. package/test/integ.cftoais3-existing-bucket.js.snapshot/manifest.json +176 -3
  25. package/test/integ.cftoais3-existing-bucket.js.snapshot/tree.json +195 -78
  26. package/test/integ.cftoais3-no-arguments.js.snapshot/cftoais3-no-arguments.assets.json +2 -2
  27. package/test/integ.cftoais3-no-arguments.js.snapshot/cftoais3-no-arguments.template.json +8 -8
  28. package/test/integ.cftoais3-no-arguments.js.snapshot/manifest.json +171 -135
  29. package/test/integ.cftoais3-no-arguments.js.snapshot/tree.json +194 -73
  30. package/test/integ.cftoais3-no-cloudfront-s3-access-logs.js.snapshot/cftoais3-no-cloudfront-s3-access-logs.assets.json +2 -2
  31. package/test/integ.cftoais3-no-cloudfront-s3-access-logs.js.snapshot/cftoais3-no-cloudfront-s3-access-logs.template.json +8 -8
  32. package/test/integ.cftoais3-no-cloudfront-s3-access-logs.js.snapshot/manifest.json +118 -3
  33. package/test/integ.cftoais3-no-cloudfront-s3-access-logs.js.snapshot/tree.json +144 -61
  34. package/test/integ.cftoais3-no-logging.js.snapshot/cftoais3-no-logging.assets.json +2 -2
  35. package/test/integ.cftoais3-no-logging.js.snapshot/cftoais3-no-logging.template.json +8 -8
  36. package/test/integ.cftoais3-no-logging.js.snapshot/manifest.json +90 -3
  37. package/test/integ.cftoais3-no-logging.js.snapshot/tree.json +119 -55
  38. package/test/integ.cftoais3-no-security-headers.js.snapshot/cftoais3-no-security-headers.assets.json +2 -2
  39. package/test/integ.cftoais3-no-security-headers.js.snapshot/cftoais3-no-security-headers.template.json +8 -8
  40. package/test/integ.cftoais3-no-security-headers.js.snapshot/manifest.json +159 -3
  41. package/test/integ.cftoais3-no-security-headers.js.snapshot/tree.json +180 -71
  42. package/test/test.cloudfront-oai-s3.test.js +2 -1
@@ -66,7 +66,7 @@
66
66
  "validateOnSynth": false,
67
67
  "assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-deploy-role-${AWS::AccountId}-${AWS::Region}",
68
68
  "cloudFormationExecutionRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-cfn-exec-role-${AWS::AccountId}-${AWS::Region}",
69
- "stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/0c7d8cce0facd93ab3c22e880d1eded43e781b59978f0dd485f728ac02cc0596.json",
69
+ "stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/d5899bc9d5205607ed629e95130a93c5e002a6617be52f76dad224d7061e48c1.json",
70
70
  "requiresBootstrapStackVersion": 6,
71
71
  "bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version",
72
72
  "additionalDependencies": [
@@ -82,34 +82,121 @@
82
82
  "cftoais3-no-logging.assets"
83
83
  ],
84
84
  "metadata": {
85
+ "/cftoais3-no-logging/test-cloudfront-oai-s3/S3Bucket": [
86
+ {
87
+ "type": "aws:cdk:analytics:construct",
88
+ "data": {
89
+ "encryption": "S3_MANAGED",
90
+ "versioned": true,
91
+ "blockPublicAccess": "*",
92
+ "removalPolicy": "destroy",
93
+ "enforceSSL": true,
94
+ "lifecycleRules": [
95
+ {
96
+ "noncurrentVersionTransitions": [
97
+ {
98
+ "storageClass": "*"
99
+ }
100
+ ]
101
+ }
102
+ ],
103
+ "autoDeleteObjects": true
104
+ }
105
+ },
106
+ {
107
+ "type": "aws:cdk:analytics:method",
108
+ "data": {
109
+ "addLifecycleRule": [
110
+ {
111
+ "noncurrentVersionTransitions": [
112
+ {
113
+ "storageClass": "*"
114
+ }
115
+ ]
116
+ },
117
+ "*",
118
+ "*"
119
+ ]
120
+ }
121
+ }
122
+ ],
85
123
  "/cftoais3-no-logging/test-cloudfront-oai-s3/S3Bucket/Resource": [
86
124
  {
87
125
  "type": "aws:cdk:logicalId",
88
126
  "data": "testcloudfrontoais3S3Bucket578AB9F3"
89
127
  }
90
128
  ],
129
+ "/cftoais3-no-logging/test-cloudfront-oai-s3/S3Bucket/Policy": [
130
+ {
131
+ "type": "aws:cdk:analytics:construct",
132
+ "data": {
133
+ "bucket": "*"
134
+ }
135
+ }
136
+ ],
91
137
  "/cftoais3-no-logging/test-cloudfront-oai-s3/S3Bucket/Policy/Resource": [
92
138
  {
93
139
  "type": "aws:cdk:logicalId",
94
140
  "data": "testcloudfrontoais3S3BucketPolicyD2322CC3"
95
141
  }
96
142
  ],
143
+ "/cftoais3-no-logging/test-cloudfront-oai-s3/S3Bucket/AutoDeleteObjectsCustomResource": [
144
+ {
145
+ "type": "aws:cdk:analytics:construct",
146
+ "data": "*"
147
+ }
148
+ ],
97
149
  "/cftoais3-no-logging/test-cloudfront-oai-s3/S3Bucket/AutoDeleteObjectsCustomResource/Default": [
98
150
  {
99
151
  "type": "aws:cdk:logicalId",
100
152
  "data": "testcloudfrontoais3S3BucketAutoDeleteObjectsCustomResourceA2545EE1"
101
153
  }
102
154
  ],
155
+ "/cftoais3-no-logging/test-cloudfront-oai-s3/SetHttpSecurityHeaders": [
156
+ {
157
+ "type": "aws:cdk:analytics:construct",
158
+ "data": {
159
+ "functionName": "*",
160
+ "code": "*"
161
+ }
162
+ }
163
+ ],
103
164
  "/cftoais3-no-logging/test-cloudfront-oai-s3/SetHttpSecurityHeaders/Resource": [
104
165
  {
105
166
  "type": "aws:cdk:logicalId",
106
167
  "data": "testcloudfrontoais3SetHttpSecurityHeaders4EB3C97B"
107
168
  }
108
169
  ],
109
- "/cftoais3-no-logging/test-cloudfront-oai-s3/CloudFrontDistribution/Origin1/S3Origin/Resource": [
170
+ "/cftoais3-no-logging/test-cloudfront-oai-s3/constructsGeneratedOai": [
171
+ {
172
+ "type": "aws:cdk:analytics:construct",
173
+ "data": "*"
174
+ }
175
+ ],
176
+ "/cftoais3-no-logging/test-cloudfront-oai-s3/constructsGeneratedOai/Resource": [
110
177
  {
111
178
  "type": "aws:cdk:logicalId",
112
- "data": "testcloudfrontoais3CloudFrontDistributionOrigin1S3OriginF57A3CB1"
179
+ "data": "testcloudfrontoais3constructsGeneratedOaiA468F478"
180
+ }
181
+ ],
182
+ "/cftoais3-no-logging/test-cloudfront-oai-s3/CloudFrontDistribution": [
183
+ {
184
+ "type": "aws:cdk:analytics:construct",
185
+ "data": {
186
+ "defaultBehavior": {
187
+ "origin": "*",
188
+ "viewerProtocolPolicy": "redirect-to-https",
189
+ "functionAssociations": [
190
+ {
191
+ "eventType": "viewer-response",
192
+ "function": "*"
193
+ }
194
+ ]
195
+ },
196
+ "enableLogging": false,
197
+ "logBucket": "*",
198
+ "defaultRootObject": "*"
199
+ }
113
200
  }
114
201
  ],
115
202
  "/cftoais3-no-logging/test-cloudfront-oai-s3/CloudFrontDistribution/Resource": [
@@ -63,7 +63,7 @@
63
63
  },
64
64
  "constructInfo": {
65
65
  "fqn": "aws-cdk-lib.aws_s3.CfnBucket",
66
- "version": "2.177.0"
66
+ "version": "2.179.0"
67
67
  }
68
68
  },
69
69
  "Policy": {
@@ -160,7 +160,7 @@
160
160
  "Principal": {
161
161
  "CanonicalUser": {
162
162
  "Fn::GetAtt": [
163
- "testcloudfrontoais3CloudFrontDistributionOrigin1S3OriginF57A3CB1",
163
+ "testcloudfrontoais3constructsGeneratedOaiA468F478",
164
164
  "S3CanonicalUserId"
165
165
  ]
166
166
  }
@@ -231,13 +231,18 @@
231
231
  },
232
232
  "constructInfo": {
233
233
  "fqn": "aws-cdk-lib.aws_s3.CfnBucketPolicy",
234
- "version": "2.177.0"
234
+ "version": "2.179.0"
235
235
  }
236
236
  }
237
237
  },
238
238
  "constructInfo": {
239
239
  "fqn": "aws-cdk-lib.aws_s3.BucketPolicy",
240
- "version": "2.177.0"
240
+ "version": "2.179.0",
241
+ "metadata": [
242
+ {
243
+ "bucket": "*"
244
+ }
245
+ ]
241
246
  }
242
247
  },
243
248
  "AutoDeleteObjectsCustomResource": {
@@ -249,19 +254,54 @@
249
254
  "path": "cftoais3-no-logging/test-cloudfront-oai-s3/S3Bucket/AutoDeleteObjectsCustomResource/Default",
250
255
  "constructInfo": {
251
256
  "fqn": "aws-cdk-lib.CfnResource",
252
- "version": "2.177.0"
257
+ "version": "2.179.0"
253
258
  }
254
259
  }
255
260
  },
256
261
  "constructInfo": {
257
262
  "fqn": "aws-cdk-lib.CustomResource",
258
- "version": "2.177.0"
263
+ "version": "2.179.0",
264
+ "metadata": [
265
+ "*"
266
+ ]
259
267
  }
260
268
  }
261
269
  },
262
270
  "constructInfo": {
263
271
  "fqn": "aws-cdk-lib.aws_s3.Bucket",
264
- "version": "2.177.0"
272
+ "version": "2.179.0",
273
+ "metadata": [
274
+ {
275
+ "encryption": "S3_MANAGED",
276
+ "versioned": true,
277
+ "blockPublicAccess": "*",
278
+ "removalPolicy": "destroy",
279
+ "enforceSSL": true,
280
+ "lifecycleRules": [
281
+ {
282
+ "noncurrentVersionTransitions": [
283
+ {
284
+ "storageClass": "*"
285
+ }
286
+ ]
287
+ }
288
+ ],
289
+ "autoDeleteObjects": true
290
+ },
291
+ {
292
+ "addLifecycleRule": [
293
+ {
294
+ "noncurrentVersionTransitions": [
295
+ {
296
+ "storageClass": "*"
297
+ }
298
+ ]
299
+ },
300
+ "*",
301
+ "*"
302
+ ]
303
+ }
304
+ ]
265
305
  }
266
306
  },
267
307
  "SetHttpSecurityHeaders": {
@@ -285,13 +325,48 @@
285
325
  },
286
326
  "constructInfo": {
287
327
  "fqn": "aws-cdk-lib.aws_cloudfront.CfnFunction",
288
- "version": "2.177.0"
328
+ "version": "2.179.0"
289
329
  }
290
330
  }
291
331
  },
292
332
  "constructInfo": {
293
333
  "fqn": "aws-cdk-lib.aws_cloudfront.Function",
294
- "version": "2.177.0"
334
+ "version": "2.179.0",
335
+ "metadata": [
336
+ {
337
+ "functionName": "*",
338
+ "code": "*"
339
+ }
340
+ ]
341
+ }
342
+ },
343
+ "constructsGeneratedOai": {
344
+ "id": "constructsGeneratedOai",
345
+ "path": "cftoais3-no-logging/test-cloudfront-oai-s3/constructsGeneratedOai",
346
+ "children": {
347
+ "Resource": {
348
+ "id": "Resource",
349
+ "path": "cftoais3-no-logging/test-cloudfront-oai-s3/constructsGeneratedOai/Resource",
350
+ "attributes": {
351
+ "aws:cdk:cloudformation:type": "AWS::CloudFront::CloudFrontOriginAccessIdentity",
352
+ "aws:cdk:cloudformation:props": {
353
+ "cloudFrontOriginAccessIdentityConfig": {
354
+ "comment": "Allows CloudFront to reach the bucket"
355
+ }
356
+ }
357
+ },
358
+ "constructInfo": {
359
+ "fqn": "aws-cdk-lib.aws_cloudfront.CfnCloudFrontOriginAccessIdentity",
360
+ "version": "2.179.0"
361
+ }
362
+ }
363
+ },
364
+ "constructInfo": {
365
+ "fqn": "aws-cdk-lib.aws_cloudfront.OriginAccessIdentity",
366
+ "version": "2.179.0",
367
+ "metadata": [
368
+ "*"
369
+ ]
295
370
  }
296
371
  },
297
372
  "CloudFrontDistribution": {
@@ -301,34 +376,6 @@
301
376
  "Origin1": {
302
377
  "id": "Origin1",
303
378
  "path": "cftoais3-no-logging/test-cloudfront-oai-s3/CloudFrontDistribution/Origin1",
304
- "children": {
305
- "S3Origin": {
306
- "id": "S3Origin",
307
- "path": "cftoais3-no-logging/test-cloudfront-oai-s3/CloudFrontDistribution/Origin1/S3Origin",
308
- "children": {
309
- "Resource": {
310
- "id": "Resource",
311
- "path": "cftoais3-no-logging/test-cloudfront-oai-s3/CloudFrontDistribution/Origin1/S3Origin/Resource",
312
- "attributes": {
313
- "aws:cdk:cloudformation:type": "AWS::CloudFront::CloudFrontOriginAccessIdentity",
314
- "aws:cdk:cloudformation:props": {
315
- "cloudFrontOriginAccessIdentityConfig": {
316
- "comment": "Identity for cftoais3nologgingtestcloudfrontoais3CloudFrontDistributionOrigin18473615C"
317
- }
318
- }
319
- },
320
- "constructInfo": {
321
- "fqn": "aws-cdk-lib.aws_cloudfront.CfnCloudFrontOriginAccessIdentity",
322
- "version": "2.177.0"
323
- }
324
- }
325
- },
326
- "constructInfo": {
327
- "fqn": "aws-cdk-lib.aws_cloudfront.OriginAccessIdentity",
328
- "version": "2.177.0"
329
- }
330
- }
331
- },
332
379
  "constructInfo": {
333
380
  "fqn": "constructs.Construct",
334
381
  "version": "10.4.2"
@@ -358,7 +405,7 @@
358
405
  [
359
406
  "origin-access-identity/cloudfront/",
360
407
  {
361
- "Ref": "testcloudfrontoais3CloudFrontDistributionOrigin1S3OriginF57A3CB1"
408
+ "Ref": "testcloudfrontoais3constructsGeneratedOaiA468F478"
362
409
  }
363
410
  ]
364
411
  ]
@@ -392,19 +439,36 @@
392
439
  },
393
440
  "constructInfo": {
394
441
  "fqn": "aws-cdk-lib.aws_cloudfront.CfnDistribution",
395
- "version": "2.177.0"
442
+ "version": "2.179.0"
396
443
  }
397
444
  }
398
445
  },
399
446
  "constructInfo": {
400
447
  "fqn": "aws-cdk-lib.aws_cloudfront.Distribution",
401
- "version": "2.177.0"
448
+ "version": "2.179.0",
449
+ "metadata": [
450
+ {
451
+ "defaultBehavior": {
452
+ "origin": "*",
453
+ "viewerProtocolPolicy": "redirect-to-https",
454
+ "functionAssociations": [
455
+ {
456
+ "eventType": "viewer-response",
457
+ "function": "*"
458
+ }
459
+ ]
460
+ },
461
+ "enableLogging": false,
462
+ "logBucket": "*",
463
+ "defaultRootObject": "*"
464
+ }
465
+ ]
402
466
  }
403
467
  }
404
468
  },
405
469
  "constructInfo": {
406
470
  "fqn": "@aws-solutions-constructs/aws-cloudfront-oai-s3.CloudFrontToOaiToS3",
407
- "version": "2.78.1"
471
+ "version": "2.79.1"
408
472
  }
409
473
  },
410
474
  "LatestNodeRuntimeMap": {
@@ -412,7 +476,7 @@
412
476
  "path": "cftoais3-no-logging/LatestNodeRuntimeMap",
413
477
  "constructInfo": {
414
478
  "fqn": "aws-cdk-lib.CfnMapping",
415
- "version": "2.177.0"
479
+ "version": "2.179.0"
416
480
  }
417
481
  },
418
482
  "Custom::S3AutoDeleteObjectsCustomResourceProvider": {
@@ -424,7 +488,7 @@
424
488
  "path": "cftoais3-no-logging/Custom::S3AutoDeleteObjectsCustomResourceProvider/Staging",
425
489
  "constructInfo": {
426
490
  "fqn": "aws-cdk-lib.AssetStaging",
427
- "version": "2.177.0"
491
+ "version": "2.179.0"
428
492
  }
429
493
  },
430
494
  "Role": {
@@ -432,7 +496,7 @@
432
496
  "path": "cftoais3-no-logging/Custom::S3AutoDeleteObjectsCustomResourceProvider/Role",
433
497
  "constructInfo": {
434
498
  "fqn": "aws-cdk-lib.CfnResource",
435
- "version": "2.177.0"
499
+ "version": "2.179.0"
436
500
  }
437
501
  },
438
502
  "Handler": {
@@ -440,13 +504,13 @@
440
504
  "path": "cftoais3-no-logging/Custom::S3AutoDeleteObjectsCustomResourceProvider/Handler",
441
505
  "constructInfo": {
442
506
  "fqn": "aws-cdk-lib.CfnResource",
443
- "version": "2.177.0"
507
+ "version": "2.179.0"
444
508
  }
445
509
  }
446
510
  },
447
511
  "constructInfo": {
448
512
  "fqn": "aws-cdk-lib.CustomResourceProviderBase",
449
- "version": "2.177.0"
513
+ "version": "2.179.0"
450
514
  }
451
515
  },
452
516
  "Integ": {
@@ -474,7 +538,7 @@
474
538
  "path": "cftoais3-no-logging/Integ/DefaultTest/DeployAssert/BootstrapVersion",
475
539
  "constructInfo": {
476
540
  "fqn": "aws-cdk-lib.CfnParameter",
477
- "version": "2.177.0"
541
+ "version": "2.179.0"
478
542
  }
479
543
  },
480
544
  "CheckBootstrapVersion": {
@@ -482,25 +546,25 @@
482
546
  "path": "cftoais3-no-logging/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion",
483
547
  "constructInfo": {
484
548
  "fqn": "aws-cdk-lib.CfnRule",
485
- "version": "2.177.0"
549
+ "version": "2.179.0"
486
550
  }
487
551
  }
488
552
  },
489
553
  "constructInfo": {
490
554
  "fqn": "aws-cdk-lib.Stack",
491
- "version": "2.177.0"
555
+ "version": "2.179.0"
492
556
  }
493
557
  }
494
558
  },
495
559
  "constructInfo": {
496
560
  "fqn": "@aws-cdk/integ-tests-alpha.IntegTestCase",
497
- "version": "2.177.0-alpha.0"
561
+ "version": "2.179.0-alpha.0"
498
562
  }
499
563
  }
500
564
  },
501
565
  "constructInfo": {
502
566
  "fqn": "@aws-cdk/integ-tests-alpha.IntegTest",
503
- "version": "2.177.0-alpha.0"
567
+ "version": "2.179.0-alpha.0"
504
568
  }
505
569
  },
506
570
  "BootstrapVersion": {
@@ -508,7 +572,7 @@
508
572
  "path": "cftoais3-no-logging/BootstrapVersion",
509
573
  "constructInfo": {
510
574
  "fqn": "aws-cdk-lib.CfnParameter",
511
- "version": "2.177.0"
575
+ "version": "2.179.0"
512
576
  }
513
577
  },
514
578
  "CheckBootstrapVersion": {
@@ -516,13 +580,13 @@
516
580
  "path": "cftoais3-no-logging/CheckBootstrapVersion",
517
581
  "constructInfo": {
518
582
  "fqn": "aws-cdk-lib.CfnRule",
519
- "version": "2.177.0"
583
+ "version": "2.179.0"
520
584
  }
521
585
  }
522
586
  },
523
587
  "constructInfo": {
524
588
  "fqn": "aws-cdk-lib.Stack",
525
- "version": "2.177.0"
589
+ "version": "2.179.0"
526
590
  }
527
591
  },
528
592
  "Tree": {
@@ -536,7 +600,7 @@
536
600
  },
537
601
  "constructInfo": {
538
602
  "fqn": "aws-cdk-lib.App",
539
- "version": "2.177.0"
603
+ "version": "2.179.0"
540
604
  }
541
605
  }
542
606
  }
@@ -14,7 +14,7 @@
14
14
  }
15
15
  }
16
16
  },
17
- "cf28050d9f6dca28e44fd59eaa742a1bf2f11c4f650e9be09a9eb80fcf0ee709": {
17
+ "1453e1223ea902ff00181061cb27e297df0bfa36cd59671f9a24fa9df70610ef": {
18
18
  "source": {
19
19
  "path": "cftoais3-no-security-headers.template.json",
20
20
  "packaging": "file"
@@ -22,7 +22,7 @@
22
22
  "destinations": {
23
23
  "current_account-current_region": {
24
24
  "bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
25
- "objectKey": "cf28050d9f6dca28e44fd59eaa742a1bf2f11c4f650e9be09a9eb80fcf0ee709.json",
25
+ "objectKey": "1453e1223ea902ff00181061cb27e297df0bfa36cd59671f9a24fa9df70610ef.json",
26
26
  "assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
27
27
  }
28
28
  }
@@ -319,7 +319,7 @@
319
319
  "Principal": {
320
320
  "CanonicalUser": {
321
321
  "Fn::GetAtt": [
322
- "testcloudfrontoais3nosecurityheadersCloudFrontDistributionOrigin1S3OriginED98FCA5",
322
+ "testcloudfrontoais3nosecurityheadersconstructsGeneratedOai5E216A52",
323
323
  "S3CanonicalUserId"
324
324
  ]
325
325
  }
@@ -748,11 +748,11 @@
748
748
  "UpdateReplacePolicy": "Delete",
749
749
  "DeletionPolicy": "Delete"
750
750
  },
751
- "testcloudfrontoais3nosecurityheadersCloudFrontDistributionOrigin1S3OriginED98FCA5": {
751
+ "testcloudfrontoais3nosecurityheadersconstructsGeneratedOai5E216A52": {
752
752
  "Type": "AWS::CloudFront::CloudFrontOriginAccessIdentity",
753
753
  "Properties": {
754
754
  "CloudFrontOriginAccessIdentityConfig": {
755
- "Comment": "Identity for cftoais3nosecurityheaderstestcloudfrontoais3nosecurityheadersCloudFrontDistributionOrigin1006A2B62"
755
+ "Comment": "Allows CloudFront to reach the bucket"
756
756
  }
757
757
  }
758
758
  },
@@ -794,7 +794,7 @@
794
794
  [
795
795
  "origin-access-identity/cloudfront/",
796
796
  {
797
- "Ref": "testcloudfrontoais3nosecurityheadersCloudFrontDistributionOrigin1S3OriginED98FCA5"
797
+ "Ref": "testcloudfrontoais3nosecurityheadersconstructsGeneratedOai5E216A52"
798
798
  }
799
799
  ]
800
800
  ]
@@ -948,10 +948,10 @@
948
948
  "value": "nodejs20.x"
949
949
  },
950
950
  "cn-north-1": {
951
- "value": "nodejs18.x"
951
+ "value": "nodejs20.x"
952
952
  },
953
953
  "cn-northwest-1": {
954
- "value": "nodejs18.x"
954
+ "value": "nodejs20.x"
955
955
  },
956
956
  "eu-central-1": {
957
957
  "value": "nodejs20.x"
@@ -1002,10 +1002,10 @@
1002
1002
  "value": "nodejs20.x"
1003
1003
  },
1004
1004
  "us-gov-east-1": {
1005
- "value": "nodejs18.x"
1005
+ "value": "nodejs20.x"
1006
1006
  },
1007
1007
  "us-gov-west-1": {
1008
- "value": "nodejs18.x"
1008
+ "value": "nodejs20.x"
1009
1009
  },
1010
1010
  "us-iso-east-1": {
1011
1011
  "value": "nodejs18.x"