@aws-solutions-constructs/aws-fargate-kinesisstreams 2.44.0 → 2.45.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.
@@ -16,9 +16,9 @@
16
16
  "testfargatekinesisstreamsKinesisStreamGetRecordsIteratorAgeAlarm60755E90": {
17
17
  "Type": "AWS::CloudWatch::Alarm",
18
18
  "Properties": {
19
+ "AlarmDescription": "Consumer Record Processing Falling Behind, there is risk for data loss due to record expiration.",
19
20
  "ComparisonOperator": "GreaterThanOrEqualToThreshold",
20
21
  "EvaluationPeriods": 1,
21
- "AlarmDescription": "Consumer Record Processing Falling Behind, there is risk for data loss due to record expiration.",
22
22
  "MetricName": "GetRecords.IteratorAgeMilliseconds",
23
23
  "Namespace": "AWS/Kinesis",
24
24
  "Period": 300,
@@ -29,9 +29,9 @@
29
29
  "testfargatekinesisstreamsKinesisStreamReadProvisionedThroughputExceededAlarmDE16A9F2": {
30
30
  "Type": "AWS::CloudWatch::Alarm",
31
31
  "Properties": {
32
+ "AlarmDescription": "Consumer Application is Reading at a Slower Rate Than Expected.",
32
33
  "ComparisonOperator": "GreaterThanThreshold",
33
34
  "EvaluationPeriods": 1,
34
- "AlarmDescription": "Consumer Application is Reading at a Slower Rate Than Expected.",
35
35
  "MetricName": "ReadProvisionedThroughputExceeded",
36
36
  "Namespace": "AWS/Kinesis",
37
37
  "Period": 300,
@@ -57,9 +57,6 @@
57
57
  "VpcPublicSubnet1Subnet5C2D37C4": {
58
58
  "Type": "AWS::EC2::Subnet",
59
59
  "Properties": {
60
- "VpcId": {
61
- "Ref": "Vpc8378EB38"
62
- },
63
60
  "AvailabilityZone": "test-region-1a",
64
61
  "CidrBlock": "10.0.0.0/19",
65
62
  "MapPublicIpOnLaunch": true,
@@ -76,7 +73,10 @@
76
73
  "Key": "Name",
77
74
  "Value": "existingStream/Vpc/PublicSubnet1"
78
75
  }
79
- ]
76
+ ],
77
+ "VpcId": {
78
+ "Ref": "Vpc8378EB38"
79
+ }
80
80
  },
81
81
  "Metadata": {
82
82
  "cfn_nag": {
@@ -92,15 +92,15 @@
92
92
  "VpcPublicSubnet1RouteTable6C95E38E": {
93
93
  "Type": "AWS::EC2::RouteTable",
94
94
  "Properties": {
95
- "VpcId": {
96
- "Ref": "Vpc8378EB38"
97
- },
98
95
  "Tags": [
99
96
  {
100
97
  "Key": "Name",
101
98
  "Value": "existingStream/Vpc/PublicSubnet1"
102
99
  }
103
- ]
100
+ ],
101
+ "VpcId": {
102
+ "Ref": "Vpc8378EB38"
103
+ }
104
104
  }
105
105
  },
106
106
  "VpcPublicSubnet1RouteTableAssociation97140677": {
@@ -117,12 +117,12 @@
117
117
  "VpcPublicSubnet1DefaultRoute3DA9E72A": {
118
118
  "Type": "AWS::EC2::Route",
119
119
  "Properties": {
120
- "RouteTableId": {
121
- "Ref": "VpcPublicSubnet1RouteTable6C95E38E"
122
- },
123
120
  "DestinationCidrBlock": "0.0.0.0/0",
124
121
  "GatewayId": {
125
122
  "Ref": "VpcIGWD7BA715C"
123
+ },
124
+ "RouteTableId": {
125
+ "Ref": "VpcPublicSubnet1RouteTable6C95E38E"
126
126
  }
127
127
  },
128
128
  "DependsOn": [
@@ -144,15 +144,15 @@
144
144
  "VpcPublicSubnet1NATGateway4D7517AA": {
145
145
  "Type": "AWS::EC2::NatGateway",
146
146
  "Properties": {
147
- "SubnetId": {
148
- "Ref": "VpcPublicSubnet1Subnet5C2D37C4"
149
- },
150
147
  "AllocationId": {
151
148
  "Fn::GetAtt": [
152
149
  "VpcPublicSubnet1EIPD7E02669",
153
150
  "AllocationId"
154
151
  ]
155
152
  },
153
+ "SubnetId": {
154
+ "Ref": "VpcPublicSubnet1Subnet5C2D37C4"
155
+ },
156
156
  "Tags": [
157
157
  {
158
158
  "Key": "Name",
@@ -168,9 +168,6 @@
168
168
  "VpcPublicSubnet2Subnet691E08A3": {
169
169
  "Type": "AWS::EC2::Subnet",
170
170
  "Properties": {
171
- "VpcId": {
172
- "Ref": "Vpc8378EB38"
173
- },
174
171
  "AvailabilityZone": "test-region-1b",
175
172
  "CidrBlock": "10.0.32.0/19",
176
173
  "MapPublicIpOnLaunch": true,
@@ -187,7 +184,10 @@
187
184
  "Key": "Name",
188
185
  "Value": "existingStream/Vpc/PublicSubnet2"
189
186
  }
190
- ]
187
+ ],
188
+ "VpcId": {
189
+ "Ref": "Vpc8378EB38"
190
+ }
191
191
  },
192
192
  "Metadata": {
193
193
  "cfn_nag": {
@@ -203,15 +203,15 @@
203
203
  "VpcPublicSubnet2RouteTable94F7E489": {
204
204
  "Type": "AWS::EC2::RouteTable",
205
205
  "Properties": {
206
- "VpcId": {
207
- "Ref": "Vpc8378EB38"
208
- },
209
206
  "Tags": [
210
207
  {
211
208
  "Key": "Name",
212
209
  "Value": "existingStream/Vpc/PublicSubnet2"
213
210
  }
214
- ]
211
+ ],
212
+ "VpcId": {
213
+ "Ref": "Vpc8378EB38"
214
+ }
215
215
  }
216
216
  },
217
217
  "VpcPublicSubnet2RouteTableAssociationDD5762D8": {
@@ -228,12 +228,12 @@
228
228
  "VpcPublicSubnet2DefaultRoute97F91067": {
229
229
  "Type": "AWS::EC2::Route",
230
230
  "Properties": {
231
- "RouteTableId": {
232
- "Ref": "VpcPublicSubnet2RouteTable94F7E489"
233
- },
234
231
  "DestinationCidrBlock": "0.0.0.0/0",
235
232
  "GatewayId": {
236
233
  "Ref": "VpcIGWD7BA715C"
234
+ },
235
+ "RouteTableId": {
236
+ "Ref": "VpcPublicSubnet2RouteTable94F7E489"
237
237
  }
238
238
  },
239
239
  "DependsOn": [
@@ -255,15 +255,15 @@
255
255
  "VpcPublicSubnet2NATGateway9182C01D": {
256
256
  "Type": "AWS::EC2::NatGateway",
257
257
  "Properties": {
258
- "SubnetId": {
259
- "Ref": "VpcPublicSubnet2Subnet691E08A3"
260
- },
261
258
  "AllocationId": {
262
259
  "Fn::GetAtt": [
263
260
  "VpcPublicSubnet2EIP3C605A87",
264
261
  "AllocationId"
265
262
  ]
266
263
  },
264
+ "SubnetId": {
265
+ "Ref": "VpcPublicSubnet2Subnet691E08A3"
266
+ },
267
267
  "Tags": [
268
268
  {
269
269
  "Key": "Name",
@@ -279,9 +279,6 @@
279
279
  "VpcPublicSubnet3SubnetBE12F0B6": {
280
280
  "Type": "AWS::EC2::Subnet",
281
281
  "Properties": {
282
- "VpcId": {
283
- "Ref": "Vpc8378EB38"
284
- },
285
282
  "AvailabilityZone": "test-region-1c",
286
283
  "CidrBlock": "10.0.64.0/19",
287
284
  "MapPublicIpOnLaunch": true,
@@ -298,7 +295,10 @@
298
295
  "Key": "Name",
299
296
  "Value": "existingStream/Vpc/PublicSubnet3"
300
297
  }
301
- ]
298
+ ],
299
+ "VpcId": {
300
+ "Ref": "Vpc8378EB38"
301
+ }
302
302
  },
303
303
  "Metadata": {
304
304
  "cfn_nag": {
@@ -314,15 +314,15 @@
314
314
  "VpcPublicSubnet3RouteTable93458DBB": {
315
315
  "Type": "AWS::EC2::RouteTable",
316
316
  "Properties": {
317
- "VpcId": {
318
- "Ref": "Vpc8378EB38"
319
- },
320
317
  "Tags": [
321
318
  {
322
319
  "Key": "Name",
323
320
  "Value": "existingStream/Vpc/PublicSubnet3"
324
321
  }
325
- ]
322
+ ],
323
+ "VpcId": {
324
+ "Ref": "Vpc8378EB38"
325
+ }
326
326
  }
327
327
  },
328
328
  "VpcPublicSubnet3RouteTableAssociation1F1EDF02": {
@@ -339,12 +339,12 @@
339
339
  "VpcPublicSubnet3DefaultRoute4697774F": {
340
340
  "Type": "AWS::EC2::Route",
341
341
  "Properties": {
342
- "RouteTableId": {
343
- "Ref": "VpcPublicSubnet3RouteTable93458DBB"
344
- },
345
342
  "DestinationCidrBlock": "0.0.0.0/0",
346
343
  "GatewayId": {
347
344
  "Ref": "VpcIGWD7BA715C"
345
+ },
346
+ "RouteTableId": {
347
+ "Ref": "VpcPublicSubnet3RouteTable93458DBB"
348
348
  }
349
349
  },
350
350
  "DependsOn": [
@@ -366,15 +366,15 @@
366
366
  "VpcPublicSubnet3NATGateway7640CD1D": {
367
367
  "Type": "AWS::EC2::NatGateway",
368
368
  "Properties": {
369
- "SubnetId": {
370
- "Ref": "VpcPublicSubnet3SubnetBE12F0B6"
371
- },
372
369
  "AllocationId": {
373
370
  "Fn::GetAtt": [
374
371
  "VpcPublicSubnet3EIP3A666A23",
375
372
  "AllocationId"
376
373
  ]
377
374
  },
375
+ "SubnetId": {
376
+ "Ref": "VpcPublicSubnet3SubnetBE12F0B6"
377
+ },
378
378
  "Tags": [
379
379
  {
380
380
  "Key": "Name",
@@ -390,9 +390,6 @@
390
390
  "VpcPrivateSubnet1Subnet536B997A": {
391
391
  "Type": "AWS::EC2::Subnet",
392
392
  "Properties": {
393
- "VpcId": {
394
- "Ref": "Vpc8378EB38"
395
- },
396
393
  "AvailabilityZone": "test-region-1a",
397
394
  "CidrBlock": "10.0.96.0/19",
398
395
  "MapPublicIpOnLaunch": false,
@@ -409,21 +406,24 @@
409
406
  "Key": "Name",
410
407
  "Value": "existingStream/Vpc/PrivateSubnet1"
411
408
  }
412
- ]
409
+ ],
410
+ "VpcId": {
411
+ "Ref": "Vpc8378EB38"
412
+ }
413
413
  }
414
414
  },
415
415
  "VpcPrivateSubnet1RouteTableB2C5B500": {
416
416
  "Type": "AWS::EC2::RouteTable",
417
417
  "Properties": {
418
- "VpcId": {
419
- "Ref": "Vpc8378EB38"
420
- },
421
418
  "Tags": [
422
419
  {
423
420
  "Key": "Name",
424
421
  "Value": "existingStream/Vpc/PrivateSubnet1"
425
422
  }
426
- ]
423
+ ],
424
+ "VpcId": {
425
+ "Ref": "Vpc8378EB38"
426
+ }
427
427
  }
428
428
  },
429
429
  "VpcPrivateSubnet1RouteTableAssociation70C59FA6": {
@@ -440,21 +440,18 @@
440
440
  "VpcPrivateSubnet1DefaultRouteBE02A9ED": {
441
441
  "Type": "AWS::EC2::Route",
442
442
  "Properties": {
443
- "RouteTableId": {
444
- "Ref": "VpcPrivateSubnet1RouteTableB2C5B500"
445
- },
446
443
  "DestinationCidrBlock": "0.0.0.0/0",
447
444
  "NatGatewayId": {
448
445
  "Ref": "VpcPublicSubnet1NATGateway4D7517AA"
446
+ },
447
+ "RouteTableId": {
448
+ "Ref": "VpcPrivateSubnet1RouteTableB2C5B500"
449
449
  }
450
450
  }
451
451
  },
452
452
  "VpcPrivateSubnet2Subnet3788AAA1": {
453
453
  "Type": "AWS::EC2::Subnet",
454
454
  "Properties": {
455
- "VpcId": {
456
- "Ref": "Vpc8378EB38"
457
- },
458
455
  "AvailabilityZone": "test-region-1b",
459
456
  "CidrBlock": "10.0.128.0/19",
460
457
  "MapPublicIpOnLaunch": false,
@@ -471,21 +468,24 @@
471
468
  "Key": "Name",
472
469
  "Value": "existingStream/Vpc/PrivateSubnet2"
473
470
  }
474
- ]
471
+ ],
472
+ "VpcId": {
473
+ "Ref": "Vpc8378EB38"
474
+ }
475
475
  }
476
476
  },
477
477
  "VpcPrivateSubnet2RouteTableA678073B": {
478
478
  "Type": "AWS::EC2::RouteTable",
479
479
  "Properties": {
480
- "VpcId": {
481
- "Ref": "Vpc8378EB38"
482
- },
483
480
  "Tags": [
484
481
  {
485
482
  "Key": "Name",
486
483
  "Value": "existingStream/Vpc/PrivateSubnet2"
487
484
  }
488
- ]
485
+ ],
486
+ "VpcId": {
487
+ "Ref": "Vpc8378EB38"
488
+ }
489
489
  }
490
490
  },
491
491
  "VpcPrivateSubnet2RouteTableAssociationA89CAD56": {
@@ -502,21 +502,18 @@
502
502
  "VpcPrivateSubnet2DefaultRoute060D2087": {
503
503
  "Type": "AWS::EC2::Route",
504
504
  "Properties": {
505
- "RouteTableId": {
506
- "Ref": "VpcPrivateSubnet2RouteTableA678073B"
507
- },
508
505
  "DestinationCidrBlock": "0.0.0.0/0",
509
506
  "NatGatewayId": {
510
507
  "Ref": "VpcPublicSubnet2NATGateway9182C01D"
508
+ },
509
+ "RouteTableId": {
510
+ "Ref": "VpcPrivateSubnet2RouteTableA678073B"
511
511
  }
512
512
  }
513
513
  },
514
514
  "VpcPrivateSubnet3SubnetF258B56E": {
515
515
  "Type": "AWS::EC2::Subnet",
516
516
  "Properties": {
517
- "VpcId": {
518
- "Ref": "Vpc8378EB38"
519
- },
520
517
  "AvailabilityZone": "test-region-1c",
521
518
  "CidrBlock": "10.0.160.0/19",
522
519
  "MapPublicIpOnLaunch": false,
@@ -533,21 +530,24 @@
533
530
  "Key": "Name",
534
531
  "Value": "existingStream/Vpc/PrivateSubnet3"
535
532
  }
536
- ]
533
+ ],
534
+ "VpcId": {
535
+ "Ref": "Vpc8378EB38"
536
+ }
537
537
  }
538
538
  },
539
539
  "VpcPrivateSubnet3RouteTableD98824C7": {
540
540
  "Type": "AWS::EC2::RouteTable",
541
541
  "Properties": {
542
- "VpcId": {
543
- "Ref": "Vpc8378EB38"
544
- },
545
542
  "Tags": [
546
543
  {
547
544
  "Key": "Name",
548
545
  "Value": "existingStream/Vpc/PrivateSubnet3"
549
546
  }
550
- ]
547
+ ],
548
+ "VpcId": {
549
+ "Ref": "Vpc8378EB38"
550
+ }
551
551
  }
552
552
  },
553
553
  "VpcPrivateSubnet3RouteTableAssociation16BDDC43": {
@@ -564,12 +564,12 @@
564
564
  "VpcPrivateSubnet3DefaultRoute94B74F0D": {
565
565
  "Type": "AWS::EC2::Route",
566
566
  "Properties": {
567
- "RouteTableId": {
568
- "Ref": "VpcPrivateSubnet3RouteTableD98824C7"
569
- },
570
567
  "DestinationCidrBlock": "0.0.0.0/0",
571
568
  "NatGatewayId": {
572
569
  "Ref": "VpcPublicSubnet3NATGateway7640CD1D"
570
+ },
571
+ "RouteTableId": {
572
+ "Ref": "VpcPrivateSubnet3RouteTableD98824C7"
573
573
  }
574
574
  }
575
575
  },
@@ -587,11 +587,11 @@
587
587
  "VpcVPCGWBF912B6E": {
588
588
  "Type": "AWS::EC2::VPCGatewayAttachment",
589
589
  "Properties": {
590
- "VpcId": {
591
- "Ref": "Vpc8378EB38"
592
- },
593
590
  "InternetGatewayId": {
594
591
  "Ref": "VpcIGWD7BA715C"
592
+ },
593
+ "VpcId": {
594
+ "Ref": "Vpc8378EB38"
595
595
  }
596
596
  }
597
597
  },
@@ -613,7 +613,7 @@
613
613
  "Tags": [
614
614
  {
615
615
  "Key": "Name",
616
- "Value": "existingStream/Vpc"
616
+ "Value": "existingStream/Vpc/FlowLog"
617
617
  }
618
618
  ]
619
619
  }
@@ -665,7 +665,7 @@
665
665
  "Tags": [
666
666
  {
667
667
  "Key": "Name",
668
- "Value": "existingStream/Vpc"
668
+ "Value": "existingStream/Vpc/FlowLog"
669
669
  }
670
670
  ]
671
671
  },
@@ -685,10 +685,6 @@
685
685
  "VpcFlowLog8FF33A73": {
686
686
  "Type": "AWS::EC2::FlowLog",
687
687
  "Properties": {
688
- "ResourceId": {
689
- "Ref": "Vpc8378EB38"
690
- },
691
- "ResourceType": "VPC",
692
688
  "DeliverLogsPermissionArn": {
693
689
  "Fn::GetAtt": [
694
690
  "VpcFlowLogIAMRole6A475D41",
@@ -699,10 +695,14 @@
699
695
  "LogGroupName": {
700
696
  "Ref": "VpcFlowLogLogGroup7B5C56B9"
701
697
  },
698
+ "ResourceId": {
699
+ "Ref": "Vpc8378EB38"
700
+ },
701
+ "ResourceType": "VPC",
702
702
  "Tags": [
703
703
  {
704
704
  "Key": "Name",
705
- "Value": "existingStream/Vpc"
705
+ "Value": "existingStream/Vpc/FlowLog"
706
706
  }
707
707
  ],
708
708
  "TrafficType": "ALL"
@@ -711,6 +711,15 @@
711
711
  "VpcKINESISSTREAMSC07D91B5": {
712
712
  "Type": "AWS::EC2::VPCEndpoint",
713
713
  "Properties": {
714
+ "PrivateDnsEnabled": true,
715
+ "SecurityGroupIds": [
716
+ {
717
+ "Fn::GetAtt": [
718
+ "existingStreamKINESISSTREAMSsecuritygroup14C04A5F",
719
+ "GroupId"
720
+ ]
721
+ }
722
+ ],
714
723
  "ServiceName": {
715
724
  "Fn::Join": [
716
725
  "",
@@ -723,18 +732,6 @@
723
732
  ]
724
733
  ]
725
734
  },
726
- "VpcId": {
727
- "Ref": "Vpc8378EB38"
728
- },
729
- "PrivateDnsEnabled": true,
730
- "SecurityGroupIds": [
731
- {
732
- "Fn::GetAtt": [
733
- "existingStreamKINESISSTREAMSsecuritygroup14C04A5F",
734
- "GroupId"
735
- ]
736
- }
737
- ],
738
735
  "SubnetIds": [
739
736
  {
740
737
  "Ref": "VpcPrivateSubnet1Subnet536B997A"
@@ -746,12 +743,24 @@
746
743
  "Ref": "VpcPrivateSubnet3SubnetF258B56E"
747
744
  }
748
745
  ],
749
- "VpcEndpointType": "Interface"
746
+ "VpcEndpointType": "Interface",
747
+ "VpcId": {
748
+ "Ref": "Vpc8378EB38"
749
+ }
750
750
  }
751
751
  },
752
752
  "VpcECRAPI9A3B6A2B": {
753
753
  "Type": "AWS::EC2::VPCEndpoint",
754
754
  "Properties": {
755
+ "PrivateDnsEnabled": true,
756
+ "SecurityGroupIds": [
757
+ {
758
+ "Fn::GetAtt": [
759
+ "existingStreamECRAPIsecuritygroup4E9C019E",
760
+ "GroupId"
761
+ ]
762
+ }
763
+ ],
755
764
  "ServiceName": {
756
765
  "Fn::Join": [
757
766
  "",
@@ -764,18 +773,6 @@
764
773
  ]
765
774
  ]
766
775
  },
767
- "VpcId": {
768
- "Ref": "Vpc8378EB38"
769
- },
770
- "PrivateDnsEnabled": true,
771
- "SecurityGroupIds": [
772
- {
773
- "Fn::GetAtt": [
774
- "existingStreamECRAPIsecuritygroup4E9C019E",
775
- "GroupId"
776
- ]
777
- }
778
- ],
779
776
  "SubnetIds": [
780
777
  {
781
778
  "Ref": "VpcPrivateSubnet1Subnet536B997A"
@@ -787,12 +784,24 @@
787
784
  "Ref": "VpcPrivateSubnet3SubnetF258B56E"
788
785
  }
789
786
  ],
790
- "VpcEndpointType": "Interface"
787
+ "VpcEndpointType": "Interface",
788
+ "VpcId": {
789
+ "Ref": "Vpc8378EB38"
790
+ }
791
791
  }
792
792
  },
793
793
  "VpcECRDKR604E039F": {
794
794
  "Type": "AWS::EC2::VPCEndpoint",
795
795
  "Properties": {
796
+ "PrivateDnsEnabled": true,
797
+ "SecurityGroupIds": [
798
+ {
799
+ "Fn::GetAtt": [
800
+ "existingStreamECRDKRsecuritygroup5C8931AB",
801
+ "GroupId"
802
+ ]
803
+ }
804
+ ],
796
805
  "ServiceName": {
797
806
  "Fn::Join": [
798
807
  "",
@@ -805,18 +814,6 @@
805
814
  ]
806
815
  ]
807
816
  },
808
- "VpcId": {
809
- "Ref": "Vpc8378EB38"
810
- },
811
- "PrivateDnsEnabled": true,
812
- "SecurityGroupIds": [
813
- {
814
- "Fn::GetAtt": [
815
- "existingStreamECRDKRsecuritygroup5C8931AB",
816
- "GroupId"
817
- ]
818
- }
819
- ],
820
817
  "SubnetIds": [
821
818
  {
822
819
  "Ref": "VpcPrivateSubnet1Subnet536B997A"
@@ -828,27 +825,15 @@
828
825
  "Ref": "VpcPrivateSubnet3SubnetF258B56E"
829
826
  }
830
827
  ],
831
- "VpcEndpointType": "Interface"
828
+ "VpcEndpointType": "Interface",
829
+ "VpcId": {
830
+ "Ref": "Vpc8378EB38"
831
+ }
832
832
  }
833
833
  },
834
834
  "VpcS3A5408339": {
835
835
  "Type": "AWS::EC2::VPCEndpoint",
836
836
  "Properties": {
837
- "ServiceName": {
838
- "Fn::Join": [
839
- "",
840
- [
841
- "com.amazonaws.",
842
- {
843
- "Ref": "AWS::Region"
844
- },
845
- ".s3"
846
- ]
847
- ]
848
- },
849
- "VpcId": {
850
- "Ref": "Vpc8378EB38"
851
- },
852
837
  "RouteTableIds": [
853
838
  {
854
839
  "Ref": "VpcPrivateSubnet1RouteTableB2C5B500"
@@ -869,7 +854,22 @@
869
854
  "Ref": "VpcPublicSubnet3RouteTable93458DBB"
870
855
  }
871
856
  ],
872
- "VpcEndpointType": "Gateway"
857
+ "ServiceName": {
858
+ "Fn::Join": [
859
+ "",
860
+ [
861
+ "com.amazonaws.",
862
+ {
863
+ "Ref": "AWS::Region"
864
+ },
865
+ ".s3"
866
+ ]
867
+ ]
868
+ },
869
+ "VpcEndpointType": "Gateway",
870
+ "VpcId": {
871
+ "Ref": "Vpc8378EB38"
872
+ }
873
873
  }
874
874
  },
875
875
  "existingStreamKINESISSTREAMSsecuritygroup14C04A5F": {
@@ -1173,6 +1173,11 @@
1173
1173
  "Ref": "testfargatekinesisstreamsclusterEA5A2AD7"
1174
1174
  },
1175
1175
  "DeploymentConfiguration": {
1176
+ "Alarms": {
1177
+ "AlarmNames": [],
1178
+ "Enable": false,
1179
+ "Rollback": false
1180
+ },
1176
1181
  "MaximumPercent": 150,
1177
1182
  "MinimumHealthyPercent": 75
1178
1183
  },
@@ -1207,7 +1212,11 @@
1207
1212
  "TaskDefinition": {
1208
1213
  "Ref": "testfargatekinesisstreamstaskdef402FE0B3"
1209
1214
  }
1210
- }
1215
+ },
1216
+ "DependsOn": [
1217
+ "testfargatekinesisstreamstaskdefTaskRoleDefaultPolicyAE7EF3E4",
1218
+ "testfargatekinesisstreamstaskdefTaskRole9811F3BE"
1219
+ ]
1211
1220
  }
1212
1221
  },
1213
1222
  "Parameters": {