@aws-solutions-constructs/aws-lambda-elasticachememcached 2.101.0 → 2.103.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 (39) hide show
  1. package/.jsii +252 -4
  2. package/lib/index.js +1 -1
  3. package/package.json +6 -6
  4. package/test/integ.lammem-existingResources.js.snapshot/asset.02b51ab524e7bcf8f477de3e71e5f9a72e448301b26ba62e9e75a14f9c55a093/__entrypoint__.js +1 -0
  5. package/test/integ.lammem-existingResources.js.snapshot/cdk.out +1 -1
  6. package/test/integ.lammem-existingResources.js.snapshot/integ.json +2 -2
  7. package/test/integ.lammem-existingResources.js.snapshot/lammem-existingResources.assets.json +8 -8
  8. package/test/integ.lammem-existingResources.js.snapshot/lammem-existingResources.metadata.json +372 -0
  9. package/test/integ.lammem-existingResources.js.snapshot/lammem-existingResources.template.json +2 -2
  10. package/test/integ.lammem-existingResources.js.snapshot/lammemexistingResourcesIntegDefaultTestDeployAssertD269DF67.assets.json +1 -1
  11. package/test/integ.lammem-existingResources.js.snapshot/lammemexistingResourcesIntegDefaultTestDeployAssertD269DF67.metadata.json +14 -0
  12. package/test/integ.lammem-existingResources.js.snapshot/manifest.json +37 -389
  13. package/test/integ.lammem-existingResources.js.snapshot/tree.json +1 -1
  14. package/test/integ.lammem-newResources.js.snapshot/asset.02b51ab524e7bcf8f477de3e71e5f9a72e448301b26ba62e9e75a14f9c55a093/__entrypoint__.js +1 -0
  15. package/test/integ.lammem-newResources.js.snapshot/cdk.out +1 -1
  16. package/test/integ.lammem-newResources.js.snapshot/integ.json +2 -2
  17. package/test/integ.lammem-newResources.js.snapshot/lammem-newResources.assets.json +8 -8
  18. package/test/integ.lammem-newResources.js.snapshot/lammem-newResources.metadata.json +485 -0
  19. package/test/integ.lammem-newResources.js.snapshot/lammem-newResources.template.json +2 -2
  20. package/test/integ.lammem-newResources.js.snapshot/lammemnewResourcesIntegDefaultTestDeployAssert30C906BF.assets.json +1 -1
  21. package/test/integ.lammem-newResources.js.snapshot/lammemnewResourcesIntegDefaultTestDeployAssert30C906BF.metadata.json +14 -0
  22. package/test/integ.lammem-newResources.js.snapshot/manifest.json +37 -502
  23. package/test/integ.lammem-newResources.js.snapshot/tree.json +1 -1
  24. package/test/integ.lammem-withClientProps.js.snapshot/asset.02b51ab524e7bcf8f477de3e71e5f9a72e448301b26ba62e9e75a14f9c55a093/__entrypoint__.js +1 -0
  25. package/test/integ.lammem-withClientProps.js.snapshot/cdk.out +1 -1
  26. package/test/integ.lammem-withClientProps.js.snapshot/integ.json +2 -2
  27. package/test/integ.lammem-withClientProps.js.snapshot/lammem-withClientProps.assets.json +8 -8
  28. package/test/integ.lammem-withClientProps.js.snapshot/lammem-withClientProps.metadata.json +486 -0
  29. package/test/integ.lammem-withClientProps.js.snapshot/lammem-withClientProps.template.json +2 -2
  30. package/test/integ.lammem-withClientProps.js.snapshot/lammemwithClientPropsIntegDefaultTestDeployAssertDB086BD1.assets.json +1 -1
  31. package/test/integ.lammem-withClientProps.js.snapshot/lammemwithClientPropsIntegDefaultTestDeployAssertDB086BD1.metadata.json +14 -0
  32. package/test/integ.lammem-withClientProps.js.snapshot/manifest.json +37 -503
  33. package/test/integ.lammem-withClientProps.js.snapshot/tree.json +1 -1
  34. package/test/integ.lammem-existingResources.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +0 -1
  35. package/test/integ.lammem-newResources.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +0 -1
  36. package/test/integ.lammem-withClientProps.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +0 -1
  37. /package/test/integ.lammem-existingResources.js.snapshot/{asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200 → asset.02b51ab524e7bcf8f477de3e71e5f9a72e448301b26ba62e9e75a14f9c55a093}/index.js +0 -0
  38. /package/test/integ.lammem-newResources.js.snapshot/{asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200 → asset.02b51ab524e7bcf8f477de3e71e5f9a72e448301b26ba62e9e75a14f9c55a093}/index.js +0 -0
  39. /package/test/integ.lammem-withClientProps.js.snapshot/{asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200 → asset.02b51ab524e7bcf8f477de3e71e5f9a72e448301b26ba62e9e75a14f9c55a093}/index.js +0 -0
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "52.0.0",
2
+ "version": "54.0.0",
3
3
  "artifacts": {
4
4
  "lammemwithClientPropsIntegDefaultTestDeployAssertDB086BD1.assets": {
5
5
  "type": "cdk:asset-manifest",
@@ -33,20 +33,7 @@
33
33
  "dependencies": [
34
34
  "lammemwithClientPropsIntegDefaultTestDeployAssertDB086BD1.assets"
35
35
  ],
36
- "metadata": {
37
- "/lammem-withClientProps/Integ/DefaultTest/DeployAssert/BootstrapVersion": [
38
- {
39
- "type": "aws:cdk:logicalId",
40
- "data": "BootstrapVersion"
41
- }
42
- ],
43
- "/lammem-withClientProps/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion": [
44
- {
45
- "type": "aws:cdk:logicalId",
46
- "data": "CheckBootstrapVersion"
47
- }
48
- ]
49
- },
36
+ "additionalMetadataFile": "lammemwithClientPropsIntegDefaultTestDeployAssertDB086BD1.metadata.json",
50
37
  "displayName": "lammem-withClientProps/Integ/DefaultTest/DeployAssert"
51
38
  },
52
39
  "lammem-withClientProps.assets": {
@@ -66,7 +53,7 @@
66
53
  "validateOnSynth": false,
67
54
  "assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-deploy-role-${AWS::AccountId}-${AWS::Region}",
68
55
  "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}/05323ca1aac6441419a0a3c489e694f181d01c9d3668d225f0a5be8d5a811257.json",
56
+ "stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/a270ece5a049d1fb9cbb2ff9f8f61836366c398ad4784710e34b957a053c7be5.json",
70
57
  "requiresBootstrapStackVersion": 6,
71
58
  "bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version",
72
59
  "additionalDependencies": [
@@ -81,492 +68,7 @@
81
68
  "dependencies": [
82
69
  "lammem-withClientProps.assets"
83
70
  ],
84
- "metadata": {
85
- "/lammem-withClientProps/lammem-withClientProps/lammem-withClientProps-cachesg": [
86
- {
87
- "type": "aws:cdk:analytics:construct",
88
- "data": {
89
- "vpc": "*",
90
- "allowAllOutbound": true
91
- }
92
- }
93
- ],
94
- "/lammem-withClientProps/lammem-withClientProps/lammem-withClientProps-cachesg/Resource": [
95
- {
96
- "type": "aws:cdk:logicalId",
97
- "data": "lammemwithClientPropslammemwithClientPropscachesgF0194DF0"
98
- }
99
- ],
100
- "/lammem-withClientProps/lammem-withClientProps/lammem-withClientProps-ingress": [
101
- {
102
- "type": "aws:cdk:logicalId",
103
- "data": "lammemwithClientPropslammemwithClientPropsingress1B3CE5EB"
104
- }
105
- ],
106
- "/lammem-withClientProps/lammem-withClientProps/ec-subnetgroup-lammem-withClientProps": [
107
- {
108
- "type": "aws:cdk:logicalId",
109
- "data": "lammemwithClientPropsecsubnetgrouplammemwithClientProps999A3C35"
110
- }
111
- ],
112
- "/lammem-withClientProps/lammem-withClientProps/lammem-withClientProps-cluster": [
113
- {
114
- "type": "aws:cdk:logicalId",
115
- "data": "lammemwithClientPropslammemwithClientPropscluster6611E8C2"
116
- }
117
- ],
118
- "/lammem-withClientProps/lammem-withClientProps/LambdaFunctionServiceRole": [
119
- {
120
- "type": "aws:cdk:analytics:construct",
121
- "data": {
122
- "assumedBy": {
123
- "principalAccount": "*",
124
- "assumeRoleAction": "*"
125
- },
126
- "inlinePolicies": "*"
127
- }
128
- },
129
- {
130
- "type": "aws:cdk:analytics:method",
131
- "data": {
132
- "addToPolicy": [
133
- {}
134
- ]
135
- }
136
- },
137
- {
138
- "type": "aws:cdk:analytics:method",
139
- "data": {
140
- "addToPrincipalPolicy": [
141
- {}
142
- ]
143
- }
144
- },
145
- {
146
- "type": "aws:cdk:analytics:method",
147
- "data": {
148
- "attachInlinePolicy": [
149
- "*"
150
- ]
151
- }
152
- },
153
- {
154
- "type": "aws:cdk:analytics:method",
155
- "data": {
156
- "attachInlinePolicy": [
157
- "*"
158
- ]
159
- }
160
- },
161
- {
162
- "type": "aws:cdk:analytics:method",
163
- "data": {
164
- "attachInlinePolicy": [
165
- "*"
166
- ]
167
- }
168
- },
169
- {
170
- "type": "aws:cdk:analytics:method",
171
- "data": {
172
- "attachInlinePolicy": [
173
- "*"
174
- ]
175
- }
176
- }
177
- ],
178
- "/lammem-withClientProps/lammem-withClientProps/LambdaFunctionServiceRole/Resource": [
179
- {
180
- "type": "aws:cdk:logicalId",
181
- "data": "lammemwithClientPropsLambdaFunctionServiceRole4A4D2BF6"
182
- }
183
- ],
184
- "/lammem-withClientProps/lammem-withClientProps/LambdaFunctionServiceRole/DefaultPolicy": [
185
- {
186
- "type": "aws:cdk:analytics:construct",
187
- "data": "*"
188
- },
189
- {
190
- "type": "aws:cdk:analytics:method",
191
- "data": {
192
- "attachToRole": [
193
- "*"
194
- ]
195
- }
196
- },
197
- {
198
- "type": "aws:cdk:analytics:method",
199
- "data": {
200
- "attachToRole": [
201
- "*"
202
- ]
203
- }
204
- },
205
- {
206
- "type": "aws:cdk:analytics:method",
207
- "data": {
208
- "addStatements": [
209
- {}
210
- ]
211
- }
212
- }
213
- ],
214
- "/lammem-withClientProps/lammem-withClientProps/LambdaFunctionServiceRole/DefaultPolicy/Resource": [
215
- {
216
- "type": "aws:cdk:logicalId",
217
- "data": "lammemwithClientPropsLambdaFunctionServiceRoleDefaultPolicy50E02A22"
218
- }
219
- ],
220
- "/lammem-withClientProps/lammem-withClientProps/ReplaceDefaultSecurityGroup-security-group": [
221
- {
222
- "type": "aws:cdk:analytics:construct",
223
- "data": {
224
- "vpc": "*",
225
- "allowAllOutbound": true
226
- }
227
- }
228
- ],
229
- "/lammem-withClientProps/lammem-withClientProps/ReplaceDefaultSecurityGroup-security-group/Resource": [
230
- {
231
- "type": "aws:cdk:logicalId",
232
- "data": "lammemwithClientPropsReplaceDefaultSecurityGroupsecuritygroup8BCBDD33"
233
- }
234
- ],
235
- "/lammem-withClientProps/lammem-withClientProps/LambdaFunction": [
236
- {
237
- "type": "aws:cdk:analytics:construct",
238
- "data": {
239
- "role": "*",
240
- "tracing": "Active",
241
- "runtime": "*",
242
- "handler": "*",
243
- "code": "*",
244
- "securityGroups": [
245
- "*",
246
- "*"
247
- ],
248
- "vpc": "*"
249
- }
250
- },
251
- {
252
- "type": "aws:cdk:analytics:method",
253
- "data": {
254
- "addEnvironment": [
255
- "*",
256
- "*",
257
- {
258
- "removeInEdge": true
259
- }
260
- ]
261
- }
262
- },
263
- {
264
- "type": "aws:cdk:analytics:method",
265
- "data": {
266
- "addEnvironment": [
267
- "*",
268
- "*"
269
- ]
270
- }
271
- }
272
- ],
273
- "/lammem-withClientProps/lammem-withClientProps/LambdaFunction/Resource": [
274
- {
275
- "type": "aws:cdk:logicalId",
276
- "data": "lammemwithClientPropsLambdaFunction28E6BF2F"
277
- }
278
- ],
279
- "/lammem-withClientProps/lammem-withClientProps/LambdaFunction/inlinePolicyAddedToExecutionRole-0": [
280
- {
281
- "type": "aws:cdk:analytics:construct",
282
- "data": {
283
- "statements": "*"
284
- }
285
- },
286
- {
287
- "type": "aws:cdk:analytics:method",
288
- "data": {
289
- "addStatements": [
290
- {}
291
- ]
292
- }
293
- },
294
- {
295
- "type": "aws:cdk:analytics:method",
296
- "data": {
297
- "attachToRole": [
298
- "*"
299
- ]
300
- }
301
- },
302
- {
303
- "type": "aws:cdk:analytics:method",
304
- "data": {
305
- "attachToRole": [
306
- "*"
307
- ]
308
- }
309
- }
310
- ],
311
- "/lammem-withClientProps/lammem-withClientProps/LambdaFunction/inlinePolicyAddedToExecutionRole-0/Resource": [
312
- {
313
- "type": "aws:cdk:logicalId",
314
- "data": "lammemwithClientPropsLambdaFunctioninlinePolicyAddedToExecutionRole0EA653AE3"
315
- }
316
- ],
317
- "/lammem-withClientProps/Vpc": [
318
- {
319
- "type": "aws:cdk:analytics:construct",
320
- "data": {
321
- "natGateways": "*",
322
- "subnetConfiguration": [
323
- {
324
- "cidrMask": "*",
325
- "name": "*",
326
- "subnetType": "Isolated"
327
- }
328
- ],
329
- "ipAddresses": "*"
330
- }
331
- }
332
- ],
333
- "/lammem-withClientProps/Vpc/Resource": [
334
- {
335
- "type": "aws:cdk:logicalId",
336
- "data": "Vpc8378EB38"
337
- }
338
- ],
339
- "/lammem-withClientProps/Vpc/isolatedSubnet1": [
340
- {
341
- "type": "aws:cdk:analytics:construct",
342
- "data": {
343
- "availabilityZone": "*",
344
- "vpcId": "*",
345
- "cidrBlock": "*",
346
- "mapPublicIpOnLaunch": false,
347
- "ipv6CidrBlock": "*",
348
- "assignIpv6AddressOnCreation": "*"
349
- }
350
- },
351
- {
352
- "type": "aws:cdk:analytics:construct",
353
- "data": {
354
- "availabilityZone": "*",
355
- "vpcId": "*",
356
- "cidrBlock": "*",
357
- "mapPublicIpOnLaunch": false,
358
- "ipv6CidrBlock": "*",
359
- "assignIpv6AddressOnCreation": "*"
360
- }
361
- }
362
- ],
363
- "/lammem-withClientProps/Vpc/isolatedSubnet1/Subnet": [
364
- {
365
- "type": "aws:cdk:logicalId",
366
- "data": "VpcisolatedSubnet1SubnetE62B1B9B"
367
- }
368
- ],
369
- "/lammem-withClientProps/Vpc/isolatedSubnet1/RouteTable": [
370
- {
371
- "type": "aws:cdk:logicalId",
372
- "data": "VpcisolatedSubnet1RouteTableE442650B"
373
- }
374
- ],
375
- "/lammem-withClientProps/Vpc/isolatedSubnet1/RouteTableAssociation": [
376
- {
377
- "type": "aws:cdk:logicalId",
378
- "data": "VpcisolatedSubnet1RouteTableAssociationD259E31A"
379
- }
380
- ],
381
- "/lammem-withClientProps/Vpc/isolatedSubnet2": [
382
- {
383
- "type": "aws:cdk:analytics:construct",
384
- "data": {
385
- "availabilityZone": "*",
386
- "vpcId": "*",
387
- "cidrBlock": "*",
388
- "mapPublicIpOnLaunch": false,
389
- "ipv6CidrBlock": "*",
390
- "assignIpv6AddressOnCreation": "*"
391
- }
392
- },
393
- {
394
- "type": "aws:cdk:analytics:construct",
395
- "data": {
396
- "availabilityZone": "*",
397
- "vpcId": "*",
398
- "cidrBlock": "*",
399
- "mapPublicIpOnLaunch": false,
400
- "ipv6CidrBlock": "*",
401
- "assignIpv6AddressOnCreation": "*"
402
- }
403
- }
404
- ],
405
- "/lammem-withClientProps/Vpc/isolatedSubnet2/Subnet": [
406
- {
407
- "type": "aws:cdk:logicalId",
408
- "data": "VpcisolatedSubnet2Subnet39217055"
409
- }
410
- ],
411
- "/lammem-withClientProps/Vpc/isolatedSubnet2/RouteTable": [
412
- {
413
- "type": "aws:cdk:logicalId",
414
- "data": "VpcisolatedSubnet2RouteTable334F9764"
415
- }
416
- ],
417
- "/lammem-withClientProps/Vpc/isolatedSubnet2/RouteTableAssociation": [
418
- {
419
- "type": "aws:cdk:logicalId",
420
- "data": "VpcisolatedSubnet2RouteTableAssociation25A4716F"
421
- }
422
- ],
423
- "/lammem-withClientProps/Vpc/RestrictDefaultSecurityGroupCustomResource": [
424
- {
425
- "type": "aws:cdk:analytics:construct",
426
- "data": "*"
427
- }
428
- ],
429
- "/lammem-withClientProps/Vpc/RestrictDefaultSecurityGroupCustomResource/Default": [
430
- {
431
- "type": "aws:cdk:logicalId",
432
- "data": "VpcRestrictDefaultSecurityGroupCustomResourceC73DA2BE"
433
- }
434
- ],
435
- "/lammem-withClientProps/Vpc/FlowLog": [
436
- {
437
- "type": "aws:cdk:analytics:construct",
438
- "data": {
439
- "resourceType": "*"
440
- }
441
- }
442
- ],
443
- "/lammem-withClientProps/Vpc/FlowLog/IAMRole": [
444
- {
445
- "type": "aws:cdk:analytics:construct",
446
- "data": {
447
- "roleName": "*",
448
- "assumedBy": {
449
- "principalAccount": "*",
450
- "assumeRoleAction": "*"
451
- }
452
- }
453
- },
454
- {
455
- "type": "aws:cdk:analytics:method",
456
- "data": {
457
- "addToPrincipalPolicy": [
458
- {}
459
- ]
460
- }
461
- },
462
- {
463
- "type": "aws:cdk:analytics:method",
464
- "data": {
465
- "attachInlinePolicy": [
466
- "*"
467
- ]
468
- }
469
- },
470
- {
471
- "type": "aws:cdk:analytics:method",
472
- "data": {
473
- "attachInlinePolicy": [
474
- "*"
475
- ]
476
- }
477
- }
478
- ],
479
- "/lammem-withClientProps/Vpc/FlowLog/IAMRole/Resource": [
480
- {
481
- "type": "aws:cdk:logicalId",
482
- "data": "VpcFlowLogIAMRole6A475D41"
483
- }
484
- ],
485
- "/lammem-withClientProps/Vpc/FlowLog/IAMRole/DefaultPolicy": [
486
- {
487
- "type": "aws:cdk:analytics:construct",
488
- "data": "*"
489
- },
490
- {
491
- "type": "aws:cdk:analytics:method",
492
- "data": {
493
- "attachToRole": [
494
- "*"
495
- ]
496
- }
497
- },
498
- {
499
- "type": "aws:cdk:analytics:method",
500
- "data": {
501
- "attachToRole": [
502
- "*"
503
- ]
504
- }
505
- },
506
- {
507
- "type": "aws:cdk:analytics:method",
508
- "data": {
509
- "addStatements": [
510
- {}
511
- ]
512
- }
513
- }
514
- ],
515
- "/lammem-withClientProps/Vpc/FlowLog/IAMRole/DefaultPolicy/Resource": [
516
- {
517
- "type": "aws:cdk:logicalId",
518
- "data": "VpcFlowLogIAMRoleDefaultPolicy406FB995"
519
- }
520
- ],
521
- "/lammem-withClientProps/Vpc/FlowLog/LogGroup": [
522
- {
523
- "type": "aws:cdk:analytics:construct",
524
- "data": "*"
525
- }
526
- ],
527
- "/lammem-withClientProps/Vpc/FlowLog/LogGroup/Resource": [
528
- {
529
- "type": "aws:cdk:logicalId",
530
- "data": "VpcFlowLogLogGroup7B5C56B9"
531
- }
532
- ],
533
- "/lammem-withClientProps/Vpc/FlowLog/FlowLog": [
534
- {
535
- "type": "aws:cdk:logicalId",
536
- "data": "VpcFlowLog8FF33A73"
537
- }
538
- ],
539
- "/lammem-withClientProps/Custom::VpcRestrictDefaultSGCustomResourceProvider": [
540
- {
541
- "type": "aws:cdk:is-custom-resource-handler-customResourceProvider",
542
- "data": true
543
- }
544
- ],
545
- "/lammem-withClientProps/Custom::VpcRestrictDefaultSGCustomResourceProvider/Role": [
546
- {
547
- "type": "aws:cdk:logicalId",
548
- "data": "CustomVpcRestrictDefaultSGCustomResourceProviderRole26592FE0"
549
- }
550
- ],
551
- "/lammem-withClientProps/Custom::VpcRestrictDefaultSGCustomResourceProvider/Handler": [
552
- {
553
- "type": "aws:cdk:logicalId",
554
- "data": "CustomVpcRestrictDefaultSGCustomResourceProviderHandlerDC833E5E"
555
- }
556
- ],
557
- "/lammem-withClientProps/BootstrapVersion": [
558
- {
559
- "type": "aws:cdk:logicalId",
560
- "data": "BootstrapVersion"
561
- }
562
- ],
563
- "/lammem-withClientProps/CheckBootstrapVersion": [
564
- {
565
- "type": "aws:cdk:logicalId",
566
- "data": "CheckBootstrapVersion"
567
- }
568
- ]
569
- },
71
+ "additionalMetadataFile": "lammem-withClientProps.metadata.json",
570
72
  "displayName": "lammem-withClientProps"
571
73
  },
572
74
  "Tree": {
@@ -867,6 +369,7 @@
867
369
  "explanation": "When enabled, nodegroupName attribute of the provisioned EKS NodeGroup will not have the cluster name prefix."
868
370
  },
869
371
  "@aws-cdk/aws-eks:useNativeOidcProvider": {
372
+ "userValue": true,
870
373
  "recommendedValue": true,
871
374
  "explanation": "When enabled, EKS V2 clusters will use the native OIDC provider resource AWS::IAM::OIDCProvider instead of creating the OIDCProvider with a custom resource (iam.OpenIDConnectProvider)."
872
375
  },
@@ -1068,16 +571,47 @@
1068
571
  "recommendedValue": true,
1069
572
  "explanation": "Use the `Distribution` resource instead of `CloudFrontWebDistribution`"
1070
573
  },
574
+ "@aws-cdk/aws-cloudfront:defaultFunctionRuntimeV2_0": {
575
+ "userValue": true,
576
+ "recommendedValue": true,
577
+ "explanation": "Use cloudfront-js-2.0 as the default runtime for CloudFront Functions"
578
+ },
579
+ "@aws-cdk/aws-elasticloadbalancingv2:usePostQuantumTlsPolicy": {
580
+ "userValue": true,
581
+ "recommendedValue": true,
582
+ "explanation": "When enabled, HTTPS/TLS listeners use post-quantum TLS policy by default"
583
+ },
1071
584
  "@aws-cdk/core:automaticL1Traits": {
1072
585
  "recommendedValue": true,
1073
586
  "explanation": "Automatically use the default L1 traits for L1 constructs`",
1074
587
  "unconfiguredBehavesLike": {
1075
588
  "v2": true
1076
589
  }
590
+ },
591
+ "@aws-cdk/aws-batch:defaultToAL2023": {
592
+ "userValue": true,
593
+ "recommendedValue": true,
594
+ "explanation": "Use AL2023 as the default imageType for EC2 Batch compute environments instead of the deprecated AL2"
595
+ },
596
+ "@aws-cdk/aws-eks:defaultToAL2023": {
597
+ "recommendedValue": true,
598
+ "explanation": "Use AL2023 as the default AMI type for EKS managed node groups using non-GPU instance types instead of the deprecated AL2"
599
+ },
600
+ "@aws-cdk/core:annotationsInValidationReport": {
601
+ "userValue": true,
602
+ "recommendedValue": true,
603
+ "explanation": "Include construct annotations (warnings and errors) in the policy validation report"
604
+ },
605
+ "@aws-cdk/core:defaultCrossStackReferences": {
606
+ "recommendedValue": "weak",
607
+ "explanation": "Controls whether cross-region stack references are strong, weak, or both",
608
+ "unconfiguredBehavesLike": {
609
+ "v2": "strong"
610
+ }
1077
611
  }
1078
612
  }
1079
613
  }
1080
614
  }
1081
615
  },
1082
- "minimumCliVersion": "2.1106.1"
616
+ "minimumCliVersion": "2.1128.1"
1083
617
  }