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