@aws-solutions-constructs/aws-fargate-kinesisstreams 2.79.0 → 2.80.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/.jsii +4 -43
  2. package/lib/index.js +1 -1
  3. package/package.json +6 -6
  4. package/test/integ.farkin-existingFargateService.js.snapshot/farkin-existingFargateService.assets.json +2 -2
  5. package/test/integ.farkin-existingFargateService.js.snapshot/farkin-existingFargateService.template.json +4 -4
  6. package/test/integ.farkin-existingFargateService.js.snapshot/manifest.json +570 -2
  7. package/test/integ.farkin-existingFargateService.js.snapshot/tree.json +484 -92
  8. package/test/integ.farkin-existingStream.js.snapshot/farkin-existingStream.assets.json +2 -2
  9. package/test/integ.farkin-existingStream.js.snapshot/farkin-existingStream.template.json +4 -4
  10. package/test/integ.farkin-existingStream.js.snapshot/manifest.json +570 -2
  11. package/test/integ.farkin-existingStream.js.snapshot/tree.json +484 -92
  12. package/test/integ.farkin-existingVpc.js.snapshot/farkin-existingVpc.assets.json +2 -2
  13. package/test/integ.farkin-existingVpc.js.snapshot/farkin-existingVpc.template.json +4 -4
  14. package/test/integ.farkin-existingVpc.js.snapshot/manifest.json +566 -2
  15. package/test/integ.farkin-existingVpc.js.snapshot/tree.json +480 -92
  16. package/test/integ.farkin-fargateServiceFromProps.js.snapshot/farkin-fargateServiceFromProps.assets.json +2 -2
  17. package/test/integ.farkin-fargateServiceFromProps.js.snapshot/farkin-fargateServiceFromProps.template.json +4 -4
  18. package/test/integ.farkin-fargateServiceFromProps.js.snapshot/manifest.json +569 -2
  19. package/test/integ.farkin-fargateServiceFromProps.js.snapshot/tree.json +483 -92
  20. package/test/integ.farkin-noArguments.js.snapshot/farkin-noArguments.assets.json +2 -2
  21. package/test/integ.farkin-noArguments.js.snapshot/farkin-noArguments.template.json +4 -4
  22. package/test/integ.farkin-noArguments.js.snapshot/manifest.json +569 -2
  23. package/test/integ.farkin-noArguments.js.snapshot/tree.json +483 -92
  24. package/test/integ.farkin-streamFromProps.js.snapshot/farkin-streamFromProps.assets.json +2 -2
  25. package/test/integ.farkin-streamFromProps.js.snapshot/farkin-streamFromProps.template.json +4 -4
  26. package/test/integ.farkin-streamFromProps.js.snapshot/manifest.json +570 -2
  27. package/test/integ.farkin-streamFromProps.js.snapshot/tree.json +484 -92
  28. package/test/integ.farkin-vpcFromProps.js.snapshot/farkin-vpcFromProps.assets.json +2 -2
  29. package/test/integ.farkin-vpcFromProps.js.snapshot/farkin-vpcFromProps.template.json +4 -4
  30. package/test/integ.farkin-vpcFromProps.js.snapshot/manifest.json +570 -2
  31. package/test/integ.farkin-vpcFromProps.js.snapshot/tree.json +484 -92
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "39.0.0",
2
+ "version": "40.0.0",
3
3
  "artifacts": {
4
4
  "farkinexistingFargateServiceIntegDefaultTestDeployAssertF1F4EC2C.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}-${AWS::Region}",
68
68
  "cloudFormationExecutionRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-cfn-exec-role-${AWS::AccountId}-${AWS::Region}",
69
- "stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/d30d5464a0686500c2a2050a1a74434ed82ef7417e9bc921bb65f776fbf3944b.json",
69
+ "stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/e5cf3d1346ade1bbe26606c8d8e2e21a13b255caecc8f5fd33a8cbb4d2e1bec0.json",
70
70
  "requiresBootstrapStackVersion": 6,
71
71
  "bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version",
72
72
  "additionalDependencies": [
@@ -82,12 +82,58 @@
82
82
  "farkin-existingFargateService.assets"
83
83
  ],
84
84
  "metadata": {
85
+ "/farkin-existingFargateService/Vpc": [
86
+ {
87
+ "type": "aws:cdk:analytics:construct",
88
+ "data": {
89
+ "enableDnsHostnames": true,
90
+ "enableDnsSupport": true,
91
+ "ipAddresses": "*"
92
+ }
93
+ }
94
+ ],
85
95
  "/farkin-existingFargateService/Vpc/Resource": [
86
96
  {
87
97
  "type": "aws:cdk:logicalId",
88
98
  "data": "Vpc8378EB38"
89
99
  }
90
100
  ],
101
+ "/farkin-existingFargateService/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
  "/farkin-existingFargateService/Vpc/PublicSubnet1/Subnet": [
92
138
  {
93
139
  "type": "aws:cdk:logicalId",
@@ -124,6 +170,42 @@
124
170
  "data": "VpcPublicSubnet1NATGateway4D7517AA"
125
171
  }
126
172
  ],
173
+ "/farkin-existingFargateService/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
  "/farkin-existingFargateService/Vpc/PublicSubnet2/Subnet": [
128
210
  {
129
211
  "type": "aws:cdk:logicalId",
@@ -160,6 +242,34 @@
160
242
  "data": "VpcPublicSubnet2NATGateway9182C01D"
161
243
  }
162
244
  ],
245
+ "/farkin-existingFargateService/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
  "/farkin-existingFargateService/Vpc/PrivateSubnet1/Subnet": [
164
274
  {
165
275
  "type": "aws:cdk:logicalId",
@@ -184,6 +294,34 @@
184
294
  "data": "VpcPrivateSubnet1DefaultRouteBE02A9ED"
185
295
  }
186
296
  ],
297
+ "/farkin-existingFargateService/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
  "/farkin-existingFargateService/Vpc/PrivateSubnet2/Subnet": [
188
326
  {
189
327
  "type": "aws:cdk:logicalId",
@@ -220,24 +358,132 @@
220
358
  "data": "VpcVPCGWBF912B6E"
221
359
  }
222
360
  ],
361
+ "/farkin-existingFargateService/Vpc/RestrictDefaultSecurityGroupCustomResource": [
362
+ {
363
+ "type": "aws:cdk:analytics:construct",
364
+ "data": "*"
365
+ }
366
+ ],
223
367
  "/farkin-existingFargateService/Vpc/RestrictDefaultSecurityGroupCustomResource/Default": [
224
368
  {
225
369
  "type": "aws:cdk:logicalId",
226
370
  "data": "VpcRestrictDefaultSecurityGroupCustomResourceC73DA2BE"
227
371
  }
228
372
  ],
373
+ "/farkin-existingFargateService/Vpc/FlowLog": [
374
+ {
375
+ "type": "aws:cdk:analytics:construct",
376
+ "data": {
377
+ "resourceType": "*"
378
+ }
379
+ }
380
+ ],
381
+ "/farkin-existingFargateService/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
+ "/farkin-existingFargateService/Vpc/FlowLog/IAMRole/ImportIAMRole": [
426
+ {
427
+ "type": "aws:cdk:analytics:construct",
428
+ "data": "*"
429
+ }
430
+ ],
229
431
  "/farkin-existingFargateService/Vpc/FlowLog/IAMRole/Resource": [
230
432
  {
231
433
  "type": "aws:cdk:logicalId",
232
434
  "data": "VpcFlowLogIAMRole6A475D41"
233
435
  }
234
436
  ],
437
+ "/farkin-existingFargateService/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
  "/farkin-existingFargateService/Vpc/FlowLog/IAMRole/DefaultPolicy/Resource": [
236
476
  {
237
477
  "type": "aws:cdk:logicalId",
238
478
  "data": "VpcFlowLogIAMRoleDefaultPolicy406FB995"
239
479
  }
240
480
  ],
481
+ "/farkin-existingFargateService/Vpc/FlowLog/LogGroup": [
482
+ {
483
+ "type": "aws:cdk:analytics:construct",
484
+ "data": "*"
485
+ }
486
+ ],
241
487
  "/farkin-existingFargateService/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
+ "/farkin-existingFargateService/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
  "/farkin-existingFargateService/Vpc/ECR_API/Resource": [
254
516
  {
255
517
  "type": "aws:cdk:logicalId",
256
518
  "data": "VpcECRAPI9A3B6A2B"
257
519
  }
258
520
  ],
521
+ "/farkin-existingFargateService/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
  "/farkin-existingFargateService/Vpc/ECR_DKR/Resource": [
260
538
  {
261
539
  "type": "aws:cdk:logicalId",
262
540
  "data": "VpcECRDKR604E039F"
263
541
  }
264
542
  ],
543
+ "/farkin-existingFargateService/Vpc/S3": [
544
+ {
545
+ "type": "aws:cdk:analytics:construct",
546
+ "data": {
547
+ "vpc": "*",
548
+ "service": {
549
+ "name": "*"
550
+ }
551
+ }
552
+ }
553
+ ],
265
554
  "/farkin-existingFargateService/Vpc/S3/Resource": [
266
555
  {
267
556
  "type": "aws:cdk:logicalId",
268
557
  "data": "VpcS3A5408339"
269
558
  }
270
559
  ],
560
+ "/farkin-existingFargateService/Vpc/KINESIS_STREAMS": [
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
  "/farkin-existingFargateService/Vpc/KINESIS_STREAMS/Resource": [
272
577
  {
273
578
  "type": "aws:cdk:logicalId",
@@ -298,30 +603,201 @@
298
603
  "data": "CustomVpcRestrictDefaultSGCustomResourceProviderHandlerDC833E5E"
299
604
  }
300
605
  ],
606
+ "/farkin-existingFargateService/farkin-existingFargateService-ECR_API-security-group": [
607
+ {
608
+ "type": "aws:cdk:analytics:construct",
609
+ "data": {
610
+ "vpc": "*",
611
+ "allowAllOutbound": true
612
+ }
613
+ },
614
+ {
615
+ "type": "aws:cdk:analytics:method",
616
+ "data": {
617
+ "addIngressRule": [
618
+ {
619
+ "canInlineRule": true,
620
+ "connections": "*",
621
+ "uniqueId": "*"
622
+ },
623
+ {},
624
+ "*",
625
+ "*"
626
+ ]
627
+ }
628
+ },
629
+ {
630
+ "type": "aws:cdk:analytics:method",
631
+ "data": {
632
+ "addIngressRule": [
633
+ {
634
+ "canInlineRule": true,
635
+ "connections": "*",
636
+ "uniqueId": "*"
637
+ },
638
+ {},
639
+ "*",
640
+ false
641
+ ]
642
+ }
643
+ }
644
+ ],
301
645
  "/farkin-existingFargateService/farkin-existingFargateService-ECR_API-security-group/Resource": [
302
646
  {
303
647
  "type": "aws:cdk:logicalId",
304
648
  "data": "farkinexistingFargateServiceECRAPIsecuritygroupF2455F12"
305
649
  }
306
650
  ],
651
+ "/farkin-existingFargateService/farkin-existingFargateService-ECR_DKR-security-group": [
652
+ {
653
+ "type": "aws:cdk:analytics:construct",
654
+ "data": {
655
+ "vpc": "*",
656
+ "allowAllOutbound": true
657
+ }
658
+ },
659
+ {
660
+ "type": "aws:cdk:analytics:method",
661
+ "data": {
662
+ "addIngressRule": [
663
+ {
664
+ "canInlineRule": true,
665
+ "connections": "*",
666
+ "uniqueId": "*"
667
+ },
668
+ {},
669
+ "*",
670
+ "*"
671
+ ]
672
+ }
673
+ },
674
+ {
675
+ "type": "aws:cdk:analytics:method",
676
+ "data": {
677
+ "addIngressRule": [
678
+ {
679
+ "canInlineRule": true,
680
+ "connections": "*",
681
+ "uniqueId": "*"
682
+ },
683
+ {},
684
+ "*",
685
+ false
686
+ ]
687
+ }
688
+ }
689
+ ],
307
690
  "/farkin-existingFargateService/farkin-existingFargateService-ECR_DKR-security-group/Resource": [
308
691
  {
309
692
  "type": "aws:cdk:logicalId",
310
693
  "data": "farkinexistingFargateServiceECRDKRsecuritygroup449EDD78"
311
694
  }
312
695
  ],
696
+ "/farkin-existingFargateService/test-cluster": [
697
+ {
698
+ "type": "aws:cdk:analytics:construct",
699
+ "data": {
700
+ "vpc": "*"
701
+ }
702
+ }
703
+ ],
313
704
  "/farkin-existingFargateService/test-cluster/Resource": [
314
705
  {
315
706
  "type": "aws:cdk:logicalId",
316
707
  "data": "testclusterDF8B0D19"
317
708
  }
318
709
  ],
710
+ "/farkin-existingFargateService/test-taskdef": [
711
+ {
712
+ "type": "aws:cdk:analytics:construct",
713
+ "data": "*"
714
+ },
715
+ {
716
+ "type": "aws:cdk:analytics:construct",
717
+ "data": "*"
718
+ },
719
+ {
720
+ "type": "aws:cdk:analytics:method",
721
+ "data": "*"
722
+ }
723
+ ],
724
+ "/farkin-existingFargateService/test-taskdef/TaskRole": [
725
+ {
726
+ "type": "aws:cdk:analytics:construct",
727
+ "data": {
728
+ "assumedBy": {
729
+ "principalAccount": "*",
730
+ "assumeRoleAction": "*"
731
+ }
732
+ }
733
+ },
734
+ {
735
+ "type": "aws:cdk:analytics:method",
736
+ "data": {
737
+ "addToPrincipalPolicy": [
738
+ {}
739
+ ]
740
+ }
741
+ },
742
+ {
743
+ "type": "aws:cdk:analytics:method",
744
+ "data": {
745
+ "attachInlinePolicy": [
746
+ "*"
747
+ ]
748
+ }
749
+ },
750
+ {
751
+ "type": "aws:cdk:analytics:method",
752
+ "data": {
753
+ "attachInlinePolicy": [
754
+ "*"
755
+ ]
756
+ }
757
+ }
758
+ ],
759
+ "/farkin-existingFargateService/test-taskdef/TaskRole/ImportTaskRole": [
760
+ {
761
+ "type": "aws:cdk:analytics:construct",
762
+ "data": "*"
763
+ }
764
+ ],
319
765
  "/farkin-existingFargateService/test-taskdef/TaskRole/Resource": [
320
766
  {
321
767
  "type": "aws:cdk:logicalId",
322
768
  "data": "testtaskdefTaskRoleB2DEF113"
323
769
  }
324
770
  ],
771
+ "/farkin-existingFargateService/test-taskdef/TaskRole/DefaultPolicy": [
772
+ {
773
+ "type": "aws:cdk:analytics:construct",
774
+ "data": "*"
775
+ },
776
+ {
777
+ "type": "aws:cdk:analytics:method",
778
+ "data": {
779
+ "attachToRole": [
780
+ "*"
781
+ ]
782
+ }
783
+ },
784
+ {
785
+ "type": "aws:cdk:analytics:method",
786
+ "data": {
787
+ "attachToRole": [
788
+ "*"
789
+ ]
790
+ }
791
+ },
792
+ {
793
+ "type": "aws:cdk:analytics:method",
794
+ "data": {
795
+ "addStatements": [
796
+ {}
797
+ ]
798
+ }
799
+ }
800
+ ],
325
801
  "/farkin-existingFargateService/test-taskdef/TaskRole/DefaultPolicy/Resource": [
326
802
  {
327
803
  "type": "aws:cdk:logicalId",
@@ -334,36 +810,128 @@
334
810
  "data": "testtaskdefF924AD58"
335
811
  }
336
812
  ],
813
+ "/farkin-existingFargateService/test-sg": [
814
+ {
815
+ "type": "aws:cdk:analytics:construct",
816
+ "data": {
817
+ "allowAllOutbound": true,
818
+ "disableInlineRules": false,
819
+ "vpc": "*",
820
+ "description": "*"
821
+ }
822
+ }
823
+ ],
337
824
  "/farkin-existingFargateService/test-sg/Resource": [
338
825
  {
339
826
  "type": "aws:cdk:logicalId",
340
827
  "data": "testsg872EB48A"
341
828
  }
342
829
  ],
830
+ "/farkin-existingFargateService/test-service": [
831
+ {
832
+ "type": "aws:cdk:analytics:construct",
833
+ "data": "*"
834
+ }
835
+ ],
343
836
  "/farkin-existingFargateService/test-service/Service": [
344
837
  {
345
838
  "type": "aws:cdk:logicalId",
346
839
  "data": "testserviceService2730C249"
347
840
  }
348
841
  ],
842
+ "/farkin-existingFargateService/test-fargate-kinesisstreams/KinesisStream": [
843
+ {
844
+ "type": "aws:cdk:analytics:construct",
845
+ "data": {
846
+ "encryption": "MANAGED"
847
+ }
848
+ }
849
+ ],
349
850
  "/farkin-existingFargateService/test-fargate-kinesisstreams/KinesisStream/Resource": [
350
851
  {
351
852
  "type": "aws:cdk:logicalId",
352
853
  "data": "testfargatekinesisstreamsKinesisStreamD31BD614"
353
854
  }
354
855
  ],
856
+ "/farkin-existingFargateService/test-fargate-kinesisstreams/KinesisStreamGetRecordsIteratorAgeAlarm": [
857
+ {
858
+ "type": "aws:cdk:analytics:construct",
859
+ "data": {
860
+ "metric": {
861
+ "warnings": "*"
862
+ },
863
+ "threshold": "*",
864
+ "evaluationPeriods": "*",
865
+ "comparisonOperator": "*",
866
+ "alarmDescription": "*"
867
+ }
868
+ }
869
+ ],
355
870
  "/farkin-existingFargateService/test-fargate-kinesisstreams/KinesisStreamGetRecordsIteratorAgeAlarm/Resource": [
356
871
  {
357
872
  "type": "aws:cdk:logicalId",
358
873
  "data": "testfargatekinesisstreamsKinesisStreamGetRecordsIteratorAgeAlarm60755E90"
359
874
  }
360
875
  ],
876
+ "/farkin-existingFargateService/test-fargate-kinesisstreams/KinesisStreamReadProvisionedThroughputExceededAlarm": [
877
+ {
878
+ "type": "aws:cdk:analytics:construct",
879
+ "data": {
880
+ "metric": {
881
+ "warnings": "*"
882
+ },
883
+ "threshold": "*",
884
+ "evaluationPeriods": "*",
885
+ "comparisonOperator": "*",
886
+ "alarmDescription": "*"
887
+ }
888
+ }
889
+ ],
361
890
  "/farkin-existingFargateService/test-fargate-kinesisstreams/KinesisStreamReadProvisionedThroughputExceededAlarm/Resource": [
362
891
  {
363
892
  "type": "aws:cdk:logicalId",
364
893
  "data": "testfargatekinesisstreamsKinesisStreamReadProvisionedThroughputExceededAlarmDE16A9F2"
365
894
  }
366
895
  ],
896
+ "/farkin-existingFargateService/farkin-existingFargateService-KINESIS_STREAMS-security-group": [
897
+ {
898
+ "type": "aws:cdk:analytics:construct",
899
+ "data": {
900
+ "vpc": "*",
901
+ "allowAllOutbound": true
902
+ }
903
+ },
904
+ {
905
+ "type": "aws:cdk:analytics:method",
906
+ "data": {
907
+ "addIngressRule": [
908
+ {
909
+ "canInlineRule": true,
910
+ "connections": "*",
911
+ "uniqueId": "*"
912
+ },
913
+ {},
914
+ "*",
915
+ "*"
916
+ ]
917
+ }
918
+ },
919
+ {
920
+ "type": "aws:cdk:analytics:method",
921
+ "data": {
922
+ "addIngressRule": [
923
+ {
924
+ "canInlineRule": true,
925
+ "connections": "*",
926
+ "uniqueId": "*"
927
+ },
928
+ {},
929
+ "*",
930
+ false
931
+ ]
932
+ }
933
+ }
934
+ ],
367
935
  "/farkin-existingFargateService/farkin-existingFargateService-KINESIS_STREAMS-security-group/Resource": [
368
936
  {
369
937
  "type": "aws:cdk:logicalId",