@cloud-copilot/iam-data 0.15.202602041 → 0.15.202602061

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.
@@ -212,6 +212,17 @@
212
212
  ],
213
213
  "dependentActions": []
214
214
  },
215
+ "createbrowserprofile": {
216
+ "name": "CreateBrowserProfile",
217
+ "description": "Grants permission to create a new browser profile",
218
+ "accessLevel": "Write",
219
+ "resourceTypes": [],
220
+ "conditionKeys": [
221
+ "aws:RequestTag/${TagKey}",
222
+ "aws:TagKeys"
223
+ ],
224
+ "dependentActions": []
225
+ },
215
226
  "createcodeinterpreter": {
216
227
  "name": "CreateCodeInterpreter",
217
228
  "description": "Grants permission to create a new custom code interpreter",
@@ -230,7 +241,11 @@
230
241
  "description": "Grants permission to create a new evaluator",
231
242
  "accessLevel": "Write",
232
243
  "resourceTypes": [],
233
- "conditionKeys": [],
244
+ "conditionKeys": [
245
+ "aws:RequestTag/${TagKey}",
246
+ "aws:ResourceTag/${TagKey}",
247
+ "aws:TagKeys"
248
+ ],
234
249
  "dependentActions": []
235
250
  },
236
251
  "createevent": {
@@ -286,7 +301,8 @@
286
301
  "resourceTypes": [],
287
302
  "conditionKeys": [
288
303
  "aws:RequestTag/${TagKey}",
289
- "aws:TagKeys"
304
+ "aws:TagKeys",
305
+ "bedrock-agentcore:KmsKeyArn"
290
306
  ],
291
307
  "dependentActions": [
292
308
  "iam:PassRole"
@@ -321,7 +337,11 @@
321
337
  "description": "Grants permission to create a new online evaluation configuration",
322
338
  "accessLevel": "Write",
323
339
  "resourceTypes": [],
324
- "conditionKeys": [],
340
+ "conditionKeys": [
341
+ "aws:RequestTag/${TagKey}",
342
+ "aws:ResourceTag/${TagKey}",
343
+ "aws:TagKeys"
344
+ ],
325
345
  "dependentActions": [
326
346
  "iam:PassRole"
327
347
  ]
@@ -445,6 +465,21 @@
445
465
  "conditionKeys": [],
446
466
  "dependentActions": []
447
467
  },
468
+ "deletebrowserprofile": {
469
+ "name": "DeleteBrowserProfile",
470
+ "description": "Grants permission to delete a browser profile",
471
+ "accessLevel": "Write",
472
+ "resourceTypes": [
473
+ {
474
+ "name": "browser-profile",
475
+ "required": true,
476
+ "conditionKeys": [],
477
+ "dependentActions": []
478
+ }
479
+ ],
480
+ "conditionKeys": [],
481
+ "dependentActions": []
482
+ },
448
483
  "deletecodeinterpreter": {
449
484
  "name": "DeleteCodeInterpreter",
450
485
  "description": "Grants permission to delete a custom code interpreter",
@@ -781,6 +816,21 @@
781
816
  "conditionKeys": [],
782
817
  "dependentActions": []
783
818
  },
819
+ "getbrowserprofile": {
820
+ "name": "GetBrowserProfile",
821
+ "description": "Grants permission to get details of a browser profile",
822
+ "accessLevel": "Read",
823
+ "resourceTypes": [
824
+ {
825
+ "name": "browser-profile",
826
+ "required": true,
827
+ "conditionKeys": [],
828
+ "dependentActions": []
829
+ }
830
+ ],
831
+ "conditionKeys": [],
832
+ "dependentActions": []
833
+ },
784
834
  "getbrowsersession": {
785
835
  "name": "GetBrowserSession",
786
836
  "description": "Grants permission to get details of a browser session",
@@ -1405,6 +1455,14 @@
1405
1455
  "conditionKeys": [],
1406
1456
  "dependentActions": []
1407
1457
  },
1458
+ "listbrowserprofiles": {
1459
+ "name": "ListBrowserProfiles",
1460
+ "description": "Grants permission to list browser profiles",
1461
+ "accessLevel": "List",
1462
+ "resourceTypes": [],
1463
+ "conditionKeys": [],
1464
+ "dependentActions": []
1465
+ },
1408
1466
  "listbrowsersessions": {
1409
1467
  "name": "ListBrowserSessions",
1410
1468
  "description": "Grants permission to list browser sessions",
@@ -1662,12 +1720,24 @@
1662
1720
  "conditionKeys": [],
1663
1721
  "dependentActions": []
1664
1722
  },
1723
+ {
1724
+ "name": "browser-profile",
1725
+ "required": false,
1726
+ "conditionKeys": [],
1727
+ "dependentActions": []
1728
+ },
1665
1729
  {
1666
1730
  "name": "code-interpreter-custom",
1667
1731
  "required": false,
1668
1732
  "conditionKeys": [],
1669
1733
  "dependentActions": []
1670
1734
  },
1735
+ {
1736
+ "name": "evaluator",
1737
+ "required": false,
1738
+ "conditionKeys": [],
1739
+ "dependentActions": []
1740
+ },
1671
1741
  {
1672
1742
  "name": "gateway",
1673
1743
  "required": false,
@@ -1686,6 +1756,12 @@
1686
1756
  "conditionKeys": [],
1687
1757
  "dependentActions": []
1688
1758
  },
1759
+ {
1760
+ "name": "online-evaluation-config",
1761
+ "required": false,
1762
+ "conditionKeys": [],
1763
+ "dependentActions": []
1764
+ },
1689
1765
  {
1690
1766
  "name": "runtime",
1691
1767
  "required": false,
@@ -1833,6 +1909,33 @@
1833
1909
  ],
1834
1910
  "dependentActions": []
1835
1911
  },
1912
+ "savebrowsersessionprofile": {
1913
+ "name": "SaveBrowserSessionProfile",
1914
+ "description": "Grants permission to save a browser session profile",
1915
+ "accessLevel": "Write",
1916
+ "resourceTypes": [
1917
+ {
1918
+ "name": "browser",
1919
+ "required": true,
1920
+ "conditionKeys": [],
1921
+ "dependentActions": []
1922
+ },
1923
+ {
1924
+ "name": "browser-custom",
1925
+ "required": true,
1926
+ "conditionKeys": [],
1927
+ "dependentActions": []
1928
+ },
1929
+ {
1930
+ "name": "browser-profile",
1931
+ "required": true,
1932
+ "conditionKeys": [],
1933
+ "dependentActions": []
1934
+ }
1935
+ ],
1936
+ "conditionKeys": [],
1937
+ "dependentActions": []
1938
+ },
1836
1939
  "settokenvaultcmk": {
1837
1940
  "name": "SetTokenVaultCMK",
1838
1941
  "description": "Grants permission to associate a Customer Managed Key (CMK) or a Service Managed Key with a specific TokenVault",
@@ -1864,6 +1967,12 @@
1864
1967
  "required": true,
1865
1968
  "conditionKeys": [],
1866
1969
  "dependentActions": []
1970
+ },
1971
+ {
1972
+ "name": "browser-profile",
1973
+ "required": false,
1974
+ "conditionKeys": [],
1975
+ "dependentActions": []
1867
1976
  }
1868
1977
  ],
1869
1978
  "conditionKeys": [],
@@ -2020,12 +2129,24 @@
2020
2129
  "conditionKeys": [],
2021
2130
  "dependentActions": []
2022
2131
  },
2132
+ {
2133
+ "name": "browser-profile",
2134
+ "required": false,
2135
+ "conditionKeys": [],
2136
+ "dependentActions": []
2137
+ },
2023
2138
  {
2024
2139
  "name": "code-interpreter-custom",
2025
2140
  "required": false,
2026
2141
  "conditionKeys": [],
2027
2142
  "dependentActions": []
2028
2143
  },
2144
+ {
2145
+ "name": "evaluator",
2146
+ "required": false,
2147
+ "conditionKeys": [],
2148
+ "dependentActions": []
2149
+ },
2029
2150
  {
2030
2151
  "name": "gateway",
2031
2152
  "required": false,
@@ -2044,6 +2165,12 @@
2044
2165
  "conditionKeys": [],
2045
2166
  "dependentActions": []
2046
2167
  },
2168
+ {
2169
+ "name": "online-evaluation-config",
2170
+ "required": false,
2171
+ "conditionKeys": [],
2172
+ "dependentActions": []
2173
+ },
2047
2174
  {
2048
2175
  "name": "runtime",
2049
2176
  "required": false,
@@ -2098,12 +2225,24 @@
2098
2225
  "conditionKeys": [],
2099
2226
  "dependentActions": []
2100
2227
  },
2228
+ {
2229
+ "name": "browser-profile",
2230
+ "required": false,
2231
+ "conditionKeys": [],
2232
+ "dependentActions": []
2233
+ },
2101
2234
  {
2102
2235
  "name": "code-interpreter-custom",
2103
2236
  "required": false,
2104
2237
  "conditionKeys": [],
2105
2238
  "dependentActions": []
2106
2239
  },
2240
+ {
2241
+ "name": "evaluator",
2242
+ "required": false,
2243
+ "conditionKeys": [],
2244
+ "dependentActions": []
2245
+ },
2107
2246
  {
2108
2247
  "name": "gateway",
2109
2248
  "required": false,
@@ -2122,6 +2261,12 @@
2122
2261
  "conditionKeys": [],
2123
2262
  "dependentActions": []
2124
2263
  },
2264
+ {
2265
+ "name": "online-evaluation-config",
2266
+ "required": false,
2267
+ "conditionKeys": [],
2268
+ "dependentActions": []
2269
+ },
2125
2270
  {
2126
2271
  "name": "runtime",
2127
2272
  "required": false,
@@ -630,15 +630,11 @@
630
630
  "isPermissionOnly": true,
631
631
  "description": "Grants permission to start experiments on a Global Table",
632
632
  "accessLevel": "Write",
633
- "resourceTypes": [
634
- {
635
- "name": "table",
636
- "required": true,
637
- "conditionKeys": [],
638
- "dependentActions": []
639
- }
633
+ "resourceTypes": [],
634
+ "conditionKeys": [
635
+ "dynamodb:FisActionId",
636
+ "dynamodb:FisTargetArns"
640
637
  ],
641
- "conditionKeys": [],
642
638
  "dependentActions": []
643
639
  },
644
640
  "listbackups": {
@@ -553,6 +553,12 @@
553
553
  "required": true,
554
554
  "conditionKeys": [],
555
555
  "dependentActions": []
556
+ },
557
+ {
558
+ "name": "connectionType",
559
+ "required": false,
560
+ "conditionKeys": [],
561
+ "dependentActions": []
556
562
  }
557
563
  ],
558
564
  "conditionKeys": [
@@ -1242,6 +1248,21 @@
1242
1248
  ],
1243
1249
  "dependentActions": []
1244
1250
  },
1251
+ "deleteconnectiontype": {
1252
+ "name": "DeleteConnectionType",
1253
+ "description": "Grants permission to delete connection type",
1254
+ "accessLevel": "Write",
1255
+ "resourceTypes": [
1256
+ {
1257
+ "name": "connectionType",
1258
+ "required": true,
1259
+ "conditionKeys": [],
1260
+ "dependentActions": []
1261
+ }
1262
+ ],
1263
+ "conditionKeys": [],
1264
+ "dependentActions": []
1265
+ },
1245
1266
  "deletecrawler": {
1246
1267
  "name": "DeleteCrawler",
1247
1268
  "description": "Grants permission to delete a crawler",
@@ -1774,9 +1795,16 @@
1774
1795
  },
1775
1796
  "describeconnectiontype": {
1776
1797
  "name": "DescribeConnectionType",
1777
- "description": "Grants permission to describe connection type in glue studio",
1798
+ "description": "Grants permission to describe connection type in glue",
1778
1799
  "accessLevel": "Permissions management",
1779
- "resourceTypes": [],
1800
+ "resourceTypes": [
1801
+ {
1802
+ "name": "connectionType",
1803
+ "required": false,
1804
+ "conditionKeys": [],
1805
+ "dependentActions": []
1806
+ }
1807
+ ],
1780
1808
  "conditionKeys": [],
1781
1809
  "dependentActions": []
1782
1810
  },
@@ -1796,6 +1824,12 @@
1796
1824
  "required": true,
1797
1825
  "conditionKeys": [],
1798
1826
  "dependentActions": []
1827
+ },
1828
+ {
1829
+ "name": "connectionType",
1830
+ "required": false,
1831
+ "conditionKeys": [],
1832
+ "dependentActions": []
1799
1833
  }
1800
1834
  ],
1801
1835
  "conditionKeys": [],
@@ -2419,6 +2453,12 @@
2419
2453
  "required": false,
2420
2454
  "conditionKeys": [],
2421
2455
  "dependentActions": []
2456
+ },
2457
+ {
2458
+ "name": "connectionType",
2459
+ "required": false,
2460
+ "conditionKeys": [],
2461
+ "dependentActions": []
2422
2462
  }
2423
2463
  ],
2424
2464
  "conditionKeys": [],
@@ -3502,7 +3542,7 @@
3502
3542
  },
3503
3543
  "listconnectiontypes": {
3504
3544
  "name": "ListConnectionTypes",
3505
- "description": "Grants permission to list connection types in glue studio",
3545
+ "description": "Grants permission to list connection types in glue",
3506
3546
  "accessLevel": "Permissions management",
3507
3547
  "resourceTypes": [],
3508
3548
  "conditionKeys": [],
@@ -3623,6 +3663,12 @@
3623
3663
  "required": true,
3624
3664
  "conditionKeys": [],
3625
3665
  "dependentActions": []
3666
+ },
3667
+ {
3668
+ "name": "connectionType",
3669
+ "required": false,
3670
+ "conditionKeys": [],
3671
+ "dependentActions": []
3626
3672
  }
3627
3673
  ],
3628
3674
  "conditionKeys": [],
@@ -3995,11 +4041,34 @@
3995
4041
  "required": true,
3996
4042
  "conditionKeys": [],
3997
4043
  "dependentActions": []
4044
+ },
4045
+ {
4046
+ "name": "connectionType",
4047
+ "required": false,
4048
+ "conditionKeys": [],
4049
+ "dependentActions": []
3998
4050
  }
3999
4051
  ],
4000
4052
  "conditionKeys": [],
4001
4053
  "dependentActions": []
4002
4054
  },
4055
+ "registerconnectiontype": {
4056
+ "name": "RegisterConnectionType",
4057
+ "description": "Grants permission to register connection type",
4058
+ "accessLevel": "Write",
4059
+ "resourceTypes": [
4060
+ {
4061
+ "name": "connectionType",
4062
+ "required": true,
4063
+ "conditionKeys": [],
4064
+ "dependentActions": []
4065
+ }
4066
+ ],
4067
+ "conditionKeys": [
4068
+ "aws:ResourceTag/${TagKey}"
4069
+ ],
4070
+ "dependentActions": []
4071
+ },
4003
4072
  "registerschemaversion": {
4004
4073
  "name": "RegisterSchemaVersion",
4005
4074
  "description": "Grants permission to create a new schema version",
@@ -4696,7 +4765,20 @@
4696
4765
  "name": "TestConnection",
4697
4766
  "description": "Grants permission to test connection in Glue Studio",
4698
4767
  "accessLevel": "Permissions management",
4699
- "resourceTypes": [],
4768
+ "resourceTypes": [
4769
+ {
4770
+ "name": "connection",
4771
+ "required": false,
4772
+ "conditionKeys": [],
4773
+ "dependentActions": []
4774
+ },
4775
+ {
4776
+ "name": "connectionType",
4777
+ "required": false,
4778
+ "conditionKeys": [],
4779
+ "dependentActions": []
4780
+ }
4781
+ ],
4700
4782
  "conditionKeys": [],
4701
4783
  "dependentActions": []
4702
4784
  },
@@ -4962,6 +5044,12 @@
4962
5044
  "required": true,
4963
5045
  "conditionKeys": [],
4964
5046
  "dependentActions": []
5047
+ },
5048
+ {
5049
+ "name": "connectionType",
5050
+ "required": false,
5051
+ "conditionKeys": [],
5052
+ "dependentActions": []
4965
5053
  }
4966
5054
  ],
4967
5055
  "conditionKeys": [
@@ -110,6 +110,45 @@
110
110
  "accounts.google.com:aud",
111
111
  "accounts.google.com:oaud",
112
112
  "accounts.google.com:sub",
113
+ "accounts.google.com:organization_number",
114
+ "token.actions.githubusercontent.com:actor",
115
+ "token.actions.githubusercontent.com:actor_id",
116
+ "token.actions.githubusercontent.com:enterprise_id",
117
+ "token.actions.githubusercontent.com:environment",
118
+ "token.actions.githubusercontent.com:job_workflow_ref",
119
+ "token.actions.githubusercontent.com:ref",
120
+ "token.actions.githubusercontent.com:repository",
121
+ "token.actions.githubusercontent.com:repository_id",
122
+ "token.actions.githubusercontent.com:workflow",
123
+ "token.actions.githubusercontent.com/${SubPath}:actor",
124
+ "token.actions.githubusercontent.com/${SubPath}:actor_id",
125
+ "token.actions.githubusercontent.com/${SubPath}:enterprise_id",
126
+ "token.actions.githubusercontent.com/${SubPath}:environment",
127
+ "token.actions.githubusercontent.com/${SubPath}:job_workflow_ref",
128
+ "token.actions.githubusercontent.com/${SubPath}:ref",
129
+ "token.actions.githubusercontent.com/${SubPath}:repository",
130
+ "token.actions.githubusercontent.com/${SubPath}:repository_id",
131
+ "token.actions.githubusercontent.com/${SubPath}:workflow",
132
+ "token.actions.${Domain}.ghe.com:actor",
133
+ "token.actions.${Domain}.ghe.com:actor_id",
134
+ "token.actions.${Domain}.ghe.com:enterprise_id",
135
+ "token.actions.${Domain}.ghe.com:environment",
136
+ "token.actions.${Domain}.ghe.com:job_workflow_ref",
137
+ "token.actions.${Domain}.ghe.com:ref",
138
+ "token.actions.${Domain}.ghe.com:repository",
139
+ "token.actions.${Domain}.ghe.com:repository_id",
140
+ "token.actions.${Domain}.ghe.com:workflow",
141
+ "github.com/enterprises/${EnterpriseName}:actor",
142
+ "github.com/enterprises/${EnterpriseName}:actor_id",
143
+ "github.com/enterprises/${EnterpriseName}:enterprise_id",
144
+ "github.com/enterprises/${EnterpriseName}:environment",
145
+ "github.com/enterprises/${EnterpriseName}:job_workflow_ref",
146
+ "github.com/enterprises/${EnterpriseName}:ref",
147
+ "github.com/enterprises/${EnterpriseName}:repository",
148
+ "github.com/enterprises/${EnterpriseName}:repository_id",
149
+ "github.com/enterprises/${EnterpriseName}:workflow",
150
+ "oidc.circleci.com/org/${OrgId}:project_id",
151
+ "idcs-${OciUniqueIdentifier}.identity.oraclecloud.com:rpst_id",
113
152
  "aws:TagKeys",
114
153
  "aws:RequestTag/${TagKey}",
115
154
  "sts:TransitiveTagKeys",
@@ -44,6 +44,11 @@
44
44
  "description": "Filters access by the subject claim (sub) in the JWT passed in the request",
45
45
  "type": "String"
46
46
  },
47
+ "bedrock-agentcore:kmskeyarn": {
48
+ "key": "bedrock-agentcore:KmsKeyArn",
49
+ "description": "Filters access by KMS Key arn provided",
50
+ "type": "String"
51
+ },
47
52
  "bedrock-agentcore:actorid": {
48
53
  "key": "bedrock-agentcore:actorId",
49
54
  "description": "Filters access by Actor Id",
@@ -29,6 +29,16 @@
29
29
  "description": "Filters access by the first partition key of the table",
30
30
  "type": "ArrayOfString"
31
31
  },
32
+ "dynamodb:fisactionid": {
33
+ "key": "dynamodb:FisActionId",
34
+ "description": "Filters access by the ID of an AWS FIS action",
35
+ "type": "String"
36
+ },
37
+ "dynamodb:fistargetarns": {
38
+ "key": "dynamodb:FisTargetArns",
39
+ "description": "Filters access by the ARN of an AWS FIS target",
40
+ "type": "ArrayOfARN"
41
+ },
32
42
  "dynamodb:fourthpartitionkeyvalues": {
33
43
  "key": "dynamodb:FourthPartitionKeyValues",
34
44
  "description": "Filters access by the forth partition key of the table",
@@ -9,6 +9,11 @@
9
9
  "description": "Filters access by the Google audience",
10
10
  "type": "String"
11
11
  },
12
+ "accounts.google.com:organization_number": {
13
+ "key": "accounts.google.com:organization_number",
14
+ "description": "Filters access by the organization number that the Google identity belongs to",
15
+ "type": "String"
16
+ },
12
17
  "accounts.google.com:sub": {
13
18
  "key": "accounts.google.com:sub",
14
19
  "description": "Filters access by the subject of the claim (the Google user ID)",
@@ -44,6 +49,51 @@
44
49
  "description": "Filters access by the subject of the claim (the Amazon Cognito user ID)",
45
50
  "type": "String"
46
51
  },
52
+ "github.com/enterprises/${enterprisename}:actor": {
53
+ "key": "github.com/enterprises/${EnterpriseName}:actor",
54
+ "description": "Filters access by the personal account that initiated the workflow run",
55
+ "type": "String"
56
+ },
57
+ "github.com/enterprises/${enterprisename}:actor_id": {
58
+ "key": "github.com/enterprises/${EnterpriseName}:actor_id",
59
+ "description": "Filters access by the ID of the personal account that initiated the workflow run",
60
+ "type": "String"
61
+ },
62
+ "github.com/enterprises/${enterprisename}:enterprise_id": {
63
+ "key": "github.com/enterprises/${EnterpriseName}:enterprise_id",
64
+ "description": "Filters access by the ID of the enterprise that contains the repository from where the workflow is running",
65
+ "type": "String"
66
+ },
67
+ "github.com/enterprises/${enterprisename}:environment": {
68
+ "key": "github.com/enterprises/${EnterpriseName}:environment",
69
+ "description": "Filters access by the name of the environment used by the job",
70
+ "type": "String"
71
+ },
72
+ "github.com/enterprises/${enterprisename}:job_workflow_ref": {
73
+ "key": "github.com/enterprises/${EnterpriseName}:job_workflow_ref",
74
+ "description": "Filters access by the reference path to the reusable workflow for jobs using a reusable workflow",
75
+ "type": "String"
76
+ },
77
+ "github.com/enterprises/${enterprisename}:ref": {
78
+ "key": "github.com/enterprises/${EnterpriseName}:ref",
79
+ "description": "Filters access by the git ref (branch or tag) that triggered the workflow run",
80
+ "type": "String"
81
+ },
82
+ "github.com/enterprises/${enterprisename}:repository": {
83
+ "key": "github.com/enterprises/${EnterpriseName}:repository",
84
+ "description": "Filters access by the repository from where the workflow is running",
85
+ "type": "String"
86
+ },
87
+ "github.com/enterprises/${enterprisename}:repository_id": {
88
+ "key": "github.com/enterprises/${EnterpriseName}:repository_id",
89
+ "description": "Filters access by the ID of the repository from where the workflow is running",
90
+ "type": "String"
91
+ },
92
+ "github.com/enterprises/${enterprisename}:workflow": {
93
+ "key": "github.com/enterprises/${EnterpriseName}:workflow",
94
+ "description": "Filters access by the name of the workflow",
95
+ "type": "String"
96
+ },
47
97
  "graph.facebook.com:app_id": {
48
98
  "key": "graph.facebook.com:app_id",
49
99
  "description": "Filters access by the Facebook application ID",
@@ -59,6 +109,16 @@
59
109
  "description": "Filters access by the tags that are attached to the role that is being assumed",
60
110
  "type": "String"
61
111
  },
112
+ "idcs-${ociuniqueidentifier}.identity.oraclecloud.com:rpst_id": {
113
+ "key": "idcs-${OciUniqueIdentifier}.identity.oraclecloud.com:rpst_id",
114
+ "description": "Filters access by the OCI resource principal session token ID",
115
+ "type": "String"
116
+ },
117
+ "oidc.circleci.com/org/${orgid}:project_id": {
118
+ "key": "oidc.circleci.com/org/${OrgId}:project_id",
119
+ "description": "Filters access by the CircleCI project ID",
120
+ "type": "String"
121
+ },
62
122
  "saml:aud": {
63
123
  "key": "saml:aud",
64
124
  "description": "Filters access by the endpoint URL to which SAML assertions are presented",
@@ -274,6 +334,141 @@
274
334
  "description": "Filters access by the transitive tag keys that are passed in the request",
275
335
  "type": "ArrayOfString"
276
336
  },
337
+ "token.actions.${domain}.ghe.com:actor": {
338
+ "key": "token.actions.${Domain}.ghe.com:actor",
339
+ "description": "Filters access by the personal account that initiated the workflow run",
340
+ "type": "String"
341
+ },
342
+ "token.actions.${domain}.ghe.com:actor_id": {
343
+ "key": "token.actions.${Domain}.ghe.com:actor_id",
344
+ "description": "Filters access by the ID of the personal account that initiated the workflow run",
345
+ "type": "String"
346
+ },
347
+ "token.actions.${domain}.ghe.com:enterprise_id": {
348
+ "key": "token.actions.${Domain}.ghe.com:enterprise_id",
349
+ "description": "Filters access by the ID of the enterprise that contains the repository from where the workflow is running",
350
+ "type": "String"
351
+ },
352
+ "token.actions.${domain}.ghe.com:environment": {
353
+ "key": "token.actions.${Domain}.ghe.com:environment",
354
+ "description": "Filters access by the name of the environment used by the job",
355
+ "type": "String"
356
+ },
357
+ "token.actions.${domain}.ghe.com:job_workflow_ref": {
358
+ "key": "token.actions.${Domain}.ghe.com:job_workflow_ref",
359
+ "description": "Filters access by the reference path to the reusable workflow for jobs using a reusable workflow",
360
+ "type": "String"
361
+ },
362
+ "token.actions.${domain}.ghe.com:ref": {
363
+ "key": "token.actions.${Domain}.ghe.com:ref",
364
+ "description": "Filters access by the git ref (branch or tag) that triggered the workflow run",
365
+ "type": "String"
366
+ },
367
+ "token.actions.${domain}.ghe.com:repository": {
368
+ "key": "token.actions.${Domain}.ghe.com:repository",
369
+ "description": "Filters access by the repository from where the workflow is running",
370
+ "type": "String"
371
+ },
372
+ "token.actions.${domain}.ghe.com:repository_id": {
373
+ "key": "token.actions.${Domain}.ghe.com:repository_id",
374
+ "description": "Filters access by the ID of the repository from where the workflow is running",
375
+ "type": "String"
376
+ },
377
+ "token.actions.${domain}.ghe.com:workflow": {
378
+ "key": "token.actions.${Domain}.ghe.com:workflow",
379
+ "description": "Filters access by the name of the workflow",
380
+ "type": "String"
381
+ },
382
+ "token.actions.githubusercontent.com/${subpath}:actor": {
383
+ "key": "token.actions.githubusercontent.com/${SubPath}:actor",
384
+ "description": "Filters access by the personal account that initiated the workflow run",
385
+ "type": "String"
386
+ },
387
+ "token.actions.githubusercontent.com/${subpath}:actor_id": {
388
+ "key": "token.actions.githubusercontent.com/${SubPath}:actor_id",
389
+ "description": "Filters access by the ID of the personal account that initiated the workflow run",
390
+ "type": "String"
391
+ },
392
+ "token.actions.githubusercontent.com/${subpath}:enterprise_id": {
393
+ "key": "token.actions.githubusercontent.com/${SubPath}:enterprise_id",
394
+ "description": "Filters access by the ID of the enterprise that contains the repository from where the workflow is running",
395
+ "type": "String"
396
+ },
397
+ "token.actions.githubusercontent.com/${subpath}:environment": {
398
+ "key": "token.actions.githubusercontent.com/${SubPath}:environment",
399
+ "description": "Filters access by the name of the environment used by the job",
400
+ "type": "String"
401
+ },
402
+ "token.actions.githubusercontent.com/${subpath}:job_workflow_ref": {
403
+ "key": "token.actions.githubusercontent.com/${SubPath}:job_workflow_ref",
404
+ "description": "Filters access by the reference path to the reusable workflow for jobs using a reusable workflow",
405
+ "type": "String"
406
+ },
407
+ "token.actions.githubusercontent.com/${subpath}:ref": {
408
+ "key": "token.actions.githubusercontent.com/${SubPath}:ref",
409
+ "description": "Filters access by the git ref (branch or tag) that triggered the workflow run",
410
+ "type": "String"
411
+ },
412
+ "token.actions.githubusercontent.com/${subpath}:repository": {
413
+ "key": "token.actions.githubusercontent.com/${SubPath}:repository",
414
+ "description": "Filters access by the repository from where the workflow is running",
415
+ "type": "String"
416
+ },
417
+ "token.actions.githubusercontent.com/${subpath}:repository_id": {
418
+ "key": "token.actions.githubusercontent.com/${SubPath}:repository_id",
419
+ "description": "Filters access by the ID of the repository from where the workflow is running",
420
+ "type": "String"
421
+ },
422
+ "token.actions.githubusercontent.com/${subpath}:workflow": {
423
+ "key": "token.actions.githubusercontent.com/${SubPath}:workflow",
424
+ "description": "Filters access by the name of the workflow",
425
+ "type": "String"
426
+ },
427
+ "token.actions.githubusercontent.com:actor": {
428
+ "key": "token.actions.githubusercontent.com:actor",
429
+ "description": "Filters access by the personal account that initiated the workflow run",
430
+ "type": "String"
431
+ },
432
+ "token.actions.githubusercontent.com:actor_id": {
433
+ "key": "token.actions.githubusercontent.com:actor_id",
434
+ "description": "Filters access by the ID of the personal account that initiated the workflow run",
435
+ "type": "String"
436
+ },
437
+ "token.actions.githubusercontent.com:enterprise_id": {
438
+ "key": "token.actions.githubusercontent.com:enterprise_id",
439
+ "description": "Filters access by the ID of the enterprise that contains the repository from where the workflow is running",
440
+ "type": "String"
441
+ },
442
+ "token.actions.githubusercontent.com:environment": {
443
+ "key": "token.actions.githubusercontent.com:environment",
444
+ "description": "Filters access by the name of the environment used by the job",
445
+ "type": "String"
446
+ },
447
+ "token.actions.githubusercontent.com:job_workflow_ref": {
448
+ "key": "token.actions.githubusercontent.com:job_workflow_ref",
449
+ "description": "Filters access by the reference path to the reusable workflow for jobs using a reusable workflow",
450
+ "type": "String"
451
+ },
452
+ "token.actions.githubusercontent.com:ref": {
453
+ "key": "token.actions.githubusercontent.com:ref",
454
+ "description": "Filters access by the git ref (branch or tag) that triggered the workflow run",
455
+ "type": "String"
456
+ },
457
+ "token.actions.githubusercontent.com:repository": {
458
+ "key": "token.actions.githubusercontent.com:repository",
459
+ "description": "Filters access by the repository from where the workflow is running",
460
+ "type": "String"
461
+ },
462
+ "token.actions.githubusercontent.com:repository_id": {
463
+ "key": "token.actions.githubusercontent.com:repository_id",
464
+ "description": "Filters access by the ID of the repository from where the workflow is running",
465
+ "type": "String"
466
+ },
467
+ "token.actions.githubusercontent.com:workflow": {
468
+ "key": "token.actions.githubusercontent.com:workflow",
469
+ "description": "Filters access by the name of the workflow",
470
+ "type": "String"
471
+ },
277
472
  "www.amazon.com:app_id": {
278
473
  "key": "www.amazon.com:app_id",
279
474
  "description": "Filters access by the Login with Amazon application ID",
@@ -63,9 +63,48 @@
63
63
  "securityhub:ASFFSyntaxPath/.+?": "securityhub:ASFFSyntaxPath/${ASFFSyntaxPath}",
64
64
  "securityhub:OCSFSyntaxPath/.+?": "securityhub:OCSFSyntaxPath/${OCSFSyntaxPath}"
65
65
  },
66
+ "github.com/enterprises/${EnterpriseName}": {
67
+ "github.com/enterprises/.+?:actor": "github.com/enterprises/${EnterpriseName}:actor",
68
+ "github.com/enterprises/.+?:actor_id": "github.com/enterprises/${EnterpriseName}:actor_id",
69
+ "github.com/enterprises/.+?:enterprise_id": "github.com/enterprises/${EnterpriseName}:enterprise_id",
70
+ "github.com/enterprises/.+?:environment": "github.com/enterprises/${EnterpriseName}:environment",
71
+ "github.com/enterprises/.+?:job_workflow_ref": "github.com/enterprises/${EnterpriseName}:job_workflow_ref",
72
+ "github.com/enterprises/.+?:ref": "github.com/enterprises/${EnterpriseName}:ref",
73
+ "github.com/enterprises/.+?:repository": "github.com/enterprises/${EnterpriseName}:repository",
74
+ "github.com/enterprises/.+?:repository_id": "github.com/enterprises/${EnterpriseName}:repository_id",
75
+ "github.com/enterprises/.+?:workflow": "github.com/enterprises/${EnterpriseName}:workflow"
76
+ },
77
+ "idcs-${OciUniqueIdentifier}.identity.oraclecloud.com": {
78
+ "idcs-.+?.identity.oraclecloud.com:rpst_id": "idcs-${OciUniqueIdentifier}.identity.oraclecloud.com:rpst_id"
79
+ },
80
+ "oidc.circleci.com/org/${OrgId}": {
81
+ "oidc.circleci.com/org/.+?:project_id": "oidc.circleci.com/org/${OrgId}:project_id"
82
+ },
66
83
  "sts": {
67
84
  "sts:RequestContext/.+?": "sts:RequestContext/${ContextKey}"
68
85
  },
86
+ "token.actions.${Domain}.ghe.com": {
87
+ "token.actions..+?.ghe.com:actor": "token.actions.${Domain}.ghe.com:actor",
88
+ "token.actions..+?.ghe.com:actor_id": "token.actions.${Domain}.ghe.com:actor_id",
89
+ "token.actions..+?.ghe.com:enterprise_id": "token.actions.${Domain}.ghe.com:enterprise_id",
90
+ "token.actions..+?.ghe.com:environment": "token.actions.${Domain}.ghe.com:environment",
91
+ "token.actions..+?.ghe.com:job_workflow_ref": "token.actions.${Domain}.ghe.com:job_workflow_ref",
92
+ "token.actions..+?.ghe.com:ref": "token.actions.${Domain}.ghe.com:ref",
93
+ "token.actions..+?.ghe.com:repository": "token.actions.${Domain}.ghe.com:repository",
94
+ "token.actions..+?.ghe.com:repository_id": "token.actions.${Domain}.ghe.com:repository_id",
95
+ "token.actions..+?.ghe.com:workflow": "token.actions.${Domain}.ghe.com:workflow"
96
+ },
97
+ "token.actions.githubusercontent.com/${SubPath}": {
98
+ "token.actions.githubusercontent.com/.+?:actor": "token.actions.githubusercontent.com/${SubPath}:actor",
99
+ "token.actions.githubusercontent.com/.+?:actor_id": "token.actions.githubusercontent.com/${SubPath}:actor_id",
100
+ "token.actions.githubusercontent.com/.+?:enterprise_id": "token.actions.githubusercontent.com/${SubPath}:enterprise_id",
101
+ "token.actions.githubusercontent.com/.+?:environment": "token.actions.githubusercontent.com/${SubPath}:environment",
102
+ "token.actions.githubusercontent.com/.+?:job_workflow_ref": "token.actions.githubusercontent.com/${SubPath}:job_workflow_ref",
103
+ "token.actions.githubusercontent.com/.+?:ref": "token.actions.githubusercontent.com/${SubPath}:ref",
104
+ "token.actions.githubusercontent.com/.+?:repository": "token.actions.githubusercontent.com/${SubPath}:repository",
105
+ "token.actions.githubusercontent.com/.+?:repository_id": "token.actions.githubusercontent.com/${SubPath}:repository_id",
106
+ "token.actions.githubusercontent.com/.+?:workflow": "token.actions.githubusercontent.com/${SubPath}:workflow"
107
+ },
69
108
  "ssm": {
70
109
  "ssm:resourceTag/.+?": "ssm:resourceTag/${TagKey}"
71
110
  },
@@ -1,11 +1,17 @@
1
1
  {
2
2
  "evaluator": {
3
3
  "key": "evaluator",
4
- "arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:evaluator/${EvaluatorId}"
4
+ "arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:evaluator/${EvaluatorId}",
5
+ "conditionKeys": [
6
+ "aws:ResourceTag/${TagKey}"
7
+ ]
5
8
  },
6
9
  "online-evaluation-config": {
7
10
  "key": "online-evaluation-config",
8
- "arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:online-evaluation-config/${OnlineEvaluationConfigId}"
11
+ "arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:online-evaluation-config/${OnlineEvaluationConfigId}",
12
+ "conditionKeys": [
13
+ "aws:ResourceTag/${TagKey}"
14
+ ]
9
15
  },
10
16
  "memory": {
11
17
  "key": "memory",
@@ -78,6 +84,13 @@
78
84
  "key": "browser",
79
85
  "arn": "arn:${Partition}:bedrock-agentcore:${Region}:aws:browser/${BrowserId}"
80
86
  },
87
+ "browser-profile": {
88
+ "key": "browser-profile",
89
+ "arn": "arn:${Partition}:bedrock-agentcore:${Region}:aws:browser-profile/${BrowserProfileId}",
90
+ "conditionKeys": [
91
+ "aws:ResourceTag/${TagKey}"
92
+ ]
93
+ },
81
94
  "workload-identity-directory": {
82
95
  "key": "workload-identity-directory",
83
96
  "arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:workload-identity-directory/${DirectoryId}",
@@ -131,5 +131,12 @@
131
131
  "conditionKeys": [
132
132
  "aws:ResourceTag/${TagKey}"
133
133
  ]
134
+ },
135
+ "connectiontype": {
136
+ "key": "connectionType",
137
+ "arn": "arn:${Partition}:glue:${Region}:${Account}:connectionType:${ConnectionTypeName}",
138
+ "conditionKeys": [
139
+ "aws:ResourceTag/${TagKey}"
140
+ ]
134
141
  }
135
142
  }
@@ -11,12 +11,30 @@
11
11
  "cognito-identity.amazonaws.com": [
12
12
  "sts"
13
13
  ],
14
+ "github.com/enterprises/${EnterpriseName}": [
15
+ "sts"
16
+ ],
14
17
  "graph.facebook.com": [
15
18
  "sts"
16
19
  ],
20
+ "idcs-${OciUniqueIdentifier}.identity.oraclecloud.com": [
21
+ "sts"
22
+ ],
23
+ "oidc.circleci.com/org/${OrgId}": [
24
+ "sts"
25
+ ],
17
26
  "saml": [
18
27
  "sts"
19
28
  ],
29
+ "token.actions.${Domain}.ghe.com": [
30
+ "sts"
31
+ ],
32
+ "token.actions.githubusercontent.com/${SubPath}": [
33
+ "sts"
34
+ ],
35
+ "token.actions.githubusercontent.com": [
36
+ "sts"
37
+ ],
20
38
  "www.amazon.com": [
21
39
  "sts"
22
40
  ],
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.15.202602041",
3
+ "version": "0.15.202602061",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/cloud-copilot/iam-data.git"
8
8
  },
9
- "updatedAt": "2026-02-04T05:35:24.009Z",
9
+ "updatedAt": "2026-02-06T05:41:26.378Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",