@aws-solutions-constructs/aws-fargate-opensearch 2.102.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 (29) hide show
  1. package/.jsii +78 -4
  2. package/lib/index.js +1 -1
  3. package/package.json +6 -6
  4. package/test/integ.faropn-existing-resources.js.snapshot/asset.02b51ab524e7bcf8f477de3e71e5f9a72e448301b26ba62e9e75a14f9c55a093/__entrypoint__.js +1 -0
  5. package/test/integ.faropn-existing-resources.js.snapshot/cdk.out +1 -1
  6. package/test/integ.faropn-existing-resources.js.snapshot/faropn-existing-resources.assets.json +8 -8
  7. package/test/integ.faropn-existing-resources.js.snapshot/faropn-existing-resources.metadata.json +1005 -0
  8. package/test/integ.faropn-existing-resources.js.snapshot/faropn-existing-resources.template.json +2 -2
  9. package/test/integ.faropn-existing-resources.js.snapshot/faropnexistingresourcesIntegDefaultTestDeployAssert753D5E58.assets.json +1 -1
  10. package/test/integ.faropn-existing-resources.js.snapshot/faropnexistingresourcesIntegDefaultTestDeployAssert753D5E58.metadata.json +14 -0
  11. package/test/integ.faropn-existing-resources.js.snapshot/integ.json +2 -2
  12. package/test/integ.faropn-existing-resources.js.snapshot/manifest.json +57 -1034
  13. package/test/integ.faropn-existing-resources.js.snapshot/tree.json +1 -1
  14. package/test/integ.faropn-existing-resources.js.snapshot/validation-report.json +27 -0
  15. package/test/integ.faropn-new-resources.js.snapshot/asset.02b51ab524e7bcf8f477de3e71e5f9a72e448301b26ba62e9e75a14f9c55a093/__entrypoint__.js +1 -0
  16. package/test/integ.faropn-new-resources.js.snapshot/cdk.out +1 -1
  17. package/test/integ.faropn-new-resources.js.snapshot/faropn-new-resources.assets.json +8 -8
  18. package/test/integ.faropn-new-resources.js.snapshot/faropn-new-resources.metadata.json +1005 -0
  19. package/test/integ.faropn-new-resources.js.snapshot/faropn-new-resources.template.json +2 -2
  20. package/test/integ.faropn-new-resources.js.snapshot/faropnnewresourcesIntegDefaultTestDeployAssert740558EF.assets.json +1 -1
  21. package/test/integ.faropn-new-resources.js.snapshot/faropnnewresourcesIntegDefaultTestDeployAssert740558EF.metadata.json +14 -0
  22. package/test/integ.faropn-new-resources.js.snapshot/integ.json +2 -2
  23. package/test/integ.faropn-new-resources.js.snapshot/manifest.json +57 -1033
  24. package/test/integ.faropn-new-resources.js.snapshot/tree.json +1 -1
  25. package/test/integ.faropn-new-resources.js.snapshot/validation-report.json +27 -0
  26. package/test/integ.faropn-existing-resources.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +0 -1
  27. package/test/integ.faropn-new-resources.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +0 -1
  28. /package/test/integ.faropn-existing-resources.js.snapshot/{asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200 → asset.02b51ab524e7bcf8f477de3e71e5f9a72e448301b26ba62e9e75a14f9c55a093}/index.js +0 -0
  29. /package/test/integ.faropn-new-resources.js.snapshot/{asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200 → asset.02b51ab524e7bcf8f477de3e71e5f9a72e448301b26ba62e9e75a14f9c55a093}/index.js +0 -0
@@ -0,0 +1,1005 @@
1
+ {
2
+ "/faropn-new-resources/Vpc": [
3
+ {
4
+ "type": "aws:cdk:analytics:construct",
5
+ "data": {
6
+ "enableDnsHostnames": true,
7
+ "enableDnsSupport": true
8
+ }
9
+ }
10
+ ],
11
+ "/faropn-new-resources/Custom::VpcRestrictDefaultSGCustomResourceProvider": [
12
+ {
13
+ "type": "aws:cdk:is-custom-resource-handler-customResourceProvider",
14
+ "data": true
15
+ }
16
+ ],
17
+ "/faropn-new-resources/faropn-new-resources-ECR_API-security-group": [
18
+ {
19
+ "type": "aws:cdk:analytics:construct",
20
+ "data": {
21
+ "vpc": "*",
22
+ "allowAllOutbound": true
23
+ }
24
+ },
25
+ {
26
+ "type": "aws:cdk:analytics:method",
27
+ "data": {
28
+ "addIngressRule": [
29
+ {
30
+ "canInlineRule": true,
31
+ "connections": "*",
32
+ "uniqueId": "*"
33
+ },
34
+ {},
35
+ "*",
36
+ "*"
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "type": "aws:cdk:analytics:method",
42
+ "data": {
43
+ "addIngressRule": [
44
+ {
45
+ "canInlineRule": true,
46
+ "connections": "*",
47
+ "uniqueId": "*"
48
+ },
49
+ {},
50
+ "*",
51
+ false
52
+ ]
53
+ }
54
+ }
55
+ ],
56
+ "/faropn-new-resources/faropn-new-resources-ECR_DKR-security-group": [
57
+ {
58
+ "type": "aws:cdk:analytics:construct",
59
+ "data": {
60
+ "vpc": "*",
61
+ "allowAllOutbound": true
62
+ }
63
+ },
64
+ {
65
+ "type": "aws:cdk:analytics:method",
66
+ "data": {
67
+ "addIngressRule": [
68
+ {
69
+ "canInlineRule": true,
70
+ "connections": "*",
71
+ "uniqueId": "*"
72
+ },
73
+ {},
74
+ "*",
75
+ "*"
76
+ ]
77
+ }
78
+ },
79
+ {
80
+ "type": "aws:cdk:analytics:method",
81
+ "data": {
82
+ "addIngressRule": [
83
+ {
84
+ "canInlineRule": true,
85
+ "connections": "*",
86
+ "uniqueId": "*"
87
+ },
88
+ {},
89
+ "*",
90
+ false
91
+ ]
92
+ }
93
+ }
94
+ ],
95
+ "/faropn-new-resources/test-construct-cluster": [
96
+ {
97
+ "type": "aws:cdk:analytics:construct",
98
+ "data": {
99
+ "vpc": "*"
100
+ }
101
+ }
102
+ ],
103
+ "/faropn-new-resources/test-construct-taskdef": [
104
+ {
105
+ "type": "aws:cdk:analytics:construct",
106
+ "data": "*"
107
+ },
108
+ {
109
+ "type": "aws:cdk:analytics:construct",
110
+ "data": "*"
111
+ },
112
+ {
113
+ "type": "aws:cdk:analytics:method",
114
+ "data": "*"
115
+ }
116
+ ],
117
+ "/faropn-new-resources/test-construct-sg": [
118
+ {
119
+ "type": "aws:cdk:analytics:construct",
120
+ "data": {
121
+ "allowAllOutbound": true,
122
+ "disableInlineRules": false,
123
+ "vpc": "*",
124
+ "description": "*"
125
+ }
126
+ }
127
+ ],
128
+ "/faropn-new-resources/test-construct-service": [
129
+ {
130
+ "type": "aws:cdk:warning",
131
+ "data": "Enable the 'circuitBreaker' property to trigger a quicker deployment failure if tasks are failing to come start (without this setting deployments may take up to 3 hours to fail). [ack: @aws-cdk/aws-ecs:shouldUseCircuitBreaker]",
132
+ "trace": [
133
+ "Annotations.addMessage (/Users/biffgaut/Documents/Active/AWS/Constructs/github/RefreshCdk/aws-solutions-constructs/source/node_modules/aws-cdk-lib/core/lib/annotations.js:1:3441)",
134
+ "Annotations.addWarningV2 (/Users/biffgaut/Documents/Active/AWS/Constructs/github/RefreshCdk/aws-solutions-constructs/source/node_modules/aws-cdk-lib/core/lib/annotations.js:1:2129)",
135
+ "new BaseService2 (/Users/biffgaut/Documents/Active/AWS/Constructs/github/RefreshCdk/aws-solutions-constructs/source/node_modules/aws-cdk-lib/aws-ecs/lib/base/base-service.js:1:14671)",
136
+ "new BaseService2 (/Users/biffgaut/Documents/Active/AWS/Constructs/github/RefreshCdk/aws-solutions-constructs/source/node_modules/aws-cdk-lib/core/lib/no-box-stack-traces.js:1:345)",
137
+ "new FargateService2 (/Users/biffgaut/Documents/Active/AWS/Constructs/github/RefreshCdk/aws-solutions-constructs/source/node_modules/aws-cdk-lib/aws-ecs/lib/fargate/fargate-service.js:1:7829)",
138
+ "new FargateService2 (/Users/biffgaut/Documents/Active/AWS/Constructs/github/RefreshCdk/aws-solutions-constructs/source/node_modules/aws-cdk-lib/core/lib/prop-injectable.js:1:855)",
139
+ "Object.CreateFargateService (/Users/biffgaut/Documents/Active/AWS/Constructs/github/RefreshCdk/aws-solutions-constructs/source/patterns/@aws-solutions-constructs/core/lib/fargate-helper.js:83:24)",
140
+ "new FargateToOpenSearch (/Users/biffgaut/Documents/Active/AWS/Constructs/github/RefreshCdk/aws-solutions-constructs/source/patterns/@aws-solutions-constructs/aws-fargate-opensearch/lib/index.js:42:59)",
141
+ "Object.<anonymous> (/Users/biffgaut/Documents/Active/AWS/Constructs/github/RefreshCdk/aws-solutions-constructs/source/patterns/@aws-solutions-constructs/aws-fargate-opensearch/test/integ.faropn-new-resources.js:36:1)",
142
+ "Module._compile (node:internal/modules/cjs/loader:1706:14)",
143
+ "Object..js (node:internal/modules/cjs/loader:1839:10)",
144
+ "Module.load (node:internal/modules/cjs/loader:1441:32)",
145
+ "Function._load (node:internal/modules/cjs/loader:1263:12)",
146
+ "TracingChannel.traceSync (node:diagnostics_channel:328:14)",
147
+ "wrapModuleLoad (node:internal/modules/cjs/loader:237:24)",
148
+ "Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:171:5)",
149
+ "node:internal/main/run_main_module:36:49"
150
+ ]
151
+ },
152
+ {
153
+ "type": "aws:cdk:analytics:construct",
154
+ "data": "*"
155
+ }
156
+ ],
157
+ "/faropn-new-resources/BootstrapVersion": [
158
+ {
159
+ "type": "aws:cdk:logicalId",
160
+ "data": "BootstrapVersion"
161
+ }
162
+ ],
163
+ "/faropn-new-resources/CheckBootstrapVersion": [
164
+ {
165
+ "type": "aws:cdk:logicalId",
166
+ "data": "CheckBootstrapVersion"
167
+ }
168
+ ],
169
+ "/faropn-new-resources/test-construct/CognitoUserPool": [
170
+ {
171
+ "type": "aws:cdk:analytics:construct",
172
+ "data": "*"
173
+ }
174
+ ],
175
+ "/faropn-new-resources/test-construct/CognitoUserPoolClient": [
176
+ {
177
+ "type": "aws:cdk:analytics:construct",
178
+ "data": {
179
+ "userPool": "*"
180
+ }
181
+ }
182
+ ],
183
+ "/faropn-new-resources/test-construct/CognitoIdentityPool": [
184
+ {
185
+ "type": "aws:cdk:logicalId",
186
+ "data": "testconstructCognitoIdentityPool51EFD08D"
187
+ }
188
+ ],
189
+ "/faropn-new-resources/test-construct/UserPoolDomain": [
190
+ {
191
+ "type": "aws:cdk:logicalId",
192
+ "data": "testconstructUserPoolDomain6B64F32F"
193
+ }
194
+ ],
195
+ "/faropn-new-resources/test-construct/CognitoAuthorizedRole": [
196
+ {
197
+ "type": "aws:cdk:analytics:construct",
198
+ "data": {
199
+ "assumedBy": {
200
+ "principalAccount": "*",
201
+ "assumeRoleAction": "*"
202
+ },
203
+ "inlinePolicies": "*"
204
+ }
205
+ }
206
+ ],
207
+ "/faropn-new-resources/test-construct/IdentityPoolRoleMapping": [
208
+ {
209
+ "type": "aws:cdk:logicalId",
210
+ "data": "testconstructIdentityPoolRoleMapping1391CBDD"
211
+ }
212
+ ],
213
+ "/faropn-new-resources/test-construct/CognitoDashboardConfigureRole": [
214
+ {
215
+ "type": "aws:cdk:analytics:construct",
216
+ "data": {
217
+ "assumedBy": {
218
+ "principalAccount": "*",
219
+ "assumeRoleAction": "*"
220
+ }
221
+ }
222
+ },
223
+ {
224
+ "type": "aws:cdk:analytics:method",
225
+ "data": {
226
+ "attachInlinePolicy": [
227
+ "*"
228
+ ]
229
+ }
230
+ }
231
+ ],
232
+ "/faropn-new-resources/test-construct/CognitoDashboardConfigureRolePolicy": [
233
+ {
234
+ "type": "aws:cdk:analytics:construct",
235
+ "data": {
236
+ "statements": "*"
237
+ }
238
+ },
239
+ {
240
+ "type": "aws:cdk:analytics:method",
241
+ "data": {
242
+ "addStatements": [
243
+ {}
244
+ ]
245
+ }
246
+ },
247
+ {
248
+ "type": "aws:cdk:analytics:method",
249
+ "data": {
250
+ "addStatements": [
251
+ {}
252
+ ]
253
+ }
254
+ },
255
+ {
256
+ "type": "aws:cdk:analytics:method",
257
+ "data": {
258
+ "attachToRole": [
259
+ "*"
260
+ ]
261
+ }
262
+ },
263
+ {
264
+ "type": "aws:cdk:analytics:method",
265
+ "data": {
266
+ "attachToRole": [
267
+ "*"
268
+ ]
269
+ }
270
+ }
271
+ ],
272
+ "/faropn-new-resources/test-construct/OpenSearchDomain": [
273
+ {
274
+ "type": "aws:cdk:logicalId",
275
+ "data": "testconstructOpenSearchDomainD2A5B104"
276
+ }
277
+ ],
278
+ "/faropn-new-resources/test-construct/StatusRedAlarm": [
279
+ {
280
+ "type": "aws:cdk:analytics:construct",
281
+ "data": {
282
+ "metric": {
283
+ "warnings": "*",
284
+ "warningsV2": "*"
285
+ },
286
+ "threshold": "*",
287
+ "evaluationPeriods": "*",
288
+ "comparisonOperator": "*",
289
+ "alarmDescription": "*"
290
+ }
291
+ }
292
+ ],
293
+ "/faropn-new-resources/test-construct/StatusYellowAlarm": [
294
+ {
295
+ "type": "aws:cdk:analytics:construct",
296
+ "data": {
297
+ "metric": {
298
+ "warnings": "*",
299
+ "warningsV2": "*"
300
+ },
301
+ "threshold": "*",
302
+ "evaluationPeriods": "*",
303
+ "comparisonOperator": "*",
304
+ "alarmDescription": "*"
305
+ }
306
+ }
307
+ ],
308
+ "/faropn-new-resources/test-construct/FreeStorageSpaceTooLowAlarm": [
309
+ {
310
+ "type": "aws:cdk:analytics:construct",
311
+ "data": {
312
+ "metric": {
313
+ "warnings": "*",
314
+ "warningsV2": "*"
315
+ },
316
+ "threshold": "*",
317
+ "evaluationPeriods": "*",
318
+ "comparisonOperator": "*",
319
+ "alarmDescription": "*"
320
+ }
321
+ }
322
+ ],
323
+ "/faropn-new-resources/test-construct/IndexWritesBlockedTooHighAlarm": [
324
+ {
325
+ "type": "aws:cdk:analytics:construct",
326
+ "data": {
327
+ "metric": {
328
+ "warnings": "*",
329
+ "warningsV2": "*"
330
+ },
331
+ "threshold": "*",
332
+ "evaluationPeriods": "*",
333
+ "comparisonOperator": "*",
334
+ "alarmDescription": "*"
335
+ }
336
+ }
337
+ ],
338
+ "/faropn-new-resources/test-construct/AutomatedSnapshotFailureTooHighAlarm": [
339
+ {
340
+ "type": "aws:cdk:analytics:construct",
341
+ "data": {
342
+ "metric": {
343
+ "warnings": "*",
344
+ "warningsV2": "*"
345
+ },
346
+ "threshold": "*",
347
+ "evaluationPeriods": "*",
348
+ "comparisonOperator": "*",
349
+ "alarmDescription": "*"
350
+ }
351
+ }
352
+ ],
353
+ "/faropn-new-resources/test-construct/CPUUtilizationTooHighAlarm": [
354
+ {
355
+ "type": "aws:cdk:analytics:construct",
356
+ "data": {
357
+ "metric": {
358
+ "warnings": "*",
359
+ "warningsV2": "*"
360
+ },
361
+ "threshold": "*",
362
+ "evaluationPeriods": "*",
363
+ "comparisonOperator": "*",
364
+ "alarmDescription": "*"
365
+ }
366
+ }
367
+ ],
368
+ "/faropn-new-resources/test-construct/JVMMemoryPressureTooHighAlarm": [
369
+ {
370
+ "type": "aws:cdk:analytics:construct",
371
+ "data": {
372
+ "metric": {
373
+ "warnings": "*",
374
+ "warningsV2": "*"
375
+ },
376
+ "threshold": "*",
377
+ "evaluationPeriods": "*",
378
+ "comparisonOperator": "*",
379
+ "alarmDescription": "*"
380
+ }
381
+ }
382
+ ],
383
+ "/faropn-new-resources/test-construct/MasterCPUUtilizationTooHighAlarm": [
384
+ {
385
+ "type": "aws:cdk:analytics:construct",
386
+ "data": {
387
+ "metric": {
388
+ "warnings": "*",
389
+ "warningsV2": "*"
390
+ },
391
+ "threshold": "*",
392
+ "evaluationPeriods": "*",
393
+ "comparisonOperator": "*",
394
+ "alarmDescription": "*"
395
+ }
396
+ }
397
+ ],
398
+ "/faropn-new-resources/test-construct/MasterJVMMemoryPressureTooHighAlarm": [
399
+ {
400
+ "type": "aws:cdk:analytics:construct",
401
+ "data": {
402
+ "metric": {
403
+ "warnings": "*",
404
+ "warningsV2": "*"
405
+ },
406
+ "threshold": "*",
407
+ "evaluationPeriods": "*",
408
+ "comparisonOperator": "*",
409
+ "alarmDescription": "*"
410
+ }
411
+ }
412
+ ],
413
+ "/faropn-new-resources/Vpc/Resource": [
414
+ {
415
+ "type": "aws:cdk:logicalId",
416
+ "data": "Vpc8378EB38"
417
+ }
418
+ ],
419
+ "/faropn-new-resources/Vpc/PublicSubnet1": [
420
+ {
421
+ "type": "aws:cdk:analytics:construct",
422
+ "data": {
423
+ "availabilityZone": "*",
424
+ "vpcId": "*",
425
+ "cidrBlock": "*",
426
+ "mapPublicIpOnLaunch": true,
427
+ "ipv6CidrBlock": "*",
428
+ "assignIpv6AddressOnCreation": "*"
429
+ }
430
+ },
431
+ {
432
+ "type": "aws:cdk:analytics:construct",
433
+ "data": {
434
+ "availabilityZone": "*",
435
+ "vpcId": "*",
436
+ "cidrBlock": "*",
437
+ "mapPublicIpOnLaunch": true,
438
+ "ipv6CidrBlock": "*",
439
+ "assignIpv6AddressOnCreation": "*"
440
+ }
441
+ },
442
+ {
443
+ "type": "aws:cdk:analytics:method",
444
+ "data": {}
445
+ },
446
+ {
447
+ "type": "aws:cdk:analytics:method",
448
+ "data": {
449
+ "addNatGateway": [
450
+ "*"
451
+ ]
452
+ }
453
+ }
454
+ ],
455
+ "/faropn-new-resources/Vpc/PublicSubnet2": [
456
+ {
457
+ "type": "aws:cdk:analytics:construct",
458
+ "data": {
459
+ "availabilityZone": "*",
460
+ "vpcId": "*",
461
+ "cidrBlock": "*",
462
+ "mapPublicIpOnLaunch": true,
463
+ "ipv6CidrBlock": "*",
464
+ "assignIpv6AddressOnCreation": "*"
465
+ }
466
+ },
467
+ {
468
+ "type": "aws:cdk:analytics:construct",
469
+ "data": {
470
+ "availabilityZone": "*",
471
+ "vpcId": "*",
472
+ "cidrBlock": "*",
473
+ "mapPublicIpOnLaunch": true,
474
+ "ipv6CidrBlock": "*",
475
+ "assignIpv6AddressOnCreation": "*"
476
+ }
477
+ },
478
+ {
479
+ "type": "aws:cdk:analytics:method",
480
+ "data": {}
481
+ },
482
+ {
483
+ "type": "aws:cdk:analytics:method",
484
+ "data": {
485
+ "addNatGateway": [
486
+ "*"
487
+ ]
488
+ }
489
+ }
490
+ ],
491
+ "/faropn-new-resources/Vpc/PrivateSubnet1": [
492
+ {
493
+ "type": "aws:cdk:analytics:construct",
494
+ "data": {
495
+ "availabilityZone": "*",
496
+ "vpcId": "*",
497
+ "cidrBlock": "*",
498
+ "mapPublicIpOnLaunch": false,
499
+ "ipv6CidrBlock": "*",
500
+ "assignIpv6AddressOnCreation": "*"
501
+ }
502
+ },
503
+ {
504
+ "type": "aws:cdk:analytics:construct",
505
+ "data": {
506
+ "availabilityZone": "*",
507
+ "vpcId": "*",
508
+ "cidrBlock": "*",
509
+ "mapPublicIpOnLaunch": false,
510
+ "ipv6CidrBlock": "*",
511
+ "assignIpv6AddressOnCreation": "*"
512
+ }
513
+ },
514
+ {
515
+ "type": "aws:cdk:analytics:method",
516
+ "data": {}
517
+ }
518
+ ],
519
+ "/faropn-new-resources/Vpc/PrivateSubnet2": [
520
+ {
521
+ "type": "aws:cdk:analytics:construct",
522
+ "data": {
523
+ "availabilityZone": "*",
524
+ "vpcId": "*",
525
+ "cidrBlock": "*",
526
+ "mapPublicIpOnLaunch": false,
527
+ "ipv6CidrBlock": "*",
528
+ "assignIpv6AddressOnCreation": "*"
529
+ }
530
+ },
531
+ {
532
+ "type": "aws:cdk:analytics:construct",
533
+ "data": {
534
+ "availabilityZone": "*",
535
+ "vpcId": "*",
536
+ "cidrBlock": "*",
537
+ "mapPublicIpOnLaunch": false,
538
+ "ipv6CidrBlock": "*",
539
+ "assignIpv6AddressOnCreation": "*"
540
+ }
541
+ },
542
+ {
543
+ "type": "aws:cdk:analytics:method",
544
+ "data": {}
545
+ }
546
+ ],
547
+ "/faropn-new-resources/Vpc/IGW": [
548
+ {
549
+ "type": "aws:cdk:logicalId",
550
+ "data": "VpcIGWD7BA715C"
551
+ }
552
+ ],
553
+ "/faropn-new-resources/Vpc/VPCGW": [
554
+ {
555
+ "type": "aws:cdk:logicalId",
556
+ "data": "VpcVPCGWBF912B6E"
557
+ }
558
+ ],
559
+ "/faropn-new-resources/Vpc/RestrictDefaultSecurityGroupCustomResource": [
560
+ {
561
+ "type": "aws:cdk:analytics:construct",
562
+ "data": "*"
563
+ }
564
+ ],
565
+ "/faropn-new-resources/Vpc/FlowLog": [
566
+ {
567
+ "type": "aws:cdk:analytics:construct",
568
+ "data": {
569
+ "resourceType": "*"
570
+ }
571
+ }
572
+ ],
573
+ "/faropn-new-resources/Vpc/ECR_API": [
574
+ {
575
+ "type": "aws:cdk:analytics:construct",
576
+ "data": {
577
+ "vpc": "*",
578
+ "service": {
579
+ "name": "*",
580
+ "port": "*",
581
+ "privateDnsDefault": true
582
+ },
583
+ "securityGroups": [
584
+ "*"
585
+ ]
586
+ }
587
+ }
588
+ ],
589
+ "/faropn-new-resources/Vpc/ECR_DKR": [
590
+ {
591
+ "type": "aws:cdk:analytics:construct",
592
+ "data": {
593
+ "vpc": "*",
594
+ "service": {
595
+ "name": "*",
596
+ "port": "*",
597
+ "privateDnsDefault": true
598
+ },
599
+ "securityGroups": [
600
+ "*"
601
+ ]
602
+ }
603
+ }
604
+ ],
605
+ "/faropn-new-resources/Vpc/S3": [
606
+ {
607
+ "type": "aws:cdk:analytics:construct",
608
+ "data": {
609
+ "vpc": "*",
610
+ "service": {
611
+ "name": "*"
612
+ }
613
+ }
614
+ }
615
+ ],
616
+ "/faropn-new-resources/Custom::VpcRestrictDefaultSGCustomResourceProvider/Role": [
617
+ {
618
+ "type": "aws:cdk:logicalId",
619
+ "data": "CustomVpcRestrictDefaultSGCustomResourceProviderRole26592FE0"
620
+ }
621
+ ],
622
+ "/faropn-new-resources/Custom::VpcRestrictDefaultSGCustomResourceProvider/Handler": [
623
+ {
624
+ "type": "aws:cdk:logicalId",
625
+ "data": "CustomVpcRestrictDefaultSGCustomResourceProviderHandlerDC833E5E"
626
+ }
627
+ ],
628
+ "/faropn-new-resources/faropn-new-resources-ECR_API-security-group/Resource": [
629
+ {
630
+ "type": "aws:cdk:logicalId",
631
+ "data": "faropnnewresourcesECRAPIsecuritygroup518CB3F4"
632
+ }
633
+ ],
634
+ "/faropn-new-resources/faropn-new-resources-ECR_DKR-security-group/Resource": [
635
+ {
636
+ "type": "aws:cdk:logicalId",
637
+ "data": "faropnnewresourcesECRDKRsecuritygroup12106D60"
638
+ }
639
+ ],
640
+ "/faropn-new-resources/test-construct-cluster/Resource": [
641
+ {
642
+ "type": "aws:cdk:logicalId",
643
+ "data": "testconstructcluster7B6231C5"
644
+ }
645
+ ],
646
+ "/faropn-new-resources/test-construct-taskdef/TaskRole": [
647
+ {
648
+ "type": "aws:cdk:analytics:construct",
649
+ "data": {
650
+ "assumedBy": {
651
+ "principalAccount": "*",
652
+ "assumeRoleAction": "*"
653
+ }
654
+ }
655
+ }
656
+ ],
657
+ "/faropn-new-resources/test-construct-taskdef/Resource": [
658
+ {
659
+ "type": "aws:cdk:logicalId",
660
+ "data": "testconstructtaskdef8BD1F9E4"
661
+ }
662
+ ],
663
+ "/faropn-new-resources/test-construct-sg/Resource": [
664
+ {
665
+ "type": "aws:cdk:logicalId",
666
+ "data": "testconstructsgA602AA29"
667
+ }
668
+ ],
669
+ "/faropn-new-resources/test-construct-service/Service": [
670
+ {
671
+ "type": "aws:cdk:logicalId",
672
+ "data": "testconstructserviceService13074A8F"
673
+ }
674
+ ],
675
+ "/faropn-new-resources/test-construct/CognitoUserPool/Resource": [
676
+ {
677
+ "type": "aws:cdk:logicalId",
678
+ "data": "testconstructCognitoUserPoolA4991355"
679
+ }
680
+ ],
681
+ "/faropn-new-resources/test-construct/CognitoUserPoolClient/Resource": [
682
+ {
683
+ "type": "aws:cdk:logicalId",
684
+ "data": "testconstructCognitoUserPoolClient36ACF012"
685
+ }
686
+ ],
687
+ "/faropn-new-resources/test-construct/CognitoAuthorizedRole/Resource": [
688
+ {
689
+ "type": "aws:cdk:logicalId",
690
+ "data": "testconstructCognitoAuthorizedRole7BA83790"
691
+ }
692
+ ],
693
+ "/faropn-new-resources/test-construct/CognitoDashboardConfigureRole/Resource": [
694
+ {
695
+ "type": "aws:cdk:logicalId",
696
+ "data": "testconstructCognitoDashboardConfigureRoleFA66EB70"
697
+ }
698
+ ],
699
+ "/faropn-new-resources/test-construct/CognitoDashboardConfigureRolePolicy/Resource": [
700
+ {
701
+ "type": "aws:cdk:logicalId",
702
+ "data": "testconstructCognitoDashboardConfigureRolePolicy3EC6F1C4"
703
+ }
704
+ ],
705
+ "/faropn-new-resources/test-construct/StatusRedAlarm/Resource": [
706
+ {
707
+ "type": "aws:cdk:logicalId",
708
+ "data": "testconstructStatusRedAlarmFBEA96DF"
709
+ }
710
+ ],
711
+ "/faropn-new-resources/test-construct/StatusYellowAlarm/Resource": [
712
+ {
713
+ "type": "aws:cdk:logicalId",
714
+ "data": "testconstructStatusYellowAlarm3B8C3640"
715
+ }
716
+ ],
717
+ "/faropn-new-resources/test-construct/FreeStorageSpaceTooLowAlarm/Resource": [
718
+ {
719
+ "type": "aws:cdk:logicalId",
720
+ "data": "testconstructFreeStorageSpaceTooLowAlarm08294658"
721
+ }
722
+ ],
723
+ "/faropn-new-resources/test-construct/IndexWritesBlockedTooHighAlarm/Resource": [
724
+ {
725
+ "type": "aws:cdk:logicalId",
726
+ "data": "testconstructIndexWritesBlockedTooHighAlarm06094A18"
727
+ }
728
+ ],
729
+ "/faropn-new-resources/test-construct/AutomatedSnapshotFailureTooHighAlarm/Resource": [
730
+ {
731
+ "type": "aws:cdk:logicalId",
732
+ "data": "testconstructAutomatedSnapshotFailureTooHighAlarm29E550A3"
733
+ }
734
+ ],
735
+ "/faropn-new-resources/test-construct/CPUUtilizationTooHighAlarm/Resource": [
736
+ {
737
+ "type": "aws:cdk:logicalId",
738
+ "data": "testconstructCPUUtilizationTooHighAlarmD32179B7"
739
+ }
740
+ ],
741
+ "/faropn-new-resources/test-construct/JVMMemoryPressureTooHighAlarm/Resource": [
742
+ {
743
+ "type": "aws:cdk:logicalId",
744
+ "data": "testconstructJVMMemoryPressureTooHighAlarmFD4175A0"
745
+ }
746
+ ],
747
+ "/faropn-new-resources/test-construct/MasterCPUUtilizationTooHighAlarm/Resource": [
748
+ {
749
+ "type": "aws:cdk:logicalId",
750
+ "data": "testconstructMasterCPUUtilizationTooHighAlarmAA50D0A7"
751
+ }
752
+ ],
753
+ "/faropn-new-resources/test-construct/MasterJVMMemoryPressureTooHighAlarm/Resource": [
754
+ {
755
+ "type": "aws:cdk:logicalId",
756
+ "data": "testconstructMasterJVMMemoryPressureTooHighAlarm5AE37D64"
757
+ }
758
+ ],
759
+ "/faropn-new-resources/Vpc/PublicSubnet1/Subnet": [
760
+ {
761
+ "type": "aws:cdk:logicalId",
762
+ "data": "VpcPublicSubnet1Subnet5C2D37C4"
763
+ }
764
+ ],
765
+ "/faropn-new-resources/Vpc/PublicSubnet1/RouteTable": [
766
+ {
767
+ "type": "aws:cdk:logicalId",
768
+ "data": "VpcPublicSubnet1RouteTable6C95E38E"
769
+ }
770
+ ],
771
+ "/faropn-new-resources/Vpc/PublicSubnet1/RouteTableAssociation": [
772
+ {
773
+ "type": "aws:cdk:logicalId",
774
+ "data": "VpcPublicSubnet1RouteTableAssociation97140677"
775
+ }
776
+ ],
777
+ "/faropn-new-resources/Vpc/PublicSubnet1/DefaultRoute": [
778
+ {
779
+ "type": "aws:cdk:logicalId",
780
+ "data": "VpcPublicSubnet1DefaultRoute3DA9E72A"
781
+ }
782
+ ],
783
+ "/faropn-new-resources/Vpc/PublicSubnet1/EIP": [
784
+ {
785
+ "type": "aws:cdk:logicalId",
786
+ "data": "VpcPublicSubnet1EIPD7E02669"
787
+ }
788
+ ],
789
+ "/faropn-new-resources/Vpc/PublicSubnet1/NATGateway": [
790
+ {
791
+ "type": "aws:cdk:logicalId",
792
+ "data": "VpcPublicSubnet1NATGateway4D7517AA"
793
+ }
794
+ ],
795
+ "/faropn-new-resources/Vpc/PublicSubnet2/Subnet": [
796
+ {
797
+ "type": "aws:cdk:logicalId",
798
+ "data": "VpcPublicSubnet2Subnet691E08A3"
799
+ }
800
+ ],
801
+ "/faropn-new-resources/Vpc/PublicSubnet2/RouteTable": [
802
+ {
803
+ "type": "aws:cdk:logicalId",
804
+ "data": "VpcPublicSubnet2RouteTable94F7E489"
805
+ }
806
+ ],
807
+ "/faropn-new-resources/Vpc/PublicSubnet2/RouteTableAssociation": [
808
+ {
809
+ "type": "aws:cdk:logicalId",
810
+ "data": "VpcPublicSubnet2RouteTableAssociationDD5762D8"
811
+ }
812
+ ],
813
+ "/faropn-new-resources/Vpc/PublicSubnet2/DefaultRoute": [
814
+ {
815
+ "type": "aws:cdk:logicalId",
816
+ "data": "VpcPublicSubnet2DefaultRoute97F91067"
817
+ }
818
+ ],
819
+ "/faropn-new-resources/Vpc/PublicSubnet2/EIP": [
820
+ {
821
+ "type": "aws:cdk:logicalId",
822
+ "data": "VpcPublicSubnet2EIP3C605A87"
823
+ }
824
+ ],
825
+ "/faropn-new-resources/Vpc/PublicSubnet2/NATGateway": [
826
+ {
827
+ "type": "aws:cdk:logicalId",
828
+ "data": "VpcPublicSubnet2NATGateway9182C01D"
829
+ }
830
+ ],
831
+ "/faropn-new-resources/Vpc/PrivateSubnet1/Subnet": [
832
+ {
833
+ "type": "aws:cdk:logicalId",
834
+ "data": "VpcPrivateSubnet1Subnet536B997A"
835
+ }
836
+ ],
837
+ "/faropn-new-resources/Vpc/PrivateSubnet1/RouteTable": [
838
+ {
839
+ "type": "aws:cdk:logicalId",
840
+ "data": "VpcPrivateSubnet1RouteTableB2C5B500"
841
+ }
842
+ ],
843
+ "/faropn-new-resources/Vpc/PrivateSubnet1/RouteTableAssociation": [
844
+ {
845
+ "type": "aws:cdk:logicalId",
846
+ "data": "VpcPrivateSubnet1RouteTableAssociation70C59FA6"
847
+ }
848
+ ],
849
+ "/faropn-new-resources/Vpc/PrivateSubnet1/DefaultRoute": [
850
+ {
851
+ "type": "aws:cdk:logicalId",
852
+ "data": "VpcPrivateSubnet1DefaultRouteBE02A9ED"
853
+ }
854
+ ],
855
+ "/faropn-new-resources/Vpc/PrivateSubnet2/Subnet": [
856
+ {
857
+ "type": "aws:cdk:logicalId",
858
+ "data": "VpcPrivateSubnet2Subnet3788AAA1"
859
+ }
860
+ ],
861
+ "/faropn-new-resources/Vpc/PrivateSubnet2/RouteTable": [
862
+ {
863
+ "type": "aws:cdk:logicalId",
864
+ "data": "VpcPrivateSubnet2RouteTableA678073B"
865
+ }
866
+ ],
867
+ "/faropn-new-resources/Vpc/PrivateSubnet2/RouteTableAssociation": [
868
+ {
869
+ "type": "aws:cdk:logicalId",
870
+ "data": "VpcPrivateSubnet2RouteTableAssociationA89CAD56"
871
+ }
872
+ ],
873
+ "/faropn-new-resources/Vpc/PrivateSubnet2/DefaultRoute": [
874
+ {
875
+ "type": "aws:cdk:logicalId",
876
+ "data": "VpcPrivateSubnet2DefaultRoute060D2087"
877
+ }
878
+ ],
879
+ "/faropn-new-resources/Vpc/RestrictDefaultSecurityGroupCustomResource/Default": [
880
+ {
881
+ "type": "aws:cdk:logicalId",
882
+ "data": "VpcRestrictDefaultSecurityGroupCustomResourceC73DA2BE"
883
+ }
884
+ ],
885
+ "/faropn-new-resources/Vpc/FlowLog/IAMRole": [
886
+ {
887
+ "type": "aws:cdk:analytics:construct",
888
+ "data": {
889
+ "roleName": "*",
890
+ "assumedBy": {
891
+ "principalAccount": "*",
892
+ "assumeRoleAction": "*"
893
+ }
894
+ }
895
+ },
896
+ {
897
+ "type": "aws:cdk:analytics:method",
898
+ "data": {
899
+ "addToPrincipalPolicy": [
900
+ {}
901
+ ]
902
+ }
903
+ },
904
+ {
905
+ "type": "aws:cdk:analytics:method",
906
+ "data": {
907
+ "attachInlinePolicy": [
908
+ "*"
909
+ ]
910
+ }
911
+ },
912
+ {
913
+ "type": "aws:cdk:analytics:method",
914
+ "data": {
915
+ "attachInlinePolicy": [
916
+ "*"
917
+ ]
918
+ }
919
+ }
920
+ ],
921
+ "/faropn-new-resources/Vpc/FlowLog/LogGroup": [
922
+ {
923
+ "type": "aws:cdk:analytics:construct",
924
+ "data": "*"
925
+ }
926
+ ],
927
+ "/faropn-new-resources/Vpc/FlowLog/FlowLog": [
928
+ {
929
+ "type": "aws:cdk:logicalId",
930
+ "data": "VpcFlowLog8FF33A73"
931
+ }
932
+ ],
933
+ "/faropn-new-resources/Vpc/ECR_API/Resource": [
934
+ {
935
+ "type": "aws:cdk:logicalId",
936
+ "data": "VpcECRAPI9A3B6A2B"
937
+ }
938
+ ],
939
+ "/faropn-new-resources/Vpc/ECR_DKR/Resource": [
940
+ {
941
+ "type": "aws:cdk:logicalId",
942
+ "data": "VpcECRDKR604E039F"
943
+ }
944
+ ],
945
+ "/faropn-new-resources/Vpc/S3/Resource": [
946
+ {
947
+ "type": "aws:cdk:logicalId",
948
+ "data": "VpcS3A5408339"
949
+ }
950
+ ],
951
+ "/faropn-new-resources/test-construct-taskdef/TaskRole/Resource": [
952
+ {
953
+ "type": "aws:cdk:logicalId",
954
+ "data": "testconstructtaskdefTaskRoleC60414C4"
955
+ }
956
+ ],
957
+ "/faropn-new-resources/Vpc/FlowLog/IAMRole/Resource": [
958
+ {
959
+ "type": "aws:cdk:logicalId",
960
+ "data": "VpcFlowLogIAMRole6A475D41"
961
+ }
962
+ ],
963
+ "/faropn-new-resources/Vpc/FlowLog/IAMRole/DefaultPolicy": [
964
+ {
965
+ "type": "aws:cdk:analytics:construct",
966
+ "data": "*"
967
+ },
968
+ {
969
+ "type": "aws:cdk:analytics:method",
970
+ "data": {
971
+ "attachToRole": [
972
+ "*"
973
+ ]
974
+ }
975
+ },
976
+ {
977
+ "type": "aws:cdk:analytics:method",
978
+ "data": {
979
+ "attachToRole": [
980
+ "*"
981
+ ]
982
+ }
983
+ },
984
+ {
985
+ "type": "aws:cdk:analytics:method",
986
+ "data": {
987
+ "addStatements": [
988
+ {}
989
+ ]
990
+ }
991
+ }
992
+ ],
993
+ "/faropn-new-resources/Vpc/FlowLog/LogGroup/Resource": [
994
+ {
995
+ "type": "aws:cdk:logicalId",
996
+ "data": "VpcFlowLogLogGroup7B5C56B9"
997
+ }
998
+ ],
999
+ "/faropn-new-resources/Vpc/FlowLog/IAMRole/DefaultPolicy/Resource": [
1000
+ {
1001
+ "type": "aws:cdk:logicalId",
1002
+ "data": "VpcFlowLogIAMRoleDefaultPolicy406FB995"
1003
+ }
1004
+ ]
1005
+ }