@cloud-copilot/iam-data 0.9.202411211 → 0.9.202411231

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.
@@ -1,4 +1,20 @@
1
1
  {
2
+ "allowvendedlogdeliveryforresource": {
3
+ "name": "AllowVendedLogDeliveryForResource",
4
+ "isPermissionOnly": true,
5
+ "description": "Grants permission to configure vended log delivery for a distribution",
6
+ "accessLevel": "Permissions management",
7
+ "resourceTypes": [
8
+ {
9
+ "name": "distribution",
10
+ "required": false,
11
+ "conditionKeys": [],
12
+ "dependentActions": []
13
+ }
14
+ ],
15
+ "conditionKeys": [],
16
+ "dependentActions": []
17
+ },
2
18
  "associatealias": {
3
19
  "name": "AssociateAlias",
4
20
  "description": "Grants permission to associate an alias to a CloudFront distribution",
@@ -33,6 +49,24 @@
33
49
  "cloudfront:GetDistribution"
34
50
  ]
35
51
  },
52
+ "createanycastiplist": {
53
+ "name": "CreateAnycastIpList",
54
+ "description": "Grants permission to create an Anycast static IP list",
55
+ "accessLevel": "Write",
56
+ "resourceTypes": [
57
+ {
58
+ "name": "anycast-ip-list",
59
+ "required": true,
60
+ "conditionKeys": [],
61
+ "dependentActions": []
62
+ }
63
+ ],
64
+ "conditionKeys": [
65
+ "aws:RequestTag/${TagKey}",
66
+ "aws:TagKeys"
67
+ ],
68
+ "dependentActions": []
69
+ },
36
70
  "createcachepolicy": {
37
71
  "name": "CreateCachePolicy",
38
72
  "description": "Grants permission to add a new cache policy to CloudFront",
@@ -273,6 +307,32 @@
273
307
  ],
274
308
  "dependentActions": []
275
309
  },
310
+ "createvpcorigin": {
311
+ "name": "CreateVpcOrigin",
312
+ "description": "Grants permission to create a VPC origin",
313
+ "accessLevel": "Write",
314
+ "resourceTypes": [],
315
+ "conditionKeys": [
316
+ "aws:RequestTag/${TagKey}",
317
+ "aws:TagKeys"
318
+ ],
319
+ "dependentActions": []
320
+ },
321
+ "deleteanycastiplist": {
322
+ "name": "DeleteAnycastIpList",
323
+ "description": "Grants permission to delete an Anycast static IP list",
324
+ "accessLevel": "Write",
325
+ "resourceTypes": [
326
+ {
327
+ "name": "anycast-ip-list",
328
+ "required": true,
329
+ "conditionKeys": [],
330
+ "dependentActions": []
331
+ }
332
+ ],
333
+ "conditionKeys": [],
334
+ "dependentActions": []
335
+ },
276
336
  "deletecachepolicy": {
277
337
  "name": "DeleteCachePolicy",
278
338
  "description": "Grants permission to delete a cache policy",
@@ -492,6 +552,21 @@
492
552
  "conditionKeys": [],
493
553
  "dependentActions": []
494
554
  },
555
+ "deletevpcorigin": {
556
+ "name": "DeleteVpcOrigin",
557
+ "description": "Grants permission to delete a VPC origin",
558
+ "accessLevel": "Write",
559
+ "resourceTypes": [
560
+ {
561
+ "name": "vpcorigin",
562
+ "required": true,
563
+ "conditionKeys": [],
564
+ "dependentActions": []
565
+ }
566
+ ],
567
+ "conditionKeys": [],
568
+ "dependentActions": []
569
+ },
495
570
  "describefunction": {
496
571
  "name": "DescribeFunction",
497
572
  "description": "Grants permission to get a CloudFront function summary",
@@ -522,6 +597,21 @@
522
597
  "conditionKeys": [],
523
598
  "dependentActions": []
524
599
  },
600
+ "getanycastiplist": {
601
+ "name": "GetAnycastIpList",
602
+ "description": "Grants permission to get an Anycast static IP list",
603
+ "accessLevel": "Read",
604
+ "resourceTypes": [
605
+ {
606
+ "name": "anycast-ip-list",
607
+ "required": true,
608
+ "conditionKeys": [],
609
+ "dependentActions": []
610
+ }
611
+ ],
612
+ "conditionKeys": [],
613
+ "dependentActions": []
614
+ },
525
615
  "getcachepolicy": {
526
616
  "name": "GetCachePolicy",
527
617
  "description": "Grants permission to get the cache policy",
@@ -916,6 +1006,29 @@
916
1006
  "conditionKeys": [],
917
1007
  "dependentActions": []
918
1008
  },
1009
+ "getvpcorigin": {
1010
+ "name": "GetVpcOrigin",
1011
+ "description": "Grants permission to get the information about a VPC origin",
1012
+ "accessLevel": "Read",
1013
+ "resourceTypes": [
1014
+ {
1015
+ "name": "vpcorigin",
1016
+ "required": true,
1017
+ "conditionKeys": [],
1018
+ "dependentActions": []
1019
+ }
1020
+ ],
1021
+ "conditionKeys": [],
1022
+ "dependentActions": []
1023
+ },
1024
+ "listanycastiplists": {
1025
+ "name": "ListAnycastIpLists",
1026
+ "description": "Grants permission to list your Anycast static IP lists",
1027
+ "accessLevel": "List",
1028
+ "resourceTypes": [],
1029
+ "conditionKeys": [],
1030
+ "dependentActions": []
1031
+ },
919
1032
  "listcachepolicies": {
920
1033
  "name": "ListCachePolicies",
921
1034
  "description": "Grants permission to list all cache policies that have been created in CloudFront for this account",
@@ -963,6 +1076,14 @@
963
1076
  "conditionKeys": [],
964
1077
  "dependentActions": []
965
1078
  },
1079
+ "listdistributionsbyanycastiplistid": {
1080
+ "name": "ListDistributionsByAnycastIpListId",
1081
+ "description": "Grants permission to list the distributions in your account that are associated with the specified AnycastIpListId",
1082
+ "accessLevel": "List",
1083
+ "resourceTypes": [],
1084
+ "conditionKeys": [],
1085
+ "dependentActions": []
1086
+ },
966
1087
  "listdistributionsbycachepolicyid": {
967
1088
  "name": "ListDistributionsByCachePolicyId",
968
1089
  "description": "Grants permission to list distribution IDs for distributions that have a cache behavior that's associated with the specified cache policy",
@@ -1012,6 +1133,14 @@
1012
1133
  "conditionKeys": [],
1013
1134
  "dependentActions": []
1014
1135
  },
1136
+ "listdistributionsbyvpcoriginid": {
1137
+ "name": "ListDistributionsByVpcOriginId",
1138
+ "description": "Grants permission to list IDs for distributions associated with the specified VPC origin",
1139
+ "accessLevel": "List",
1140
+ "resourceTypes": [],
1141
+ "conditionKeys": [],
1142
+ "dependentActions": []
1143
+ },
1015
1144
  "listdistributionsbywebaclid": {
1016
1145
  "name": "ListDistributionsByWebACLId",
1017
1146
  "description": "Grants permission to list the distributions associated with your AWS account with given AWS WAF web ACL",
@@ -1146,11 +1275,23 @@
1146
1275
  "description": "Grants permission to list tags for a CloudFront resource",
1147
1276
  "accessLevel": "Read",
1148
1277
  "resourceTypes": [
1278
+ {
1279
+ "name": "anycast-ip-list",
1280
+ "required": false,
1281
+ "conditionKeys": [],
1282
+ "dependentActions": []
1283
+ },
1149
1284
  {
1150
1285
  "name": "distribution",
1151
1286
  "required": false,
1152
1287
  "conditionKeys": [],
1153
1288
  "dependentActions": []
1289
+ },
1290
+ {
1291
+ "name": "vpcorigin",
1292
+ "required": false,
1293
+ "conditionKeys": [],
1294
+ "dependentActions": []
1154
1295
  }
1155
1296
  ],
1156
1297
  "conditionKeys": [],
@@ -1165,6 +1306,14 @@
1165
1306
  "conditionKeys": [],
1166
1307
  "dependentActions": []
1167
1308
  },
1309
+ "listvpcorigins": {
1310
+ "name": "ListVpcOrigins",
1311
+ "description": "Grants permission to list VPC origins",
1312
+ "accessLevel": "List",
1313
+ "resourceTypes": [],
1314
+ "conditionKeys": [],
1315
+ "dependentActions": []
1316
+ },
1168
1317
  "publishfunction": {
1169
1318
  "name": "PublishFunction",
1170
1319
  "description": "Grants permission to publish a CloudFront function",
@@ -1185,6 +1334,12 @@
1185
1334
  "description": "Grants permission to add tags to a CloudFront resource",
1186
1335
  "accessLevel": "Tagging",
1187
1336
  "resourceTypes": [
1337
+ {
1338
+ "name": "anycast-ip-list",
1339
+ "required": false,
1340
+ "conditionKeys": [],
1341
+ "dependentActions": []
1342
+ },
1188
1343
  {
1189
1344
  "name": "distribution",
1190
1345
  "required": false,
@@ -1196,6 +1351,12 @@
1196
1351
  "required": false,
1197
1352
  "conditionKeys": [],
1198
1353
  "dependentActions": []
1354
+ },
1355
+ {
1356
+ "name": "vpcorigin",
1357
+ "required": false,
1358
+ "conditionKeys": [],
1359
+ "dependentActions": []
1199
1360
  }
1200
1361
  ],
1201
1362
  "conditionKeys": [
@@ -1224,6 +1385,12 @@
1224
1385
  "description": "Grants permission to remove tags from a CloudFront resource",
1225
1386
  "accessLevel": "Tagging",
1226
1387
  "resourceTypes": [
1388
+ {
1389
+ "name": "anycast-ip-list",
1390
+ "required": false,
1391
+ "conditionKeys": [],
1392
+ "dependentActions": []
1393
+ },
1227
1394
  {
1228
1395
  "name": "distribution",
1229
1396
  "required": false,
@@ -1235,6 +1402,12 @@
1235
1402
  "required": false,
1236
1403
  "conditionKeys": [],
1237
1404
  "dependentActions": []
1405
+ },
1406
+ {
1407
+ "name": "vpcorigin",
1408
+ "required": false,
1409
+ "conditionKeys": [],
1410
+ "dependentActions": []
1238
1411
  }
1239
1412
  ],
1240
1413
  "conditionKeys": [
@@ -1469,5 +1642,20 @@
1469
1642
  ],
1470
1643
  "conditionKeys": [],
1471
1644
  "dependentActions": []
1645
+ },
1646
+ "updatevpcorigin": {
1647
+ "name": "UpdateVpcOrigin",
1648
+ "description": "Grants permission to update a VPC origin",
1649
+ "accessLevel": "Write",
1650
+ "resourceTypes": [
1651
+ {
1652
+ "name": "vpcorigin",
1653
+ "required": true,
1654
+ "conditionKeys": [],
1655
+ "dependentActions": []
1656
+ }
1657
+ ],
1658
+ "conditionKeys": [],
1659
+ "dependentActions": []
1472
1660
  }
1473
1661
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "addtags": {
3
3
  "name": "AddTags",
4
- "description": "Grants permission to add one or more tags to a trail, event data store, or channel, up to a limit of 50",
4
+ "description": "Grants permission to add one or more tags to a trail, event data store, channel or dashboard, up to a limit of 50",
5
5
  "accessLevel": "Tagging",
6
6
  "resourceTypes": [
7
7
  {
@@ -10,6 +10,12 @@
10
10
  "conditionKeys": [],
11
11
  "dependentActions": []
12
12
  },
13
+ {
14
+ "name": "dashboard",
15
+ "required": false,
16
+ "conditionKeys": [],
17
+ "dependentActions": []
18
+ },
13
19
  {
14
20
  "name": "eventdatastore",
15
21
  "required": false,
@@ -70,6 +76,28 @@
70
76
  ],
71
77
  "dependentActions": []
72
78
  },
79
+ "createdashboard": {
80
+ "name": "CreateDashboard",
81
+ "description": "Grants permission to create a dashboard",
82
+ "accessLevel": "Write",
83
+ "resourceTypes": [
84
+ {
85
+ "name": "dashboard",
86
+ "required": true,
87
+ "conditionKeys": [],
88
+ "dependentActions": [
89
+ "cloudtrail:AddTags",
90
+ "cloudtrail:StartDashboardRefresh",
91
+ "cloudtrail:StartQuery"
92
+ ]
93
+ }
94
+ ],
95
+ "conditionKeys": [
96
+ "aws:RequestTag/${TagKey}",
97
+ "aws:TagKeys"
98
+ ],
99
+ "dependentActions": []
100
+ },
73
101
  "createeventdatastore": {
74
102
  "name": "CreateEventDataStore",
75
103
  "description": "Grants permission to create an event data store",
@@ -149,6 +177,21 @@
149
177
  "conditionKeys": [],
150
178
  "dependentActions": []
151
179
  },
180
+ "deletedashboard": {
181
+ "name": "DeleteDashboard",
182
+ "description": "Grants permission to delete a dashboard",
183
+ "accessLevel": "Write",
184
+ "resourceTypes": [
185
+ {
186
+ "name": "dashboard",
187
+ "required": true,
188
+ "conditionKeys": [],
189
+ "dependentActions": []
190
+ }
191
+ ],
192
+ "conditionKeys": [],
193
+ "dependentActions": []
194
+ },
152
195
  "deleteeventdatastore": {
153
196
  "name": "DeleteEventDataStore",
154
197
  "description": "Grants permission to delete an event data store",
@@ -171,7 +214,19 @@
171
214
  "resourceTypes": [
172
215
  {
173
216
  "name": "channel",
174
- "required": true,
217
+ "required": false,
218
+ "conditionKeys": [],
219
+ "dependentActions": []
220
+ },
221
+ {
222
+ "name": "dashboard",
223
+ "required": false,
224
+ "conditionKeys": [],
225
+ "dependentActions": []
226
+ },
227
+ {
228
+ "name": "eventdatastore",
229
+ "required": false,
175
230
  "conditionKeys": [],
176
231
  "dependentActions": []
177
232
  }
@@ -337,6 +392,21 @@
337
392
  "conditionKeys": [],
338
393
  "dependentActions": []
339
394
  },
395
+ "getdashboard": {
396
+ "name": "GetDashboard",
397
+ "description": "Grants permission to list settings for the dashboard",
398
+ "accessLevel": "Read",
399
+ "resourceTypes": [
400
+ {
401
+ "name": "dashboard",
402
+ "required": true,
403
+ "conditionKeys": [],
404
+ "dependentActions": []
405
+ }
406
+ ],
407
+ "conditionKeys": [],
408
+ "dependentActions": []
409
+ },
340
410
  "geteventdatastore": {
341
411
  "name": "GetEventDataStore",
342
412
  "description": "Grants permission to list settings for the event data store",
@@ -439,7 +509,19 @@
439
509
  "resourceTypes": [
440
510
  {
441
511
  "name": "channel",
442
- "required": true,
512
+ "required": false,
513
+ "conditionKeys": [],
514
+ "dependentActions": []
515
+ },
516
+ {
517
+ "name": "dashboard",
518
+ "required": false,
519
+ "conditionKeys": [],
520
+ "dependentActions": []
521
+ },
522
+ {
523
+ "name": "eventdatastore",
524
+ "required": false,
443
525
  "conditionKeys": [],
444
526
  "dependentActions": []
445
527
  }
@@ -501,6 +583,14 @@
501
583
  "conditionKeys": [],
502
584
  "dependentActions": []
503
585
  },
586
+ "listdashboards": {
587
+ "name": "ListDashboards",
588
+ "description": "Grants permission to list dashboards associated with the current region for your account",
589
+ "accessLevel": "List",
590
+ "resourceTypes": [],
591
+ "conditionKeys": [],
592
+ "dependentActions": []
593
+ },
504
594
  "listeventdatastores": {
505
595
  "name": "ListEventDataStores",
506
596
  "description": "Grants permission to list event data stores associated with the current region for your account",
@@ -559,7 +649,7 @@
559
649
  },
560
650
  "listtags": {
561
651
  "name": "ListTags",
562
- "description": "Grants permission to list the tags for trails, event data stores, or channels in the current region",
652
+ "description": "Grants permission to list the tags for trails, event data stores, channels or dashboards in the current region",
563
653
  "accessLevel": "Read",
564
654
  "resourceTypes": [
565
655
  {
@@ -568,6 +658,12 @@
568
658
  "conditionKeys": [],
569
659
  "dependentActions": []
570
660
  },
661
+ {
662
+ "name": "dashboard",
663
+ "required": false,
664
+ "conditionKeys": [],
665
+ "dependentActions": []
666
+ },
571
667
  {
572
668
  "name": "eventdatastore",
573
669
  "required": false,
@@ -643,7 +739,19 @@
643
739
  "resourceTypes": [
644
740
  {
645
741
  "name": "channel",
646
- "required": true,
742
+ "required": false,
743
+ "conditionKeys": [],
744
+ "dependentActions": []
745
+ },
746
+ {
747
+ "name": "dashboard",
748
+ "required": false,
749
+ "conditionKeys": [],
750
+ "dependentActions": []
751
+ },
752
+ {
753
+ "name": "eventdatastore",
754
+ "required": false,
647
755
  "conditionKeys": [],
648
756
  "dependentActions": []
649
757
  }
@@ -666,7 +774,7 @@
666
774
  },
667
775
  "removetags": {
668
776
  "name": "RemoveTags",
669
- "description": "Grants permission to remove tags from a trail, event data store, or channel",
777
+ "description": "Grants permission to remove tags from a trail, event data store, channel or dashboard",
670
778
  "accessLevel": "Tagging",
671
779
  "resourceTypes": [
672
780
  {
@@ -675,6 +783,12 @@
675
783
  "conditionKeys": [],
676
784
  "dependentActions": []
677
785
  },
786
+ {
787
+ "name": "dashboard",
788
+ "required": false,
789
+ "conditionKeys": [],
790
+ "dependentActions": []
791
+ },
678
792
  {
679
793
  "name": "eventdatastore",
680
794
  "required": false,
@@ -708,6 +822,23 @@
708
822
  "conditionKeys": [],
709
823
  "dependentActions": []
710
824
  },
825
+ "startdashboardrefresh": {
826
+ "name": "StartDashboardRefresh",
827
+ "description": "Grants permission to start a refresh on the specified dashboard",
828
+ "accessLevel": "Write",
829
+ "resourceTypes": [
830
+ {
831
+ "name": "dashboard",
832
+ "required": true,
833
+ "conditionKeys": [],
834
+ "dependentActions": []
835
+ }
836
+ ],
837
+ "conditionKeys": [],
838
+ "dependentActions": [
839
+ "cloudtrail:StartQuery"
840
+ ]
841
+ },
711
842
  "starteventdatastoreingestion": {
712
843
  "name": "StartEventDataStoreIngestion",
713
844
  "description": "Grants permission to start ingestion on an event data store",
@@ -817,6 +948,24 @@
817
948
  "conditionKeys": [],
818
949
  "dependentActions": []
819
950
  },
951
+ "updatedashboard": {
952
+ "name": "UpdateDashboard",
953
+ "description": "Grants permission to update a dashboard",
954
+ "accessLevel": "Write",
955
+ "resourceTypes": [
956
+ {
957
+ "name": "dashboard",
958
+ "required": true,
959
+ "conditionKeys": [],
960
+ "dependentActions": []
961
+ }
962
+ ],
963
+ "conditionKeys": [],
964
+ "dependentActions": [
965
+ "cloudtrail:StartDashboardRefresh",
966
+ "cloudtrail:StartQuery"
967
+ ]
968
+ },
820
969
  "updateeventdatastore": {
821
970
  "name": "UpdateEventDataStore",
822
971
  "description": "Grants permission to update an event data store",
@@ -67,6 +67,16 @@
67
67
  "ecs:ListServices"
68
68
  ]
69
69
  },
70
+ "exportidlerecommendations": {
71
+ "name": "ExportIdleRecommendations",
72
+ "description": "Grants permission to export idle recommendations to S3 for the provided accounts",
73
+ "accessLevel": "Write",
74
+ "resourceTypes": [],
75
+ "conditionKeys": [],
76
+ "dependentActions": [
77
+ "compute-optimizer:GetIdleRecommendations"
78
+ ]
79
+ },
70
80
  "exportlambdafunctionrecommendations": {
71
81
  "name": "ExportLambdaFunctionRecommendations",
72
82
  "description": "Grants permission to export Lambda function recommendations to S3 for the provided accounts",
@@ -193,6 +203,14 @@
193
203
  "conditionKeys": [],
194
204
  "dependentActions": []
195
205
  },
206
+ "getidlerecommendations": {
207
+ "name": "GetIdleRecommendations",
208
+ "description": "Grants permission to get idle recommendations for the specified account(s)",
209
+ "accessLevel": "List",
210
+ "resourceTypes": [],
211
+ "conditionKeys": [],
212
+ "dependentActions": []
213
+ },
196
214
  "getlambdafunctionrecommendations": {
197
215
  "name": "GetLambdaFunctionRecommendations",
198
216
  "description": "Grants permission to get recommendations for the provided Lambda functions",
@@ -567,7 +567,8 @@
567
567
  "conditionKeys": [
568
568
  "aws:RequestTag/${TagKey}",
569
569
  "aws:TagKeys",
570
- "connect:InstanceId"
570
+ "connect:InstanceId",
571
+ "connect:FlowType"
571
572
  ],
572
573
  "dependentActions": []
573
574
  },
@@ -590,6 +591,25 @@
590
591
  ],
591
592
  "dependentActions": []
592
593
  },
594
+ "createcontactflowversion": {
595
+ "name": "CreateContactFlowVersion",
596
+ "description": "Grants permission to create a version a flow in an Amazon Connect instance",
597
+ "accessLevel": "Write",
598
+ "resourceTypes": [
599
+ {
600
+ "name": "contact-flow",
601
+ "required": true,
602
+ "conditionKeys": [],
603
+ "dependentActions": []
604
+ }
605
+ ],
606
+ "conditionKeys": [
607
+ "aws:ResourceTag/${TagKey}",
608
+ "connect:InstanceId",
609
+ "connect:FlowType"
610
+ ],
611
+ "dependentActions": []
612
+ },
593
613
  "createevaluationform": {
594
614
  "name": "CreateEvaluationForm",
595
615
  "description": "Grants permission to create an evaluation form in the specified Amazon Connect instance. The form can be used to define questions related to agent performance, and create sections to organize such questions. Question and section identifiers cannot be duplicated within the same evaluation form",
@@ -1197,7 +1217,8 @@
1197
1217
  ],
1198
1218
  "conditionKeys": [
1199
1219
  "aws:ResourceTag/${TagKey}",
1200
- "connect:InstanceId"
1220
+ "connect:InstanceId",
1221
+ "connect:FlowType"
1201
1222
  ],
1202
1223
  "dependentActions": []
1203
1224
  },
@@ -1690,7 +1711,8 @@
1690
1711
  ],
1691
1712
  "conditionKeys": [
1692
1713
  "aws:ResourceTag/${TagKey}",
1693
- "connect:InstanceId"
1714
+ "connect:InstanceId",
1715
+ "connect:FlowType"
1694
1716
  ],
1695
1717
  "dependentActions": []
1696
1718
  },
@@ -2816,6 +2838,25 @@
2816
2838
  "conditionKeys": [],
2817
2839
  "dependentActions": []
2818
2840
  },
2841
+ "listcontactflowversions": {
2842
+ "name": "ListContactFlowVersions",
2843
+ "description": "Grants permission to list all the versions a flow in an Amazon Connect instance",
2844
+ "accessLevel": "List",
2845
+ "resourceTypes": [
2846
+ {
2847
+ "name": "contact-flow",
2848
+ "required": true,
2849
+ "conditionKeys": [],
2850
+ "dependentActions": []
2851
+ }
2852
+ ],
2853
+ "conditionKeys": [
2854
+ "aws:ResourceTag/${TagKey}",
2855
+ "connect:InstanceId",
2856
+ "connect:FlowType"
2857
+ ],
2858
+ "dependentActions": []
2859
+ },
2819
2860
  "listcontactflows": {
2820
2861
  "name": "ListContactFlows",
2821
2862
  "description": "Grants permission to list contact flow resources in an Amazon Connect instance",
@@ -3863,7 +3904,8 @@
3863
3904
  ],
3864
3905
  "conditionKeys": [
3865
3906
  "connect:InstanceId",
3866
- "connect:SearchTag/${TagKey}"
3907
+ "connect:SearchTag/${TagKey}",
3908
+ "connect:FlowType"
3867
3909
  ],
3868
3910
  "dependentActions": []
3869
3911
  },
@@ -4962,7 +5004,8 @@
4962
5004
  ],
4963
5005
  "conditionKeys": [
4964
5006
  "aws:ResourceTag/${TagKey}",
4965
- "connect:InstanceId"
5007
+ "connect:InstanceId",
5008
+ "connect:FlowType"
4966
5009
  ],
4967
5010
  "dependentActions": []
4968
5011
  },
@@ -4980,7 +5023,8 @@
4980
5023
  ],
4981
5024
  "conditionKeys": [
4982
5025
  "aws:ResourceTag/${TagKey}",
4983
- "connect:InstanceId"
5026
+ "connect:InstanceId",
5027
+ "connect:FlowType"
4984
5028
  ],
4985
5029
  "dependentActions": []
4986
5030
  },
@@ -5034,7 +5078,8 @@
5034
5078
  ],
5035
5079
  "conditionKeys": [
5036
5080
  "aws:ResourceTag/${TagKey}",
5037
- "connect:InstanceId"
5081
+ "connect:InstanceId",
5082
+ "connect:FlowType"
5038
5083
  ],
5039
5084
  "dependentActions": []
5040
5085
  },