@aws-solutions-constructs/aws-fargate-stepfunctions 2.86.0 → 2.90.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.
- package/.jsii +82 -4
- package/lib/index.js +1 -1
- package/package.json +6 -6
- package/test/integ.farstp-new-resources.js +3 -1
- package/test/integ.farstp-new-resources.js.snapshot/cdk.out +1 -1
- package/test/integ.farstp-new-resources.js.snapshot/farstp-new-resources.assets.json +7 -5
- package/test/integ.farstp-new-resources.js.snapshot/farstp-new-resources.template.json +1 -1
- package/test/integ.farstp-new-resources.js.snapshot/farstpnewresourcesIntegDefaultTestDeployAssert36B3414D.assets.json +3 -2
- package/test/integ.farstp-new-resources.js.snapshot/integ.json +3 -2
- package/test/integ.farstp-new-resources.js.snapshot/manifest.json +1204 -3
- package/test/integ.farstp-new-resources.js.snapshot/tree.json +1 -2089
- package/test/integ.farstp-no-cloudwatch-alarms.js +3 -1
- package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/cdk.out +1 -1
- package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/farstp-no-cloudwatch-alarms.assets.json +7 -5
- package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/farstp-no-cloudwatch-alarms.template.json +1 -1
- package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/farstpnocloudwatchalarmsIntegDefaultTestDeployAssertC4578F22.assets.json +3 -2
- package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/integ.json +3 -2
- package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/manifest.json +1162 -3
- package/test/integ.farstp-no-cloudwatch-alarms.js.snapshot/tree.json +1 -1972
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "48.0.0",
|
|
3
3
|
"artifacts": {
|
|
4
4
|
"farstpnewresourcesIntegDefaultTestDeployAssert36B3414D.assets": {
|
|
5
5
|
"type": "cdk:asset-manifest",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"validateOnSynth": false,
|
|
67
67
|
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-deploy-role-${AWS::AccountId}-us-east-1",
|
|
68
68
|
"cloudFormationExecutionRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-cfn-exec-role-${AWS::AccountId}-us-east-1",
|
|
69
|
-
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-us-east-1/
|
|
69
|
+
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-us-east-1/1ccea894342c3e872f311f67320fac55b3b7056e16ee35fa1b06ca3dd05e573d.json",
|
|
70
70
|
"requiresBootstrapStackVersion": 6,
|
|
71
71
|
"bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version",
|
|
72
72
|
"additionalDependencies": [
|
|
@@ -82,12 +82,58 @@
|
|
|
82
82
|
"farstp-new-resources.assets"
|
|
83
83
|
],
|
|
84
84
|
"metadata": {
|
|
85
|
+
"/farstp-new-resources/Vpc": [
|
|
86
|
+
{
|
|
87
|
+
"type": "aws:cdk:analytics:construct",
|
|
88
|
+
"data": {
|
|
89
|
+
"enableDnsHostnames": true,
|
|
90
|
+
"enableDnsSupport": true,
|
|
91
|
+
"ipAddresses": "*"
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
],
|
|
85
95
|
"/farstp-new-resources/Vpc/Resource": [
|
|
86
96
|
{
|
|
87
97
|
"type": "aws:cdk:logicalId",
|
|
88
98
|
"data": "Vpc8378EB38"
|
|
89
99
|
}
|
|
90
100
|
],
|
|
101
|
+
"/farstp-new-resources/Vpc/PublicSubnet1": [
|
|
102
|
+
{
|
|
103
|
+
"type": "aws:cdk:analytics:construct",
|
|
104
|
+
"data": {
|
|
105
|
+
"availabilityZone": "*",
|
|
106
|
+
"vpcId": "*",
|
|
107
|
+
"cidrBlock": "*",
|
|
108
|
+
"mapPublicIpOnLaunch": true,
|
|
109
|
+
"ipv6CidrBlock": "*",
|
|
110
|
+
"assignIpv6AddressOnCreation": "*"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"type": "aws:cdk:analytics:construct",
|
|
115
|
+
"data": {
|
|
116
|
+
"availabilityZone": "*",
|
|
117
|
+
"vpcId": "*",
|
|
118
|
+
"cidrBlock": "*",
|
|
119
|
+
"mapPublicIpOnLaunch": true,
|
|
120
|
+
"ipv6CidrBlock": "*",
|
|
121
|
+
"assignIpv6AddressOnCreation": "*"
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"type": "aws:cdk:analytics:method",
|
|
126
|
+
"data": {}
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"type": "aws:cdk:analytics:method",
|
|
130
|
+
"data": {
|
|
131
|
+
"addNatGateway": [
|
|
132
|
+
"*"
|
|
133
|
+
]
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
],
|
|
91
137
|
"/farstp-new-resources/Vpc/PublicSubnet1/Subnet": [
|
|
92
138
|
{
|
|
93
139
|
"type": "aws:cdk:logicalId",
|
|
@@ -124,6 +170,42 @@
|
|
|
124
170
|
"data": "VpcPublicSubnet1NATGateway4D7517AA"
|
|
125
171
|
}
|
|
126
172
|
],
|
|
173
|
+
"/farstp-new-resources/Vpc/PublicSubnet2": [
|
|
174
|
+
{
|
|
175
|
+
"type": "aws:cdk:analytics:construct",
|
|
176
|
+
"data": {
|
|
177
|
+
"availabilityZone": "*",
|
|
178
|
+
"vpcId": "*",
|
|
179
|
+
"cidrBlock": "*",
|
|
180
|
+
"mapPublicIpOnLaunch": true,
|
|
181
|
+
"ipv6CidrBlock": "*",
|
|
182
|
+
"assignIpv6AddressOnCreation": "*"
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"type": "aws:cdk:analytics:construct",
|
|
187
|
+
"data": {
|
|
188
|
+
"availabilityZone": "*",
|
|
189
|
+
"vpcId": "*",
|
|
190
|
+
"cidrBlock": "*",
|
|
191
|
+
"mapPublicIpOnLaunch": true,
|
|
192
|
+
"ipv6CidrBlock": "*",
|
|
193
|
+
"assignIpv6AddressOnCreation": "*"
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"type": "aws:cdk:analytics:method",
|
|
198
|
+
"data": {}
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"type": "aws:cdk:analytics:method",
|
|
202
|
+
"data": {
|
|
203
|
+
"addNatGateway": [
|
|
204
|
+
"*"
|
|
205
|
+
]
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
],
|
|
127
209
|
"/farstp-new-resources/Vpc/PublicSubnet2/Subnet": [
|
|
128
210
|
{
|
|
129
211
|
"type": "aws:cdk:logicalId",
|
|
@@ -160,6 +242,34 @@
|
|
|
160
242
|
"data": "VpcPublicSubnet2NATGateway9182C01D"
|
|
161
243
|
}
|
|
162
244
|
],
|
|
245
|
+
"/farstp-new-resources/Vpc/PrivateSubnet1": [
|
|
246
|
+
{
|
|
247
|
+
"type": "aws:cdk:analytics:construct",
|
|
248
|
+
"data": {
|
|
249
|
+
"availabilityZone": "*",
|
|
250
|
+
"vpcId": "*",
|
|
251
|
+
"cidrBlock": "*",
|
|
252
|
+
"mapPublicIpOnLaunch": false,
|
|
253
|
+
"ipv6CidrBlock": "*",
|
|
254
|
+
"assignIpv6AddressOnCreation": "*"
|
|
255
|
+
}
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"type": "aws:cdk:analytics:construct",
|
|
259
|
+
"data": {
|
|
260
|
+
"availabilityZone": "*",
|
|
261
|
+
"vpcId": "*",
|
|
262
|
+
"cidrBlock": "*",
|
|
263
|
+
"mapPublicIpOnLaunch": false,
|
|
264
|
+
"ipv6CidrBlock": "*",
|
|
265
|
+
"assignIpv6AddressOnCreation": "*"
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"type": "aws:cdk:analytics:method",
|
|
270
|
+
"data": {}
|
|
271
|
+
}
|
|
272
|
+
],
|
|
163
273
|
"/farstp-new-resources/Vpc/PrivateSubnet1/Subnet": [
|
|
164
274
|
{
|
|
165
275
|
"type": "aws:cdk:logicalId",
|
|
@@ -184,6 +294,34 @@
|
|
|
184
294
|
"data": "VpcPrivateSubnet1DefaultRouteBE02A9ED"
|
|
185
295
|
}
|
|
186
296
|
],
|
|
297
|
+
"/farstp-new-resources/Vpc/PrivateSubnet2": [
|
|
298
|
+
{
|
|
299
|
+
"type": "aws:cdk:analytics:construct",
|
|
300
|
+
"data": {
|
|
301
|
+
"availabilityZone": "*",
|
|
302
|
+
"vpcId": "*",
|
|
303
|
+
"cidrBlock": "*",
|
|
304
|
+
"mapPublicIpOnLaunch": false,
|
|
305
|
+
"ipv6CidrBlock": "*",
|
|
306
|
+
"assignIpv6AddressOnCreation": "*"
|
|
307
|
+
}
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"type": "aws:cdk:analytics:construct",
|
|
311
|
+
"data": {
|
|
312
|
+
"availabilityZone": "*",
|
|
313
|
+
"vpcId": "*",
|
|
314
|
+
"cidrBlock": "*",
|
|
315
|
+
"mapPublicIpOnLaunch": false,
|
|
316
|
+
"ipv6CidrBlock": "*",
|
|
317
|
+
"assignIpv6AddressOnCreation": "*"
|
|
318
|
+
}
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"type": "aws:cdk:analytics:method",
|
|
322
|
+
"data": {}
|
|
323
|
+
}
|
|
324
|
+
],
|
|
187
325
|
"/farstp-new-resources/Vpc/PrivateSubnet2/Subnet": [
|
|
188
326
|
{
|
|
189
327
|
"type": "aws:cdk:logicalId",
|
|
@@ -220,24 +358,132 @@
|
|
|
220
358
|
"data": "VpcVPCGWBF912B6E"
|
|
221
359
|
}
|
|
222
360
|
],
|
|
361
|
+
"/farstp-new-resources/Vpc/RestrictDefaultSecurityGroupCustomResource": [
|
|
362
|
+
{
|
|
363
|
+
"type": "aws:cdk:analytics:construct",
|
|
364
|
+
"data": "*"
|
|
365
|
+
}
|
|
366
|
+
],
|
|
223
367
|
"/farstp-new-resources/Vpc/RestrictDefaultSecurityGroupCustomResource/Default": [
|
|
224
368
|
{
|
|
225
369
|
"type": "aws:cdk:logicalId",
|
|
226
370
|
"data": "VpcRestrictDefaultSecurityGroupCustomResourceC73DA2BE"
|
|
227
371
|
}
|
|
228
372
|
],
|
|
373
|
+
"/farstp-new-resources/Vpc/FlowLog": [
|
|
374
|
+
{
|
|
375
|
+
"type": "aws:cdk:analytics:construct",
|
|
376
|
+
"data": {
|
|
377
|
+
"resourceType": "*"
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
],
|
|
381
|
+
"/farstp-new-resources/Vpc/FlowLog/IAMRole": [
|
|
382
|
+
{
|
|
383
|
+
"type": "aws:cdk:analytics:construct",
|
|
384
|
+
"data": {
|
|
385
|
+
"roleName": "*",
|
|
386
|
+
"assumedBy": {
|
|
387
|
+
"principalAccount": "*",
|
|
388
|
+
"assumeRoleAction": "*"
|
|
389
|
+
}
|
|
390
|
+
}
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"type": "aws:cdk:analytics:method",
|
|
394
|
+
"data": {
|
|
395
|
+
"addToPrincipalPolicy": [
|
|
396
|
+
{}
|
|
397
|
+
]
|
|
398
|
+
}
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"type": "aws:cdk:analytics:method",
|
|
402
|
+
"data": {
|
|
403
|
+
"attachInlinePolicy": [
|
|
404
|
+
"*"
|
|
405
|
+
]
|
|
406
|
+
}
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"type": "aws:cdk:analytics:method",
|
|
410
|
+
"data": {
|
|
411
|
+
"attachInlinePolicy": [
|
|
412
|
+
"*"
|
|
413
|
+
]
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"type": "aws:cdk:analytics:method",
|
|
418
|
+
"data": {
|
|
419
|
+
"addToPrincipalPolicy": [
|
|
420
|
+
{}
|
|
421
|
+
]
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
],
|
|
425
|
+
"/farstp-new-resources/Vpc/FlowLog/IAMRole/ImportIAMRole": [
|
|
426
|
+
{
|
|
427
|
+
"type": "aws:cdk:analytics:construct",
|
|
428
|
+
"data": "*"
|
|
429
|
+
}
|
|
430
|
+
],
|
|
229
431
|
"/farstp-new-resources/Vpc/FlowLog/IAMRole/Resource": [
|
|
230
432
|
{
|
|
231
433
|
"type": "aws:cdk:logicalId",
|
|
232
434
|
"data": "VpcFlowLogIAMRole6A475D41"
|
|
233
435
|
}
|
|
234
436
|
],
|
|
437
|
+
"/farstp-new-resources/Vpc/FlowLog/IAMRole/DefaultPolicy": [
|
|
438
|
+
{
|
|
439
|
+
"type": "aws:cdk:analytics:construct",
|
|
440
|
+
"data": "*"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"type": "aws:cdk:analytics:method",
|
|
444
|
+
"data": {
|
|
445
|
+
"attachToRole": [
|
|
446
|
+
"*"
|
|
447
|
+
]
|
|
448
|
+
}
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"type": "aws:cdk:analytics:method",
|
|
452
|
+
"data": {
|
|
453
|
+
"attachToRole": [
|
|
454
|
+
"*"
|
|
455
|
+
]
|
|
456
|
+
}
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"type": "aws:cdk:analytics:method",
|
|
460
|
+
"data": {
|
|
461
|
+
"addStatements": [
|
|
462
|
+
{}
|
|
463
|
+
]
|
|
464
|
+
}
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"type": "aws:cdk:analytics:method",
|
|
468
|
+
"data": {
|
|
469
|
+
"addStatements": [
|
|
470
|
+
{}
|
|
471
|
+
]
|
|
472
|
+
}
|
|
473
|
+
}
|
|
474
|
+
],
|
|
235
475
|
"/farstp-new-resources/Vpc/FlowLog/IAMRole/DefaultPolicy/Resource": [
|
|
236
476
|
{
|
|
237
477
|
"type": "aws:cdk:logicalId",
|
|
238
478
|
"data": "VpcFlowLogIAMRoleDefaultPolicy406FB995"
|
|
239
479
|
}
|
|
240
480
|
],
|
|
481
|
+
"/farstp-new-resources/Vpc/FlowLog/LogGroup": [
|
|
482
|
+
{
|
|
483
|
+
"type": "aws:cdk:analytics:construct",
|
|
484
|
+
"data": "*"
|
|
485
|
+
}
|
|
486
|
+
],
|
|
241
487
|
"/farstp-new-resources/Vpc/FlowLog/LogGroup/Resource": [
|
|
242
488
|
{
|
|
243
489
|
"type": "aws:cdk:logicalId",
|
|
@@ -250,24 +496,83 @@
|
|
|
250
496
|
"data": "VpcFlowLog8FF33A73"
|
|
251
497
|
}
|
|
252
498
|
],
|
|
499
|
+
"/farstp-new-resources/Vpc/ECR_API": [
|
|
500
|
+
{
|
|
501
|
+
"type": "aws:cdk:analytics:construct",
|
|
502
|
+
"data": {
|
|
503
|
+
"vpc": "*",
|
|
504
|
+
"service": {
|
|
505
|
+
"privateDnsDefault": true,
|
|
506
|
+
"name": "*",
|
|
507
|
+
"port": "*"
|
|
508
|
+
},
|
|
509
|
+
"securityGroups": [
|
|
510
|
+
"*"
|
|
511
|
+
]
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
],
|
|
253
515
|
"/farstp-new-resources/Vpc/ECR_API/Resource": [
|
|
254
516
|
{
|
|
255
517
|
"type": "aws:cdk:logicalId",
|
|
256
518
|
"data": "VpcECRAPI9A3B6A2B"
|
|
257
519
|
}
|
|
258
520
|
],
|
|
521
|
+
"/farstp-new-resources/Vpc/ECR_DKR": [
|
|
522
|
+
{
|
|
523
|
+
"type": "aws:cdk:analytics:construct",
|
|
524
|
+
"data": {
|
|
525
|
+
"vpc": "*",
|
|
526
|
+
"service": {
|
|
527
|
+
"privateDnsDefault": true,
|
|
528
|
+
"name": "*",
|
|
529
|
+
"port": "*"
|
|
530
|
+
},
|
|
531
|
+
"securityGroups": [
|
|
532
|
+
"*"
|
|
533
|
+
]
|
|
534
|
+
}
|
|
535
|
+
}
|
|
536
|
+
],
|
|
259
537
|
"/farstp-new-resources/Vpc/ECR_DKR/Resource": [
|
|
260
538
|
{
|
|
261
539
|
"type": "aws:cdk:logicalId",
|
|
262
540
|
"data": "VpcECRDKR604E039F"
|
|
263
541
|
}
|
|
264
542
|
],
|
|
543
|
+
"/farstp-new-resources/Vpc/S3": [
|
|
544
|
+
{
|
|
545
|
+
"type": "aws:cdk:analytics:construct",
|
|
546
|
+
"data": {
|
|
547
|
+
"vpc": "*",
|
|
548
|
+
"service": {
|
|
549
|
+
"name": "*"
|
|
550
|
+
}
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
],
|
|
265
554
|
"/farstp-new-resources/Vpc/S3/Resource": [
|
|
266
555
|
{
|
|
267
556
|
"type": "aws:cdk:logicalId",
|
|
268
557
|
"data": "VpcS3A5408339"
|
|
269
558
|
}
|
|
270
559
|
],
|
|
560
|
+
"/farstp-new-resources/Vpc/STEP_FUNCTIONS": [
|
|
561
|
+
{
|
|
562
|
+
"type": "aws:cdk:analytics:construct",
|
|
563
|
+
"data": {
|
|
564
|
+
"vpc": "*",
|
|
565
|
+
"service": {
|
|
566
|
+
"privateDnsDefault": true,
|
|
567
|
+
"name": "*",
|
|
568
|
+
"port": "*"
|
|
569
|
+
},
|
|
570
|
+
"securityGroups": [
|
|
571
|
+
"*"
|
|
572
|
+
]
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
],
|
|
271
576
|
"/farstp-new-resources/Vpc/STEP_FUNCTIONS/Resource": [
|
|
272
577
|
{
|
|
273
578
|
"type": "aws:cdk:logicalId",
|
|
@@ -292,30 +597,201 @@
|
|
|
292
597
|
"data": "CustomVpcRestrictDefaultSGCustomResourceProviderHandlerDC833E5E"
|
|
293
598
|
}
|
|
294
599
|
],
|
|
600
|
+
"/farstp-new-resources/farstp-new-resources-ECR_API-security-group": [
|
|
601
|
+
{
|
|
602
|
+
"type": "aws:cdk:analytics:construct",
|
|
603
|
+
"data": {
|
|
604
|
+
"vpc": "*",
|
|
605
|
+
"allowAllOutbound": true
|
|
606
|
+
}
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"type": "aws:cdk:analytics:method",
|
|
610
|
+
"data": {
|
|
611
|
+
"addIngressRule": [
|
|
612
|
+
{
|
|
613
|
+
"canInlineRule": true,
|
|
614
|
+
"connections": "*",
|
|
615
|
+
"uniqueId": "*"
|
|
616
|
+
},
|
|
617
|
+
{},
|
|
618
|
+
"*",
|
|
619
|
+
"*"
|
|
620
|
+
]
|
|
621
|
+
}
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"type": "aws:cdk:analytics:method",
|
|
625
|
+
"data": {
|
|
626
|
+
"addIngressRule": [
|
|
627
|
+
{
|
|
628
|
+
"canInlineRule": true,
|
|
629
|
+
"connections": "*",
|
|
630
|
+
"uniqueId": "*"
|
|
631
|
+
},
|
|
632
|
+
{},
|
|
633
|
+
"*",
|
|
634
|
+
false
|
|
635
|
+
]
|
|
636
|
+
}
|
|
637
|
+
}
|
|
638
|
+
],
|
|
295
639
|
"/farstp-new-resources/farstp-new-resources-ECR_API-security-group/Resource": [
|
|
296
640
|
{
|
|
297
641
|
"type": "aws:cdk:logicalId",
|
|
298
642
|
"data": "farstpnewresourcesECRAPIsecuritygroup378EBA64"
|
|
299
643
|
}
|
|
300
644
|
],
|
|
645
|
+
"/farstp-new-resources/farstp-new-resources-ECR_DKR-security-group": [
|
|
646
|
+
{
|
|
647
|
+
"type": "aws:cdk:analytics:construct",
|
|
648
|
+
"data": {
|
|
649
|
+
"vpc": "*",
|
|
650
|
+
"allowAllOutbound": true
|
|
651
|
+
}
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"type": "aws:cdk:analytics:method",
|
|
655
|
+
"data": {
|
|
656
|
+
"addIngressRule": [
|
|
657
|
+
{
|
|
658
|
+
"canInlineRule": true,
|
|
659
|
+
"connections": "*",
|
|
660
|
+
"uniqueId": "*"
|
|
661
|
+
},
|
|
662
|
+
{},
|
|
663
|
+
"*",
|
|
664
|
+
"*"
|
|
665
|
+
]
|
|
666
|
+
}
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"type": "aws:cdk:analytics:method",
|
|
670
|
+
"data": {
|
|
671
|
+
"addIngressRule": [
|
|
672
|
+
{
|
|
673
|
+
"canInlineRule": true,
|
|
674
|
+
"connections": "*",
|
|
675
|
+
"uniqueId": "*"
|
|
676
|
+
},
|
|
677
|
+
{},
|
|
678
|
+
"*",
|
|
679
|
+
false
|
|
680
|
+
]
|
|
681
|
+
}
|
|
682
|
+
}
|
|
683
|
+
],
|
|
301
684
|
"/farstp-new-resources/farstp-new-resources-ECR_DKR-security-group/Resource": [
|
|
302
685
|
{
|
|
303
686
|
"type": "aws:cdk:logicalId",
|
|
304
687
|
"data": "farstpnewresourcesECRDKRsecuritygroup6175912D"
|
|
305
688
|
}
|
|
306
689
|
],
|
|
690
|
+
"/farstp-new-resources/test-cluster": [
|
|
691
|
+
{
|
|
692
|
+
"type": "aws:cdk:analytics:construct",
|
|
693
|
+
"data": {
|
|
694
|
+
"vpc": "*"
|
|
695
|
+
}
|
|
696
|
+
}
|
|
697
|
+
],
|
|
307
698
|
"/farstp-new-resources/test-cluster/Resource": [
|
|
308
699
|
{
|
|
309
700
|
"type": "aws:cdk:logicalId",
|
|
310
701
|
"data": "testclusterDF8B0D19"
|
|
311
702
|
}
|
|
312
703
|
],
|
|
704
|
+
"/farstp-new-resources/test-taskdef": [
|
|
705
|
+
{
|
|
706
|
+
"type": "aws:cdk:analytics:construct",
|
|
707
|
+
"data": "*"
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
"type": "aws:cdk:analytics:construct",
|
|
711
|
+
"data": "*"
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"type": "aws:cdk:analytics:method",
|
|
715
|
+
"data": "*"
|
|
716
|
+
}
|
|
717
|
+
],
|
|
718
|
+
"/farstp-new-resources/test-taskdef/TaskRole": [
|
|
719
|
+
{
|
|
720
|
+
"type": "aws:cdk:analytics:construct",
|
|
721
|
+
"data": {
|
|
722
|
+
"assumedBy": {
|
|
723
|
+
"principalAccount": "*",
|
|
724
|
+
"assumeRoleAction": "*"
|
|
725
|
+
}
|
|
726
|
+
}
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"type": "aws:cdk:analytics:method",
|
|
730
|
+
"data": {
|
|
731
|
+
"addToPrincipalPolicy": [
|
|
732
|
+
{}
|
|
733
|
+
]
|
|
734
|
+
}
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"type": "aws:cdk:analytics:method",
|
|
738
|
+
"data": {
|
|
739
|
+
"attachInlinePolicy": [
|
|
740
|
+
"*"
|
|
741
|
+
]
|
|
742
|
+
}
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"type": "aws:cdk:analytics:method",
|
|
746
|
+
"data": {
|
|
747
|
+
"attachInlinePolicy": [
|
|
748
|
+
"*"
|
|
749
|
+
]
|
|
750
|
+
}
|
|
751
|
+
}
|
|
752
|
+
],
|
|
753
|
+
"/farstp-new-resources/test-taskdef/TaskRole/ImportTaskRole": [
|
|
754
|
+
{
|
|
755
|
+
"type": "aws:cdk:analytics:construct",
|
|
756
|
+
"data": "*"
|
|
757
|
+
}
|
|
758
|
+
],
|
|
313
759
|
"/farstp-new-resources/test-taskdef/TaskRole/Resource": [
|
|
314
760
|
{
|
|
315
761
|
"type": "aws:cdk:logicalId",
|
|
316
762
|
"data": "testtaskdefTaskRoleB2DEF113"
|
|
317
763
|
}
|
|
318
764
|
],
|
|
765
|
+
"/farstp-new-resources/test-taskdef/TaskRole/DefaultPolicy": [
|
|
766
|
+
{
|
|
767
|
+
"type": "aws:cdk:analytics:construct",
|
|
768
|
+
"data": "*"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"type": "aws:cdk:analytics:method",
|
|
772
|
+
"data": {
|
|
773
|
+
"attachToRole": [
|
|
774
|
+
"*"
|
|
775
|
+
]
|
|
776
|
+
}
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"type": "aws:cdk:analytics:method",
|
|
780
|
+
"data": {
|
|
781
|
+
"attachToRole": [
|
|
782
|
+
"*"
|
|
783
|
+
]
|
|
784
|
+
}
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"type": "aws:cdk:analytics:method",
|
|
788
|
+
"data": {
|
|
789
|
+
"addStatements": [
|
|
790
|
+
{}
|
|
791
|
+
]
|
|
792
|
+
}
|
|
793
|
+
}
|
|
794
|
+
],
|
|
319
795
|
"/farstp-new-resources/test-taskdef/TaskRole/DefaultPolicy/Resource": [
|
|
320
796
|
{
|
|
321
797
|
"type": "aws:cdk:logicalId",
|
|
@@ -328,18 +804,67 @@
|
|
|
328
804
|
"data": "testtaskdefF924AD58"
|
|
329
805
|
}
|
|
330
806
|
],
|
|
807
|
+
"/farstp-new-resources/test-sg": [
|
|
808
|
+
{
|
|
809
|
+
"type": "aws:cdk:analytics:construct",
|
|
810
|
+
"data": {
|
|
811
|
+
"allowAllOutbound": true,
|
|
812
|
+
"disableInlineRules": false,
|
|
813
|
+
"vpc": "*",
|
|
814
|
+
"description": "*"
|
|
815
|
+
}
|
|
816
|
+
}
|
|
817
|
+
],
|
|
331
818
|
"/farstp-new-resources/test-sg/Resource": [
|
|
332
819
|
{
|
|
333
820
|
"type": "aws:cdk:logicalId",
|
|
334
821
|
"data": "testsg872EB48A"
|
|
335
822
|
}
|
|
336
823
|
],
|
|
824
|
+
"/farstp-new-resources/test-service": [
|
|
825
|
+
{
|
|
826
|
+
"type": "aws:cdk:analytics:construct",
|
|
827
|
+
"data": "*"
|
|
828
|
+
}
|
|
829
|
+
],
|
|
337
830
|
"/farstp-new-resources/test-service/Service": [
|
|
338
831
|
{
|
|
339
832
|
"type": "aws:cdk:logicalId",
|
|
340
833
|
"data": "testserviceService2730C249"
|
|
341
834
|
}
|
|
342
835
|
],
|
|
836
|
+
"/farstp-new-resources/lambdafarstp-test": [
|
|
837
|
+
{
|
|
838
|
+
"type": "aws:cdk:analytics:construct",
|
|
839
|
+
"data": {
|
|
840
|
+
"code": "*",
|
|
841
|
+
"runtime": "*",
|
|
842
|
+
"handler": "*"
|
|
843
|
+
}
|
|
844
|
+
}
|
|
845
|
+
],
|
|
846
|
+
"/farstp-new-resources/lambdafarstp-test/ServiceRole": [
|
|
847
|
+
{
|
|
848
|
+
"type": "aws:cdk:analytics:construct",
|
|
849
|
+
"data": {
|
|
850
|
+
"assumedBy": {
|
|
851
|
+
"principalAccount": "*",
|
|
852
|
+
"assumeRoleAction": "*"
|
|
853
|
+
},
|
|
854
|
+
"managedPolicies": [
|
|
855
|
+
{
|
|
856
|
+
"managedPolicyArn": "*"
|
|
857
|
+
}
|
|
858
|
+
]
|
|
859
|
+
}
|
|
860
|
+
}
|
|
861
|
+
],
|
|
862
|
+
"/farstp-new-resources/lambdafarstp-test/ServiceRole/ImportServiceRole": [
|
|
863
|
+
{
|
|
864
|
+
"type": "aws:cdk:analytics:construct",
|
|
865
|
+
"data": "*"
|
|
866
|
+
}
|
|
867
|
+
],
|
|
343
868
|
"/farstp-new-resources/lambdafarstp-test/ServiceRole/Resource": [
|
|
344
869
|
{
|
|
345
870
|
"type": "aws:cdk:logicalId",
|
|
@@ -352,18 +877,143 @@
|
|
|
352
877
|
"data": "lambdafarstptest04DC4058"
|
|
353
878
|
}
|
|
354
879
|
],
|
|
880
|
+
"/farstp-new-resources/test-construct/StateMachineLogGroup": [
|
|
881
|
+
{
|
|
882
|
+
"type": "aws:cdk:analytics:construct",
|
|
883
|
+
"data": {
|
|
884
|
+
"retention": 9999,
|
|
885
|
+
"removalPolicy": "destroy",
|
|
886
|
+
"logGroupName": "*"
|
|
887
|
+
}
|
|
888
|
+
}
|
|
889
|
+
],
|
|
355
890
|
"/farstp-new-resources/test-construct/StateMachineLogGroup/Resource": [
|
|
356
891
|
{
|
|
357
892
|
"type": "aws:cdk:logicalId",
|
|
358
893
|
"data": "testconstructStateMachineLogGroup2EB4F48B"
|
|
359
894
|
}
|
|
360
895
|
],
|
|
896
|
+
"/farstp-new-resources/test-construct/StateMachine": [
|
|
897
|
+
{
|
|
898
|
+
"type": "aws:cdk:analytics:construct",
|
|
899
|
+
"data": {
|
|
900
|
+
"logs": {
|
|
901
|
+
"destination": "*",
|
|
902
|
+
"level": "ERROR"
|
|
903
|
+
},
|
|
904
|
+
"definitionBody": "*"
|
|
905
|
+
}
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"type": "aws:cdk:analytics:method",
|
|
909
|
+
"data": {
|
|
910
|
+
"addToRolePolicy": [
|
|
911
|
+
{}
|
|
912
|
+
]
|
|
913
|
+
}
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"type": "aws:cdk:analytics:method",
|
|
917
|
+
"data": {
|
|
918
|
+
"addToRolePolicy": [
|
|
919
|
+
{}
|
|
920
|
+
]
|
|
921
|
+
}
|
|
922
|
+
}
|
|
923
|
+
],
|
|
924
|
+
"/farstp-new-resources/test-construct/StateMachine/Role": [
|
|
925
|
+
{
|
|
926
|
+
"type": "aws:cdk:analytics:construct",
|
|
927
|
+
"data": {
|
|
928
|
+
"assumedBy": {
|
|
929
|
+
"principalAccount": "*",
|
|
930
|
+
"assumeRoleAction": "*"
|
|
931
|
+
}
|
|
932
|
+
}
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"type": "aws:cdk:analytics:method",
|
|
936
|
+
"data": {
|
|
937
|
+
"addToPrincipalPolicy": [
|
|
938
|
+
{}
|
|
939
|
+
]
|
|
940
|
+
}
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"type": "aws:cdk:analytics:method",
|
|
944
|
+
"data": {
|
|
945
|
+
"attachInlinePolicy": [
|
|
946
|
+
"*"
|
|
947
|
+
]
|
|
948
|
+
}
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"type": "aws:cdk:analytics:method",
|
|
952
|
+
"data": {
|
|
953
|
+
"attachInlinePolicy": [
|
|
954
|
+
"*"
|
|
955
|
+
]
|
|
956
|
+
}
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"type": "aws:cdk:analytics:method",
|
|
960
|
+
"data": {
|
|
961
|
+
"addToPrincipalPolicy": [
|
|
962
|
+
{}
|
|
963
|
+
]
|
|
964
|
+
}
|
|
965
|
+
}
|
|
966
|
+
],
|
|
967
|
+
"/farstp-new-resources/test-construct/StateMachine/Role/ImportRole": [
|
|
968
|
+
{
|
|
969
|
+
"type": "aws:cdk:analytics:construct",
|
|
970
|
+
"data": "*"
|
|
971
|
+
}
|
|
972
|
+
],
|
|
361
973
|
"/farstp-new-resources/test-construct/StateMachine/Role/Resource": [
|
|
362
974
|
{
|
|
363
975
|
"type": "aws:cdk:logicalId",
|
|
364
976
|
"data": "testconstructStateMachineRoleA396E5D3"
|
|
365
977
|
}
|
|
366
978
|
],
|
|
979
|
+
"/farstp-new-resources/test-construct/StateMachine/Role/DefaultPolicy": [
|
|
980
|
+
{
|
|
981
|
+
"type": "aws:cdk:analytics:construct",
|
|
982
|
+
"data": "*"
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"type": "aws:cdk:analytics:method",
|
|
986
|
+
"data": {
|
|
987
|
+
"attachToRole": [
|
|
988
|
+
"*"
|
|
989
|
+
]
|
|
990
|
+
}
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"type": "aws:cdk:analytics:method",
|
|
994
|
+
"data": {
|
|
995
|
+
"attachToRole": [
|
|
996
|
+
"*"
|
|
997
|
+
]
|
|
998
|
+
}
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"type": "aws:cdk:analytics:method",
|
|
1002
|
+
"data": {
|
|
1003
|
+
"addStatements": [
|
|
1004
|
+
{}
|
|
1005
|
+
]
|
|
1006
|
+
}
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"type": "aws:cdk:analytics:method",
|
|
1010
|
+
"data": {
|
|
1011
|
+
"addStatements": [
|
|
1012
|
+
{}
|
|
1013
|
+
]
|
|
1014
|
+
}
|
|
1015
|
+
}
|
|
1016
|
+
],
|
|
367
1017
|
"/farstp-new-resources/test-construct/StateMachine/Role/DefaultPolicy/Resource": [
|
|
368
1018
|
{
|
|
369
1019
|
"type": "aws:cdk:logicalId",
|
|
@@ -376,24 +1026,105 @@
|
|
|
376
1026
|
"data": "testconstructStateMachine3333AAA9"
|
|
377
1027
|
}
|
|
378
1028
|
],
|
|
1029
|
+
"/farstp-new-resources/test-construct/ExecutionFailedAlarm": [
|
|
1030
|
+
{
|
|
1031
|
+
"type": "aws:cdk:analytics:construct",
|
|
1032
|
+
"data": {
|
|
1033
|
+
"metric": {
|
|
1034
|
+
"warnings": "*"
|
|
1035
|
+
},
|
|
1036
|
+
"threshold": "*",
|
|
1037
|
+
"evaluationPeriods": "*",
|
|
1038
|
+
"comparisonOperator": "*",
|
|
1039
|
+
"alarmDescription": "*"
|
|
1040
|
+
}
|
|
1041
|
+
}
|
|
1042
|
+
],
|
|
379
1043
|
"/farstp-new-resources/test-construct/ExecutionFailedAlarm/Resource": [
|
|
380
1044
|
{
|
|
381
1045
|
"type": "aws:cdk:logicalId",
|
|
382
1046
|
"data": "testconstructExecutionFailedAlarmE9CEA29E"
|
|
383
1047
|
}
|
|
384
1048
|
],
|
|
1049
|
+
"/farstp-new-resources/test-construct/ExecutionThrottledAlarm": [
|
|
1050
|
+
{
|
|
1051
|
+
"type": "aws:cdk:analytics:construct",
|
|
1052
|
+
"data": {
|
|
1053
|
+
"metric": {
|
|
1054
|
+
"warnings": "*"
|
|
1055
|
+
},
|
|
1056
|
+
"threshold": "*",
|
|
1057
|
+
"evaluationPeriods": "*",
|
|
1058
|
+
"comparisonOperator": "*",
|
|
1059
|
+
"alarmDescription": "*"
|
|
1060
|
+
}
|
|
1061
|
+
}
|
|
1062
|
+
],
|
|
385
1063
|
"/farstp-new-resources/test-construct/ExecutionThrottledAlarm/Resource": [
|
|
386
1064
|
{
|
|
387
1065
|
"type": "aws:cdk:logicalId",
|
|
388
1066
|
"data": "testconstructExecutionThrottledAlarmEE993A2A"
|
|
389
1067
|
}
|
|
390
1068
|
],
|
|
1069
|
+
"/farstp-new-resources/test-construct/ExecutionAbortedAlarm": [
|
|
1070
|
+
{
|
|
1071
|
+
"type": "aws:cdk:analytics:construct",
|
|
1072
|
+
"data": {
|
|
1073
|
+
"metric": {
|
|
1074
|
+
"warnings": "*"
|
|
1075
|
+
},
|
|
1076
|
+
"threshold": "*",
|
|
1077
|
+
"evaluationPeriods": "*",
|
|
1078
|
+
"comparisonOperator": "*",
|
|
1079
|
+
"alarmDescription": "*"
|
|
1080
|
+
}
|
|
1081
|
+
}
|
|
1082
|
+
],
|
|
391
1083
|
"/farstp-new-resources/test-construct/ExecutionAbortedAlarm/Resource": [
|
|
392
1084
|
{
|
|
393
1085
|
"type": "aws:cdk:logicalId",
|
|
394
1086
|
"data": "testconstructExecutionAbortedAlarm2BC3DDB8"
|
|
395
1087
|
}
|
|
396
1088
|
],
|
|
1089
|
+
"/farstp-new-resources/farstp-new-resources-STEP_FUNCTIONS-security-group": [
|
|
1090
|
+
{
|
|
1091
|
+
"type": "aws:cdk:analytics:construct",
|
|
1092
|
+
"data": {
|
|
1093
|
+
"vpc": "*",
|
|
1094
|
+
"allowAllOutbound": true
|
|
1095
|
+
}
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"type": "aws:cdk:analytics:method",
|
|
1099
|
+
"data": {
|
|
1100
|
+
"addIngressRule": [
|
|
1101
|
+
{
|
|
1102
|
+
"canInlineRule": true,
|
|
1103
|
+
"connections": "*",
|
|
1104
|
+
"uniqueId": "*"
|
|
1105
|
+
},
|
|
1106
|
+
{},
|
|
1107
|
+
"*",
|
|
1108
|
+
"*"
|
|
1109
|
+
]
|
|
1110
|
+
}
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"type": "aws:cdk:analytics:method",
|
|
1114
|
+
"data": {
|
|
1115
|
+
"addIngressRule": [
|
|
1116
|
+
{
|
|
1117
|
+
"canInlineRule": true,
|
|
1118
|
+
"connections": "*",
|
|
1119
|
+
"uniqueId": "*"
|
|
1120
|
+
},
|
|
1121
|
+
{},
|
|
1122
|
+
"*",
|
|
1123
|
+
false
|
|
1124
|
+
]
|
|
1125
|
+
}
|
|
1126
|
+
}
|
|
1127
|
+
],
|
|
397
1128
|
"/farstp-new-resources/farstp-new-resources-STEP_FUNCTIONS-security-group/Resource": [
|
|
398
1129
|
{
|
|
399
1130
|
"type": "aws:cdk:logicalId",
|
|
@@ -420,6 +1151,476 @@
|
|
|
420
1151
|
"properties": {
|
|
421
1152
|
"file": "tree.json"
|
|
422
1153
|
}
|
|
1154
|
+
},
|
|
1155
|
+
"aws-cdk-lib/feature-flag-report": {
|
|
1156
|
+
"type": "cdk:feature-flag-report",
|
|
1157
|
+
"properties": {
|
|
1158
|
+
"module": "aws-cdk-lib",
|
|
1159
|
+
"flags": {
|
|
1160
|
+
"@aws-cdk/core:enableStackNameDuplicates": {
|
|
1161
|
+
"recommendedValue": true,
|
|
1162
|
+
"explanation": "Allow multiple stacks with the same name"
|
|
1163
|
+
},
|
|
1164
|
+
"aws-cdk:enableDiffNoFail": {
|
|
1165
|
+
"recommendedValue": true,
|
|
1166
|
+
"explanation": "Make `cdk diff` not fail when there are differences"
|
|
1167
|
+
},
|
|
1168
|
+
"@aws-cdk/core:newStyleStackSynthesis": {
|
|
1169
|
+
"recommendedValue": true,
|
|
1170
|
+
"explanation": "Switch to new stack synthesis method which enables CI/CD"
|
|
1171
|
+
},
|
|
1172
|
+
"@aws-cdk/core:stackRelativeExports": {
|
|
1173
|
+
"recommendedValue": true,
|
|
1174
|
+
"explanation": "Name exports based on the construct paths relative to the stack, rather than the global construct path"
|
|
1175
|
+
},
|
|
1176
|
+
"@aws-cdk/aws-ecr-assets:dockerIgnoreSupport": {
|
|
1177
|
+
"recommendedValue": true,
|
|
1178
|
+
"explanation": "DockerImageAsset properly supports `.dockerignore` files by default"
|
|
1179
|
+
},
|
|
1180
|
+
"@aws-cdk/aws-secretsmanager:parseOwnedSecretName": {
|
|
1181
|
+
"recommendedValue": true,
|
|
1182
|
+
"explanation": "Fix the referencing of SecretsManager names from ARNs"
|
|
1183
|
+
},
|
|
1184
|
+
"@aws-cdk/aws-kms:defaultKeyPolicies": {
|
|
1185
|
+
"recommendedValue": true,
|
|
1186
|
+
"explanation": "Tighten default KMS key policies"
|
|
1187
|
+
},
|
|
1188
|
+
"@aws-cdk/aws-s3:grantWriteWithoutAcl": {
|
|
1189
|
+
"recommendedValue": true,
|
|
1190
|
+
"explanation": "Remove `PutObjectAcl` from Bucket.grantWrite"
|
|
1191
|
+
},
|
|
1192
|
+
"@aws-cdk/aws-ecs-patterns:removeDefaultDesiredCount": {
|
|
1193
|
+
"recommendedValue": true,
|
|
1194
|
+
"explanation": "Do not specify a default DesiredCount for ECS services"
|
|
1195
|
+
},
|
|
1196
|
+
"@aws-cdk/aws-rds:lowercaseDbIdentifier": {
|
|
1197
|
+
"recommendedValue": true,
|
|
1198
|
+
"explanation": "Force lowercasing of RDS Cluster names in CDK"
|
|
1199
|
+
},
|
|
1200
|
+
"@aws-cdk/aws-apigateway:usagePlanKeyOrderInsensitiveId": {
|
|
1201
|
+
"recommendedValue": true,
|
|
1202
|
+
"explanation": "Allow adding/removing multiple UsagePlanKeys independently"
|
|
1203
|
+
},
|
|
1204
|
+
"@aws-cdk/aws-efs:defaultEncryptionAtRest": {
|
|
1205
|
+
"recommendedValue": true,
|
|
1206
|
+
"explanation": "Enable this feature flag to have elastic file systems encrypted at rest by default."
|
|
1207
|
+
},
|
|
1208
|
+
"@aws-cdk/aws-lambda:recognizeVersionProps": {
|
|
1209
|
+
"recommendedValue": true,
|
|
1210
|
+
"explanation": "Enable this feature flag to opt in to the updated logical id calculation for Lambda Version created using the `fn.currentVersion`."
|
|
1211
|
+
},
|
|
1212
|
+
"@aws-cdk/aws-lambda:recognizeLayerVersion": {
|
|
1213
|
+
"userValue": true,
|
|
1214
|
+
"recommendedValue": true,
|
|
1215
|
+
"explanation": "Enable this feature flag to opt in to the updated logical id calculation for Lambda Version created using the `fn.currentVersion`."
|
|
1216
|
+
},
|
|
1217
|
+
"@aws-cdk/aws-cloudfront:defaultSecurityPolicyTLSv1.2_2021": {
|
|
1218
|
+
"recommendedValue": true,
|
|
1219
|
+
"explanation": "Enable this feature flag to have cloudfront distributions use the security policy TLSv1.2_2021 by default."
|
|
1220
|
+
},
|
|
1221
|
+
"@aws-cdk/core:checkSecretUsage": {
|
|
1222
|
+
"userValue": true,
|
|
1223
|
+
"recommendedValue": true,
|
|
1224
|
+
"explanation": "Enable this flag to make it impossible to accidentally use SecretValues in unsafe locations"
|
|
1225
|
+
},
|
|
1226
|
+
"@aws-cdk/core:target-partitions": {
|
|
1227
|
+
"recommendedValue": [
|
|
1228
|
+
"aws",
|
|
1229
|
+
"aws-cn"
|
|
1230
|
+
],
|
|
1231
|
+
"explanation": "What regions to include in lookup tables of environment agnostic stacks"
|
|
1232
|
+
},
|
|
1233
|
+
"@aws-cdk-containers/ecs-service-extensions:enableDefaultLogDriver": {
|
|
1234
|
+
"userValue": true,
|
|
1235
|
+
"recommendedValue": true,
|
|
1236
|
+
"explanation": "ECS extensions will automatically add an `awslogs` driver if no logging is specified"
|
|
1237
|
+
},
|
|
1238
|
+
"@aws-cdk/aws-ec2:uniqueImdsv2TemplateName": {
|
|
1239
|
+
"userValue": true,
|
|
1240
|
+
"recommendedValue": true,
|
|
1241
|
+
"explanation": "Enable this feature flag to have Launch Templates generated by the `InstanceRequireImdsv2Aspect` use unique names."
|
|
1242
|
+
},
|
|
1243
|
+
"@aws-cdk/aws-ecs:arnFormatIncludesClusterName": {
|
|
1244
|
+
"userValue": true,
|
|
1245
|
+
"recommendedValue": true,
|
|
1246
|
+
"explanation": "ARN format used by ECS. In the new ARN format, the cluster name is part of the resource ID."
|
|
1247
|
+
},
|
|
1248
|
+
"@aws-cdk/aws-iam:minimizePolicies": {
|
|
1249
|
+
"userValue": true,
|
|
1250
|
+
"recommendedValue": true,
|
|
1251
|
+
"explanation": "Minimize IAM policies by combining Statements"
|
|
1252
|
+
},
|
|
1253
|
+
"@aws-cdk/core:validateSnapshotRemovalPolicy": {
|
|
1254
|
+
"userValue": true,
|
|
1255
|
+
"recommendedValue": true,
|
|
1256
|
+
"explanation": "Error on snapshot removal policies on resources that do not support it."
|
|
1257
|
+
},
|
|
1258
|
+
"@aws-cdk/aws-codepipeline:crossAccountKeyAliasStackSafeResourceName": {
|
|
1259
|
+
"userValue": true,
|
|
1260
|
+
"recommendedValue": true,
|
|
1261
|
+
"explanation": "Generate key aliases that include the stack name"
|
|
1262
|
+
},
|
|
1263
|
+
"@aws-cdk/aws-s3:createDefaultLoggingPolicy": {
|
|
1264
|
+
"userValue": true,
|
|
1265
|
+
"recommendedValue": true,
|
|
1266
|
+
"explanation": "Enable this feature flag to create an S3 bucket policy by default in cases where an AWS service would automatically create the Policy if one does not exist."
|
|
1267
|
+
},
|
|
1268
|
+
"@aws-cdk/aws-sns-subscriptions:restrictSqsDescryption": {
|
|
1269
|
+
"userValue": true,
|
|
1270
|
+
"recommendedValue": true,
|
|
1271
|
+
"explanation": "Restrict KMS key policy for encrypted Queues a bit more"
|
|
1272
|
+
},
|
|
1273
|
+
"@aws-cdk/aws-apigateway:disableCloudWatchRole": {
|
|
1274
|
+
"userValue": true,
|
|
1275
|
+
"recommendedValue": true,
|
|
1276
|
+
"explanation": "Make default CloudWatch Role behavior safe for multiple API Gateways in one environment"
|
|
1277
|
+
},
|
|
1278
|
+
"@aws-cdk/core:enablePartitionLiterals": {
|
|
1279
|
+
"userValue": true,
|
|
1280
|
+
"recommendedValue": true,
|
|
1281
|
+
"explanation": "Make ARNs concrete if AWS partition is known"
|
|
1282
|
+
},
|
|
1283
|
+
"@aws-cdk/aws-events:eventsTargetQueueSameAccount": {
|
|
1284
|
+
"userValue": true,
|
|
1285
|
+
"recommendedValue": true,
|
|
1286
|
+
"explanation": "Event Rules may only push to encrypted SQS queues in the same account"
|
|
1287
|
+
},
|
|
1288
|
+
"@aws-cdk/aws-ecs:disableExplicitDeploymentControllerForCircuitBreaker": {
|
|
1289
|
+
"userValue": true,
|
|
1290
|
+
"recommendedValue": true,
|
|
1291
|
+
"explanation": "Avoid setting the \"ECS\" deployment controller when adding a circuit breaker"
|
|
1292
|
+
},
|
|
1293
|
+
"@aws-cdk/aws-iam:importedRoleStackSafeDefaultPolicyName": {
|
|
1294
|
+
"userValue": true,
|
|
1295
|
+
"recommendedValue": true,
|
|
1296
|
+
"explanation": "Enable this feature to by default create default policy names for imported roles that depend on the stack the role is in."
|
|
1297
|
+
},
|
|
1298
|
+
"@aws-cdk/aws-s3:serverAccessLogsUseBucketPolicy": {
|
|
1299
|
+
"userValue": true,
|
|
1300
|
+
"recommendedValue": true,
|
|
1301
|
+
"explanation": "Use S3 Bucket Policy instead of ACLs for Server Access Logging"
|
|
1302
|
+
},
|
|
1303
|
+
"@aws-cdk/aws-route53-patters:useCertificate": {
|
|
1304
|
+
"userValue": true,
|
|
1305
|
+
"recommendedValue": true,
|
|
1306
|
+
"explanation": "Use the official `Certificate` resource instead of `DnsValidatedCertificate`"
|
|
1307
|
+
},
|
|
1308
|
+
"@aws-cdk/customresources:installLatestAwsSdkDefault": {
|
|
1309
|
+
"userValue": false,
|
|
1310
|
+
"recommendedValue": false,
|
|
1311
|
+
"explanation": "Whether to install the latest SDK by default in AwsCustomResource"
|
|
1312
|
+
},
|
|
1313
|
+
"@aws-cdk/aws-rds:databaseProxyUniqueResourceName": {
|
|
1314
|
+
"userValue": true,
|
|
1315
|
+
"recommendedValue": true,
|
|
1316
|
+
"explanation": "Use unique resource name for Database Proxy"
|
|
1317
|
+
},
|
|
1318
|
+
"@aws-cdk/aws-codedeploy:removeAlarmsFromDeploymentGroup": {
|
|
1319
|
+
"userValue": true,
|
|
1320
|
+
"recommendedValue": true,
|
|
1321
|
+
"explanation": "Remove CloudWatch alarms from deployment group"
|
|
1322
|
+
},
|
|
1323
|
+
"@aws-cdk/aws-apigateway:authorizerChangeDeploymentLogicalId": {
|
|
1324
|
+
"userValue": true,
|
|
1325
|
+
"recommendedValue": true,
|
|
1326
|
+
"explanation": "Include authorizer configuration in the calculation of the API deployment logical ID."
|
|
1327
|
+
},
|
|
1328
|
+
"@aws-cdk/aws-ec2:launchTemplateDefaultUserData": {
|
|
1329
|
+
"userValue": true,
|
|
1330
|
+
"recommendedValue": true,
|
|
1331
|
+
"explanation": "Define user data for a launch template by default when a machine image is provided."
|
|
1332
|
+
},
|
|
1333
|
+
"@aws-cdk/aws-secretsmanager:useAttachedSecretResourcePolicyForSecretTargetAttachments": {
|
|
1334
|
+
"userValue": true,
|
|
1335
|
+
"recommendedValue": true,
|
|
1336
|
+
"explanation": "SecretTargetAttachments uses the ResourcePolicy of the attached Secret."
|
|
1337
|
+
},
|
|
1338
|
+
"@aws-cdk/aws-redshift:columnId": {
|
|
1339
|
+
"userValue": true,
|
|
1340
|
+
"recommendedValue": true,
|
|
1341
|
+
"explanation": "Whether to use an ID to track Redshift column changes"
|
|
1342
|
+
},
|
|
1343
|
+
"@aws-cdk/aws-stepfunctions-tasks:enableEmrServicePolicyV2": {
|
|
1344
|
+
"userValue": true,
|
|
1345
|
+
"recommendedValue": true,
|
|
1346
|
+
"explanation": "Enable AmazonEMRServicePolicy_v2 managed policies"
|
|
1347
|
+
},
|
|
1348
|
+
"@aws-cdk/aws-ec2:restrictDefaultSecurityGroup": {
|
|
1349
|
+
"userValue": true,
|
|
1350
|
+
"recommendedValue": true,
|
|
1351
|
+
"explanation": "Restrict access to the VPC default security group"
|
|
1352
|
+
},
|
|
1353
|
+
"@aws-cdk/aws-apigateway:requestValidatorUniqueId": {
|
|
1354
|
+
"userValue": true,
|
|
1355
|
+
"recommendedValue": true,
|
|
1356
|
+
"explanation": "Generate a unique id for each RequestValidator added to a method"
|
|
1357
|
+
},
|
|
1358
|
+
"@aws-cdk/aws-kms:aliasNameRef": {
|
|
1359
|
+
"userValue": true,
|
|
1360
|
+
"recommendedValue": true,
|
|
1361
|
+
"explanation": "KMS Alias name and keyArn will have implicit reference to KMS Key"
|
|
1362
|
+
},
|
|
1363
|
+
"@aws-cdk/aws-kms:applyImportedAliasPermissionsToPrincipal": {
|
|
1364
|
+
"userValue": true,
|
|
1365
|
+
"recommendedValue": true,
|
|
1366
|
+
"explanation": "Enable grant methods on Aliases imported by name to use kms:ResourceAliases condition"
|
|
1367
|
+
},
|
|
1368
|
+
"@aws-cdk/aws-autoscaling:generateLaunchTemplateInsteadOfLaunchConfig": {
|
|
1369
|
+
"userValue": true,
|
|
1370
|
+
"recommendedValue": true,
|
|
1371
|
+
"explanation": "Generate a launch template when creating an AutoScalingGroup"
|
|
1372
|
+
},
|
|
1373
|
+
"@aws-cdk/core:includePrefixInUniqueNameGeneration": {
|
|
1374
|
+
"userValue": true,
|
|
1375
|
+
"recommendedValue": true,
|
|
1376
|
+
"explanation": "Include the stack prefix in the stack name generation process"
|
|
1377
|
+
},
|
|
1378
|
+
"@aws-cdk/aws-efs:denyAnonymousAccess": {
|
|
1379
|
+
"userValue": true,
|
|
1380
|
+
"recommendedValue": true,
|
|
1381
|
+
"explanation": "EFS denies anonymous clients accesses"
|
|
1382
|
+
},
|
|
1383
|
+
"@aws-cdk/aws-opensearchservice:enableOpensearchMultiAzWithStandby": {
|
|
1384
|
+
"userValue": true,
|
|
1385
|
+
"recommendedValue": true,
|
|
1386
|
+
"explanation": "Enables support for Multi-AZ with Standby deployment for opensearch domains"
|
|
1387
|
+
},
|
|
1388
|
+
"@aws-cdk/aws-lambda-nodejs:useLatestRuntimeVersion": {
|
|
1389
|
+
"userValue": true,
|
|
1390
|
+
"recommendedValue": true,
|
|
1391
|
+
"explanation": "Enables aws-lambda-nodejs.Function to use the latest available NodeJs runtime as the default"
|
|
1392
|
+
},
|
|
1393
|
+
"@aws-cdk/aws-efs:mountTargetOrderInsensitiveLogicalId": {
|
|
1394
|
+
"userValue": true,
|
|
1395
|
+
"recommendedValue": true,
|
|
1396
|
+
"explanation": "When enabled, mount targets will have a stable logicalId that is linked to the associated subnet."
|
|
1397
|
+
},
|
|
1398
|
+
"@aws-cdk/aws-rds:auroraClusterChangeScopeOfInstanceParameterGroupWithEachParameters": {
|
|
1399
|
+
"userValue": true,
|
|
1400
|
+
"recommendedValue": true,
|
|
1401
|
+
"explanation": "When enabled, a scope of InstanceParameterGroup for AuroraClusterInstance with each parameters will change."
|
|
1402
|
+
},
|
|
1403
|
+
"@aws-cdk/aws-appsync:useArnForSourceApiAssociationIdentifier": {
|
|
1404
|
+
"userValue": true,
|
|
1405
|
+
"recommendedValue": true,
|
|
1406
|
+
"explanation": "When enabled, will always use the arn for identifiers for CfnSourceApiAssociation in the GraphqlApi construct rather than id."
|
|
1407
|
+
},
|
|
1408
|
+
"@aws-cdk/aws-rds:preventRenderingDeprecatedCredentials": {
|
|
1409
|
+
"userValue": true,
|
|
1410
|
+
"recommendedValue": true,
|
|
1411
|
+
"explanation": "When enabled, creating an RDS database cluster from a snapshot will only render credentials for snapshot credentials."
|
|
1412
|
+
},
|
|
1413
|
+
"@aws-cdk/aws-codepipeline-actions:useNewDefaultBranchForCodeCommitSource": {
|
|
1414
|
+
"userValue": true,
|
|
1415
|
+
"recommendedValue": true,
|
|
1416
|
+
"explanation": "When enabled, the CodeCommit source action is using the default branch name 'main'."
|
|
1417
|
+
},
|
|
1418
|
+
"@aws-cdk/aws-cloudwatch-actions:changeLambdaPermissionLogicalIdForLambdaAction": {
|
|
1419
|
+
"userValue": true,
|
|
1420
|
+
"recommendedValue": true,
|
|
1421
|
+
"explanation": "When enabled, the logical ID of a Lambda permission for a Lambda action includes an alarm ID."
|
|
1422
|
+
},
|
|
1423
|
+
"@aws-cdk/aws-codepipeline:crossAccountKeysDefaultValueToFalse": {
|
|
1424
|
+
"userValue": true,
|
|
1425
|
+
"recommendedValue": true,
|
|
1426
|
+
"explanation": "Enables Pipeline to set the default value for crossAccountKeys to false."
|
|
1427
|
+
},
|
|
1428
|
+
"@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2": {
|
|
1429
|
+
"userValue": true,
|
|
1430
|
+
"recommendedValue": true,
|
|
1431
|
+
"explanation": "Enables Pipeline to set the default pipeline type to V2."
|
|
1432
|
+
},
|
|
1433
|
+
"@aws-cdk/aws-kms:reduceCrossAccountRegionPolicyScope": {
|
|
1434
|
+
"userValue": true,
|
|
1435
|
+
"recommendedValue": true,
|
|
1436
|
+
"explanation": "When enabled, IAM Policy created from KMS key grant will reduce the resource scope to this key only."
|
|
1437
|
+
},
|
|
1438
|
+
"@aws-cdk/pipelines:reduceAssetRoleTrustScope": {
|
|
1439
|
+
"recommendedValue": true,
|
|
1440
|
+
"explanation": "Remove the root account principal from PipelineAssetsFileRole trust policy"
|
|
1441
|
+
},
|
|
1442
|
+
"@aws-cdk/aws-eks:nodegroupNameAttribute": {
|
|
1443
|
+
"userValue": true,
|
|
1444
|
+
"recommendedValue": true,
|
|
1445
|
+
"explanation": "When enabled, nodegroupName attribute of the provisioned EKS NodeGroup will not have the cluster name prefix."
|
|
1446
|
+
},
|
|
1447
|
+
"@aws-cdk/aws-ec2:ebsDefaultGp3Volume": {
|
|
1448
|
+
"userValue": true,
|
|
1449
|
+
"recommendedValue": true,
|
|
1450
|
+
"explanation": "When enabled, the default volume type of the EBS volume will be GP3"
|
|
1451
|
+
},
|
|
1452
|
+
"@aws-cdk/aws-ecs:removeDefaultDeploymentAlarm": {
|
|
1453
|
+
"userValue": true,
|
|
1454
|
+
"recommendedValue": true,
|
|
1455
|
+
"explanation": "When enabled, remove default deployment alarm settings"
|
|
1456
|
+
},
|
|
1457
|
+
"@aws-cdk/custom-resources:logApiResponseDataPropertyTrueDefault": {
|
|
1458
|
+
"userValue": false,
|
|
1459
|
+
"recommendedValue": false,
|
|
1460
|
+
"explanation": "When enabled, the custom resource used for `AwsCustomResource` will configure the `logApiResponseData` property as true by default"
|
|
1461
|
+
},
|
|
1462
|
+
"@aws-cdk/aws-s3:keepNotificationInImportedBucket": {
|
|
1463
|
+
"userValue": false,
|
|
1464
|
+
"recommendedValue": false,
|
|
1465
|
+
"explanation": "When enabled, Adding notifications to a bucket in the current stack will not remove notification from imported stack."
|
|
1466
|
+
},
|
|
1467
|
+
"@aws-cdk/aws-stepfunctions-tasks:useNewS3UriParametersForBedrockInvokeModelTask": {
|
|
1468
|
+
"recommendedValue": true,
|
|
1469
|
+
"explanation": "When enabled, use new props for S3 URI field in task definition of state machine for bedrock invoke model."
|
|
1470
|
+
},
|
|
1471
|
+
"@aws-cdk/core:explicitStackTags": {
|
|
1472
|
+
"userValue": true,
|
|
1473
|
+
"recommendedValue": true,
|
|
1474
|
+
"explanation": "When enabled, stack tags need to be assigned explicitly on a Stack."
|
|
1475
|
+
},
|
|
1476
|
+
"@aws-cdk/aws-ecs:enableImdsBlockingDeprecatedFeature": {
|
|
1477
|
+
"userValue": false,
|
|
1478
|
+
"recommendedValue": false,
|
|
1479
|
+
"explanation": "When set to true along with canContainersAccessInstanceRole=false in ECS cluster, new updated commands will be added to UserData to block container accessing IMDS. **Applicable to Linux only. IMPORTANT: See [details.](#aws-cdkaws-ecsenableImdsBlockingDeprecatedFeature)**"
|
|
1480
|
+
},
|
|
1481
|
+
"@aws-cdk/aws-ecs:disableEcsImdsBlocking": {
|
|
1482
|
+
"userValue": true,
|
|
1483
|
+
"recommendedValue": true,
|
|
1484
|
+
"explanation": "When set to true, CDK synth will throw exception if canContainersAccessInstanceRole is false. **IMPORTANT: See [details.](#aws-cdkaws-ecsdisableEcsImdsBlocking)**"
|
|
1485
|
+
},
|
|
1486
|
+
"@aws-cdk/aws-ecs:reduceEc2FargateCloudWatchPermissions": {
|
|
1487
|
+
"userValue": true,
|
|
1488
|
+
"recommendedValue": true,
|
|
1489
|
+
"explanation": "When enabled, we will only grant the necessary permissions when users specify cloudwatch log group through logConfiguration"
|
|
1490
|
+
},
|
|
1491
|
+
"@aws-cdk/aws-dynamodb:resourcePolicyPerReplica": {
|
|
1492
|
+
"userValue": true,
|
|
1493
|
+
"recommendedValue": true,
|
|
1494
|
+
"explanation": "When enabled will allow you to specify a resource policy per replica, and not copy the source table policy to all replicas"
|
|
1495
|
+
},
|
|
1496
|
+
"@aws-cdk/aws-ec2:ec2SumTImeoutEnabled": {
|
|
1497
|
+
"userValue": true,
|
|
1498
|
+
"recommendedValue": true,
|
|
1499
|
+
"explanation": "When enabled, initOptions.timeout and resourceSignalTimeout values will be summed together."
|
|
1500
|
+
},
|
|
1501
|
+
"@aws-cdk/aws-appsync:appSyncGraphQLAPIScopeLambdaPermission": {
|
|
1502
|
+
"userValue": true,
|
|
1503
|
+
"recommendedValue": true,
|
|
1504
|
+
"explanation": "When enabled, a Lambda authorizer Permission created when using GraphqlApi will be properly scoped with a SourceArn."
|
|
1505
|
+
},
|
|
1506
|
+
"@aws-cdk/aws-rds:setCorrectValueForDatabaseInstanceReadReplicaInstanceResourceId": {
|
|
1507
|
+
"userValue": true,
|
|
1508
|
+
"recommendedValue": true,
|
|
1509
|
+
"explanation": "When enabled, the value of property `instanceResourceId` in construct `DatabaseInstanceReadReplica` will be set to the correct value which is `DbiResourceId` instead of currently `DbInstanceArn`"
|
|
1510
|
+
},
|
|
1511
|
+
"@aws-cdk/core:cfnIncludeRejectComplexResourceUpdateCreatePolicyIntrinsics": {
|
|
1512
|
+
"userValue": true,
|
|
1513
|
+
"recommendedValue": true,
|
|
1514
|
+
"explanation": "When enabled, CFN templates added with `cfn-include` will error if the template contains Resource Update or Create policies with CFN Intrinsics that include non-primitive values."
|
|
1515
|
+
},
|
|
1516
|
+
"@aws-cdk/aws-lambda-nodejs:sdkV3ExcludeSmithyPackages": {
|
|
1517
|
+
"userValue": true,
|
|
1518
|
+
"recommendedValue": true,
|
|
1519
|
+
"explanation": "When enabled, both `@aws-sdk` and `@smithy` packages will be excluded from the Lambda Node.js 18.x runtime to prevent version mismatches in bundled applications."
|
|
1520
|
+
},
|
|
1521
|
+
"@aws-cdk/aws-stepfunctions-tasks:fixRunEcsTaskPolicy": {
|
|
1522
|
+
"userValue": true,
|
|
1523
|
+
"recommendedValue": true,
|
|
1524
|
+
"explanation": "When enabled, the resource of IAM Run Ecs policy generated by SFN EcsRunTask will reference the definition, instead of constructing ARN."
|
|
1525
|
+
},
|
|
1526
|
+
"@aws-cdk/aws-ec2:bastionHostUseAmazonLinux2023ByDefault": {
|
|
1527
|
+
"userValue": true,
|
|
1528
|
+
"recommendedValue": true,
|
|
1529
|
+
"explanation": "When enabled, the BastionHost construct will use the latest Amazon Linux 2023 AMI, instead of Amazon Linux 2."
|
|
1530
|
+
},
|
|
1531
|
+
"@aws-cdk/core:aspectStabilization": {
|
|
1532
|
+
"recommendedValue": true,
|
|
1533
|
+
"explanation": "When enabled, a stabilization loop will be run when invoking Aspects during synthesis."
|
|
1534
|
+
},
|
|
1535
|
+
"@aws-cdk/aws-route53-targets:userPoolDomainNameMethodWithoutCustomResource": {
|
|
1536
|
+
"userValue": true,
|
|
1537
|
+
"recommendedValue": true,
|
|
1538
|
+
"explanation": "When enabled, use a new method for DNS Name of user pool domain target without creating a custom resource."
|
|
1539
|
+
},
|
|
1540
|
+
"@aws-cdk/aws-elasticloadbalancingV2:albDualstackWithoutPublicIpv4SecurityGroupRulesDefault": {
|
|
1541
|
+
"userValue": true,
|
|
1542
|
+
"recommendedValue": true,
|
|
1543
|
+
"explanation": "When enabled, the default security group ingress rules will allow IPv6 ingress from anywhere"
|
|
1544
|
+
},
|
|
1545
|
+
"@aws-cdk/aws-iam:oidcRejectUnauthorizedConnections": {
|
|
1546
|
+
"userValue": true,
|
|
1547
|
+
"recommendedValue": true,
|
|
1548
|
+
"explanation": "When enabled, the default behaviour of OIDC provider will reject unauthorized connections"
|
|
1549
|
+
},
|
|
1550
|
+
"@aws-cdk/core:enableAdditionalMetadataCollection": {
|
|
1551
|
+
"userValue": true,
|
|
1552
|
+
"recommendedValue": true,
|
|
1553
|
+
"explanation": "When enabled, CDK will expand the scope of usage data collected to better inform CDK development and improve communication for security concerns and emerging issues."
|
|
1554
|
+
},
|
|
1555
|
+
"@aws-cdk/aws-lambda:createNewPoliciesWithAddToRolePolicy": {
|
|
1556
|
+
"userValue": false,
|
|
1557
|
+
"recommendedValue": false,
|
|
1558
|
+
"explanation": "[Deprecated] When enabled, Lambda will create new inline policies with AddToRolePolicy instead of adding to the Default Policy Statement"
|
|
1559
|
+
},
|
|
1560
|
+
"@aws-cdk/aws-s3:setUniqueReplicationRoleName": {
|
|
1561
|
+
"userValue": true,
|
|
1562
|
+
"recommendedValue": true,
|
|
1563
|
+
"explanation": "When enabled, CDK will automatically generate a unique role name that is used for s3 object replication."
|
|
1564
|
+
},
|
|
1565
|
+
"@aws-cdk/pipelines:reduceStageRoleTrustScope": {
|
|
1566
|
+
"recommendedValue": true,
|
|
1567
|
+
"explanation": "Remove the root account principal from Stage addActions trust policy"
|
|
1568
|
+
},
|
|
1569
|
+
"@aws-cdk/aws-events:requireEventBusPolicySid": {
|
|
1570
|
+
"userValue": true,
|
|
1571
|
+
"recommendedValue": true,
|
|
1572
|
+
"explanation": "When enabled, grantPutEventsTo() will use resource policies with Statement IDs for service principals."
|
|
1573
|
+
},
|
|
1574
|
+
"@aws-cdk/core:aspectPrioritiesMutating": {
|
|
1575
|
+
"userValue": true,
|
|
1576
|
+
"recommendedValue": true,
|
|
1577
|
+
"explanation": "When set to true, Aspects added by the construct library on your behalf will be given a priority of MUTATING."
|
|
1578
|
+
},
|
|
1579
|
+
"@aws-cdk/aws-dynamodb:retainTableReplica": {
|
|
1580
|
+
"userValue": true,
|
|
1581
|
+
"recommendedValue": true,
|
|
1582
|
+
"explanation": "When enabled, table replica will be default to the removal policy of source table unless specified otherwise."
|
|
1583
|
+
},
|
|
1584
|
+
"@aws-cdk/cognito:logUserPoolClientSecretValue": {
|
|
1585
|
+
"recommendedValue": false,
|
|
1586
|
+
"explanation": "When disabled, the value of the user pool client secret will not be logged in the custom resource lambda function logs."
|
|
1587
|
+
},
|
|
1588
|
+
"@aws-cdk/pipelines:reduceCrossAccountActionRoleTrustScope": {
|
|
1589
|
+
"recommendedValue": true,
|
|
1590
|
+
"explanation": "When enabled, scopes down the trust policy for the cross-account action role"
|
|
1591
|
+
},
|
|
1592
|
+
"@aws-cdk/aws-stepfunctions:useDistributedMapResultWriterV2": {
|
|
1593
|
+
"userValue": true,
|
|
1594
|
+
"recommendedValue": true,
|
|
1595
|
+
"explanation": "When enabled, the resultWriterV2 property of DistributedMap will be used insted of resultWriter"
|
|
1596
|
+
},
|
|
1597
|
+
"@aws-cdk/s3-notifications:addS3TrustKeyPolicyForSnsSubscriptions": {
|
|
1598
|
+
"userValue": true,
|
|
1599
|
+
"recommendedValue": true,
|
|
1600
|
+
"explanation": "Add an S3 trust policy to a KMS key resource policy for SNS subscriptions."
|
|
1601
|
+
},
|
|
1602
|
+
"@aws-cdk/aws-ec2:requirePrivateSubnetsForEgressOnlyInternetGateway": {
|
|
1603
|
+
"userValue": true,
|
|
1604
|
+
"recommendedValue": true,
|
|
1605
|
+
"explanation": "When enabled, the EgressOnlyGateway resource is only created if private subnets are defined in the dual-stack VPC."
|
|
1606
|
+
},
|
|
1607
|
+
"@aws-cdk/aws-ec2-alpha:useResourceIdForVpcV2Migration": {
|
|
1608
|
+
"recommendedValue": false,
|
|
1609
|
+
"explanation": "When enabled, use resource IDs for VPC V2 migration"
|
|
1610
|
+
},
|
|
1611
|
+
"@aws-cdk/aws-s3:publicAccessBlockedByDefault": {
|
|
1612
|
+
"userValue": true,
|
|
1613
|
+
"recommendedValue": true,
|
|
1614
|
+
"explanation": "When enabled, setting any combination of options for BlockPublicAccess will automatically set true for any options not defined."
|
|
1615
|
+
},
|
|
1616
|
+
"@aws-cdk/aws-lambda:useCdkManagedLogGroup": {
|
|
1617
|
+
"userValue": true,
|
|
1618
|
+
"recommendedValue": true,
|
|
1619
|
+
"explanation": "When enabled, CDK creates and manages loggroup for the lambda function"
|
|
1620
|
+
}
|
|
1621
|
+
}
|
|
1622
|
+
}
|
|
423
1623
|
}
|
|
424
|
-
}
|
|
1624
|
+
},
|
|
1625
|
+
"minimumCliVersion": "2.1021.0"
|
|
425
1626
|
}
|