aws-iam-data 0.0.514 → 0.0.516
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.
- package/dist/data/json/changelog.json +19 -0
- package/dist/data/json/iam.json +553 -12
- package/dist/data/json/metadata.json +56 -7
- package/dist/data/json/reports.json +16 -16
- package/package.json +1 -1
|
@@ -1,4 +1,23 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2026-02-06",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"Amazon Bedrock Agentcore": [
|
|
8
|
+
"bedrock-agentcore:CreateBrowserProfile",
|
|
9
|
+
"bedrock-agentcore:DeleteBrowserProfile",
|
|
10
|
+
"bedrock-agentcore:GetBrowserProfile",
|
|
11
|
+
"bedrock-agentcore:ListBrowserProfiles",
|
|
12
|
+
"bedrock-agentcore:SaveBrowserSessionProfile"
|
|
13
|
+
],
|
|
14
|
+
"AWS Glue": [
|
|
15
|
+
"glue:DeleteConnectionType",
|
|
16
|
+
"glue:RegisterConnectionType"
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"removedActions": {}
|
|
20
|
+
},
|
|
2
21
|
{
|
|
3
22
|
"dateOfChange": "2026-02-04",
|
|
4
23
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -36976,6 +36976,24 @@
|
|
|
36976
36976
|
}
|
|
36977
36977
|
]
|
|
36978
36978
|
},
|
|
36979
|
+
{
|
|
36980
|
+
"name": "CreateBrowserProfile",
|
|
36981
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_CreateBrowserProfile.html",
|
|
36982
|
+
"permissionOnly": false,
|
|
36983
|
+
"description": "Grants permission to create a new browser profile",
|
|
36984
|
+
"accessLevel": "Write",
|
|
36985
|
+
"resourceTypes": [
|
|
36986
|
+
{
|
|
36987
|
+
"resourceType": "",
|
|
36988
|
+
"required": false,
|
|
36989
|
+
"conditionKeys": [
|
|
36990
|
+
"aws:RequestTag/${TagKey}",
|
|
36991
|
+
"aws:TagKeys"
|
|
36992
|
+
],
|
|
36993
|
+
"dependentActions": []
|
|
36994
|
+
}
|
|
36995
|
+
]
|
|
36996
|
+
},
|
|
36979
36997
|
{
|
|
36980
36998
|
"name": "CreateCodeInterpreter",
|
|
36981
36999
|
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_CreateCodeInterpreter.html",
|
|
@@ -37006,7 +37024,11 @@
|
|
|
37006
37024
|
{
|
|
37007
37025
|
"resourceType": "",
|
|
37008
37026
|
"required": false,
|
|
37009
|
-
"conditionKeys": [
|
|
37027
|
+
"conditionKeys": [
|
|
37028
|
+
"aws:RequestTag/${TagKey}",
|
|
37029
|
+
"aws:ResourceTag/${TagKey}",
|
|
37030
|
+
"aws:TagKeys"
|
|
37031
|
+
],
|
|
37010
37032
|
"dependentActions": []
|
|
37011
37033
|
}
|
|
37012
37034
|
]
|
|
@@ -37082,7 +37104,8 @@
|
|
|
37082
37104
|
"required": false,
|
|
37083
37105
|
"conditionKeys": [
|
|
37084
37106
|
"aws:RequestTag/${TagKey}",
|
|
37085
|
-
"aws:TagKeys"
|
|
37107
|
+
"aws:TagKeys",
|
|
37108
|
+
"bedrock-agentcore:KmsKeyArn"
|
|
37086
37109
|
],
|
|
37087
37110
|
"dependentActions": [
|
|
37088
37111
|
"iam:PassRole"
|
|
@@ -37130,7 +37153,11 @@
|
|
|
37130
37153
|
{
|
|
37131
37154
|
"resourceType": "",
|
|
37132
37155
|
"required": false,
|
|
37133
|
-
"conditionKeys": [
|
|
37156
|
+
"conditionKeys": [
|
|
37157
|
+
"aws:RequestTag/${TagKey}",
|
|
37158
|
+
"aws:ResourceTag/${TagKey}",
|
|
37159
|
+
"aws:TagKeys"
|
|
37160
|
+
],
|
|
37134
37161
|
"dependentActions": [
|
|
37135
37162
|
"iam:PassRole"
|
|
37136
37163
|
]
|
|
@@ -37269,6 +37296,21 @@
|
|
|
37269
37296
|
}
|
|
37270
37297
|
]
|
|
37271
37298
|
},
|
|
37299
|
+
{
|
|
37300
|
+
"name": "DeleteBrowserProfile",
|
|
37301
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_DeleteBrowserProfile.html",
|
|
37302
|
+
"permissionOnly": false,
|
|
37303
|
+
"description": "Grants permission to delete a browser profile",
|
|
37304
|
+
"accessLevel": "Write",
|
|
37305
|
+
"resourceTypes": [
|
|
37306
|
+
{
|
|
37307
|
+
"resourceType": "browser-profile",
|
|
37308
|
+
"required": true,
|
|
37309
|
+
"conditionKeys": [],
|
|
37310
|
+
"dependentActions": []
|
|
37311
|
+
}
|
|
37312
|
+
]
|
|
37313
|
+
},
|
|
37272
37314
|
{
|
|
37273
37315
|
"name": "DeleteCodeInterpreter",
|
|
37274
37316
|
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_DeleteCodeInterpreter.html",
|
|
@@ -37611,6 +37653,21 @@
|
|
|
37611
37653
|
}
|
|
37612
37654
|
]
|
|
37613
37655
|
},
|
|
37656
|
+
{
|
|
37657
|
+
"name": "GetBrowserProfile",
|
|
37658
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_GetBrowserProfile.html",
|
|
37659
|
+
"permissionOnly": false,
|
|
37660
|
+
"description": "Grants permission to get details of a browser profile",
|
|
37661
|
+
"accessLevel": "Read",
|
|
37662
|
+
"resourceTypes": [
|
|
37663
|
+
{
|
|
37664
|
+
"resourceType": "browser-profile",
|
|
37665
|
+
"required": true,
|
|
37666
|
+
"conditionKeys": [],
|
|
37667
|
+
"dependentActions": []
|
|
37668
|
+
}
|
|
37669
|
+
]
|
|
37670
|
+
},
|
|
37614
37671
|
{
|
|
37615
37672
|
"name": "GetBrowserSession",
|
|
37616
37673
|
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_GetBrowserSession.html",
|
|
@@ -38273,6 +38330,21 @@
|
|
|
38273
38330
|
}
|
|
38274
38331
|
]
|
|
38275
38332
|
},
|
|
38333
|
+
{
|
|
38334
|
+
"name": "ListBrowserProfiles",
|
|
38335
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListBrowserProfiles.html",
|
|
38336
|
+
"permissionOnly": false,
|
|
38337
|
+
"description": "Grants permission to list browser profiles",
|
|
38338
|
+
"accessLevel": "List",
|
|
38339
|
+
"resourceTypes": [
|
|
38340
|
+
{
|
|
38341
|
+
"resourceType": "",
|
|
38342
|
+
"required": false,
|
|
38343
|
+
"conditionKeys": [],
|
|
38344
|
+
"dependentActions": []
|
|
38345
|
+
}
|
|
38346
|
+
]
|
|
38347
|
+
},
|
|
38276
38348
|
{
|
|
38277
38349
|
"name": "ListBrowserSessions",
|
|
38278
38350
|
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_ListBrowserSessions.html",
|
|
@@ -38606,12 +38678,24 @@
|
|
|
38606
38678
|
"conditionKeys": [],
|
|
38607
38679
|
"dependentActions": []
|
|
38608
38680
|
},
|
|
38681
|
+
{
|
|
38682
|
+
"resourceType": "browser-profile",
|
|
38683
|
+
"required": false,
|
|
38684
|
+
"conditionKeys": [],
|
|
38685
|
+
"dependentActions": []
|
|
38686
|
+
},
|
|
38609
38687
|
{
|
|
38610
38688
|
"resourceType": "code-interpreter-custom",
|
|
38611
38689
|
"required": false,
|
|
38612
38690
|
"conditionKeys": [],
|
|
38613
38691
|
"dependentActions": []
|
|
38614
38692
|
},
|
|
38693
|
+
{
|
|
38694
|
+
"resourceType": "evaluator",
|
|
38695
|
+
"required": false,
|
|
38696
|
+
"conditionKeys": [],
|
|
38697
|
+
"dependentActions": []
|
|
38698
|
+
},
|
|
38615
38699
|
{
|
|
38616
38700
|
"resourceType": "gateway",
|
|
38617
38701
|
"required": false,
|
|
@@ -38630,6 +38714,12 @@
|
|
|
38630
38714
|
"conditionKeys": [],
|
|
38631
38715
|
"dependentActions": []
|
|
38632
38716
|
},
|
|
38717
|
+
{
|
|
38718
|
+
"resourceType": "online-evaluation-config",
|
|
38719
|
+
"required": false,
|
|
38720
|
+
"conditionKeys": [],
|
|
38721
|
+
"dependentActions": []
|
|
38722
|
+
},
|
|
38633
38723
|
{
|
|
38634
38724
|
"resourceType": "runtime",
|
|
38635
38725
|
"required": false,
|
|
@@ -38785,6 +38875,33 @@
|
|
|
38785
38875
|
}
|
|
38786
38876
|
]
|
|
38787
38877
|
},
|
|
38878
|
+
{
|
|
38879
|
+
"name": "SaveBrowserSessionProfile",
|
|
38880
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_SaveBrowserSessionProfile.html",
|
|
38881
|
+
"permissionOnly": false,
|
|
38882
|
+
"description": "Grants permission to save a browser session profile",
|
|
38883
|
+
"accessLevel": "Write",
|
|
38884
|
+
"resourceTypes": [
|
|
38885
|
+
{
|
|
38886
|
+
"resourceType": "browser",
|
|
38887
|
+
"required": true,
|
|
38888
|
+
"conditionKeys": [],
|
|
38889
|
+
"dependentActions": []
|
|
38890
|
+
},
|
|
38891
|
+
{
|
|
38892
|
+
"resourceType": "browser-custom",
|
|
38893
|
+
"required": true,
|
|
38894
|
+
"conditionKeys": [],
|
|
38895
|
+
"dependentActions": []
|
|
38896
|
+
},
|
|
38897
|
+
{
|
|
38898
|
+
"resourceType": "browser-profile",
|
|
38899
|
+
"required": true,
|
|
38900
|
+
"conditionKeys": [],
|
|
38901
|
+
"dependentActions": []
|
|
38902
|
+
}
|
|
38903
|
+
]
|
|
38904
|
+
},
|
|
38788
38905
|
{
|
|
38789
38906
|
"name": "SetTokenVaultCMK",
|
|
38790
38907
|
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_SetTokenVaultCMK.html",
|
|
@@ -38818,6 +38935,12 @@
|
|
|
38818
38935
|
"required": true,
|
|
38819
38936
|
"conditionKeys": [],
|
|
38820
38937
|
"dependentActions": []
|
|
38938
|
+
},
|
|
38939
|
+
{
|
|
38940
|
+
"resourceType": "browser-profile",
|
|
38941
|
+
"required": false,
|
|
38942
|
+
"conditionKeys": [],
|
|
38943
|
+
"dependentActions": []
|
|
38821
38944
|
}
|
|
38822
38945
|
]
|
|
38823
38946
|
},
|
|
@@ -38979,12 +39102,24 @@
|
|
|
38979
39102
|
"conditionKeys": [],
|
|
38980
39103
|
"dependentActions": []
|
|
38981
39104
|
},
|
|
39105
|
+
{
|
|
39106
|
+
"resourceType": "browser-profile",
|
|
39107
|
+
"required": false,
|
|
39108
|
+
"conditionKeys": [],
|
|
39109
|
+
"dependentActions": []
|
|
39110
|
+
},
|
|
38982
39111
|
{
|
|
38983
39112
|
"resourceType": "code-interpreter-custom",
|
|
38984
39113
|
"required": false,
|
|
38985
39114
|
"conditionKeys": [],
|
|
38986
39115
|
"dependentActions": []
|
|
38987
39116
|
},
|
|
39117
|
+
{
|
|
39118
|
+
"resourceType": "evaluator",
|
|
39119
|
+
"required": false,
|
|
39120
|
+
"conditionKeys": [],
|
|
39121
|
+
"dependentActions": []
|
|
39122
|
+
},
|
|
38988
39123
|
{
|
|
38989
39124
|
"resourceType": "gateway",
|
|
38990
39125
|
"required": false,
|
|
@@ -39003,6 +39138,12 @@
|
|
|
39003
39138
|
"conditionKeys": [],
|
|
39004
39139
|
"dependentActions": []
|
|
39005
39140
|
},
|
|
39141
|
+
{
|
|
39142
|
+
"resourceType": "online-evaluation-config",
|
|
39143
|
+
"required": false,
|
|
39144
|
+
"conditionKeys": [],
|
|
39145
|
+
"dependentActions": []
|
|
39146
|
+
},
|
|
39006
39147
|
{
|
|
39007
39148
|
"resourceType": "runtime",
|
|
39008
39149
|
"required": false,
|
|
@@ -39063,12 +39204,24 @@
|
|
|
39063
39204
|
"conditionKeys": [],
|
|
39064
39205
|
"dependentActions": []
|
|
39065
39206
|
},
|
|
39207
|
+
{
|
|
39208
|
+
"resourceType": "browser-profile",
|
|
39209
|
+
"required": false,
|
|
39210
|
+
"conditionKeys": [],
|
|
39211
|
+
"dependentActions": []
|
|
39212
|
+
},
|
|
39066
39213
|
{
|
|
39067
39214
|
"resourceType": "code-interpreter-custom",
|
|
39068
39215
|
"required": false,
|
|
39069
39216
|
"conditionKeys": [],
|
|
39070
39217
|
"dependentActions": []
|
|
39071
39218
|
},
|
|
39219
|
+
{
|
|
39220
|
+
"resourceType": "evaluator",
|
|
39221
|
+
"required": false,
|
|
39222
|
+
"conditionKeys": [],
|
|
39223
|
+
"dependentActions": []
|
|
39224
|
+
},
|
|
39072
39225
|
{
|
|
39073
39226
|
"resourceType": "gateway",
|
|
39074
39227
|
"required": false,
|
|
@@ -39087,6 +39240,12 @@
|
|
|
39087
39240
|
"conditionKeys": [],
|
|
39088
39241
|
"dependentActions": []
|
|
39089
39242
|
},
|
|
39243
|
+
{
|
|
39244
|
+
"resourceType": "online-evaluation-config",
|
|
39245
|
+
"required": false,
|
|
39246
|
+
"conditionKeys": [],
|
|
39247
|
+
"dependentActions": []
|
|
39248
|
+
},
|
|
39090
39249
|
{
|
|
39091
39250
|
"resourceType": "runtime",
|
|
39092
39251
|
"required": false,
|
|
@@ -39381,13 +39540,17 @@
|
|
|
39381
39540
|
"name": "evaluator",
|
|
39382
39541
|
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/evaluator.html",
|
|
39383
39542
|
"arnPattern": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:evaluator/${EvaluatorId}",
|
|
39384
|
-
"conditionKeys": [
|
|
39543
|
+
"conditionKeys": [
|
|
39544
|
+
"aws:ResourceTag/${TagKey}"
|
|
39545
|
+
]
|
|
39385
39546
|
},
|
|
39386
39547
|
{
|
|
39387
39548
|
"name": "online-evaluation-config",
|
|
39388
39549
|
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/onlineEvaluationConfig.html",
|
|
39389
39550
|
"arnPattern": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:online-evaluation-config/${OnlineEvaluationConfigId}",
|
|
39390
|
-
"conditionKeys": [
|
|
39551
|
+
"conditionKeys": [
|
|
39552
|
+
"aws:ResourceTag/${TagKey}"
|
|
39553
|
+
]
|
|
39391
39554
|
},
|
|
39392
39555
|
{
|
|
39393
39556
|
"name": "memory",
|
|
@@ -39473,6 +39636,14 @@
|
|
|
39473
39636
|
"arnPattern": "arn:${Partition}:bedrock-agentcore:${Region}:aws:browser/${BrowserId}",
|
|
39474
39637
|
"conditionKeys": []
|
|
39475
39638
|
},
|
|
39639
|
+
{
|
|
39640
|
+
"name": "browser-profile",
|
|
39641
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/browserProfile.html",
|
|
39642
|
+
"arnPattern": "arn:${Partition}:bedrock-agentcore:${Region}:aws:browser-profile/${BrowserProfileId}",
|
|
39643
|
+
"conditionKeys": [
|
|
39644
|
+
"aws:ResourceTag/${TagKey}"
|
|
39645
|
+
]
|
|
39646
|
+
},
|
|
39476
39647
|
{
|
|
39477
39648
|
"name": "workload-identity-directory",
|
|
39478
39649
|
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/workloadIdentityDirectory.html",
|
|
@@ -39563,6 +39734,12 @@
|
|
|
39563
39734
|
"description": "Filters access by the subject claim (sub) in the JWT passed in the request",
|
|
39564
39735
|
"type": "String"
|
|
39565
39736
|
},
|
|
39737
|
+
{
|
|
39738
|
+
"name": "bedrock-agentcore:KmsKeyArn",
|
|
39739
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/#condition-keys-kmsKeyArn",
|
|
39740
|
+
"description": "Filters access by KMS Key arn provided",
|
|
39741
|
+
"type": "String"
|
|
39742
|
+
},
|
|
39566
39743
|
{
|
|
39567
39744
|
"name": "bedrock-agentcore:actorId",
|
|
39568
39745
|
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/#condition-keys-actorId",
|
|
@@ -127457,9 +127634,12 @@
|
|
|
127457
127634
|
"accessLevel": "Write",
|
|
127458
127635
|
"resourceTypes": [
|
|
127459
127636
|
{
|
|
127460
|
-
"resourceType": "
|
|
127461
|
-
"required":
|
|
127462
|
-
"conditionKeys": [
|
|
127637
|
+
"resourceType": "",
|
|
127638
|
+
"required": false,
|
|
127639
|
+
"conditionKeys": [
|
|
127640
|
+
"dynamodb:FisActionId",
|
|
127641
|
+
"dynamodb:FisTargetArns"
|
|
127642
|
+
],
|
|
127463
127643
|
"dependentActions": []
|
|
127464
127644
|
}
|
|
127465
127645
|
]
|
|
@@ -203682,6 +203862,12 @@
|
|
|
203682
203862
|
"conditionKeys": [],
|
|
203683
203863
|
"dependentActions": []
|
|
203684
203864
|
},
|
|
203865
|
+
{
|
|
203866
|
+
"resourceType": "connectionType",
|
|
203867
|
+
"required": false,
|
|
203868
|
+
"conditionKeys": [],
|
|
203869
|
+
"dependentActions": []
|
|
203870
|
+
},
|
|
203685
203871
|
{
|
|
203686
203872
|
"resourceType": "",
|
|
203687
203873
|
"required": false,
|
|
@@ -204545,6 +204731,21 @@
|
|
|
204545
204731
|
}
|
|
204546
204732
|
]
|
|
204547
204733
|
},
|
|
204734
|
+
{
|
|
204735
|
+
"name": "DeleteConnectionType",
|
|
204736
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/glue/latest/dg/glue-connections.html#connection-type-permissions-operations",
|
|
204737
|
+
"permissionOnly": false,
|
|
204738
|
+
"description": "Grants permission to delete connection type",
|
|
204739
|
+
"accessLevel": "Write",
|
|
204740
|
+
"resourceTypes": [
|
|
204741
|
+
{
|
|
204742
|
+
"resourceType": "connectionType",
|
|
204743
|
+
"required": true,
|
|
204744
|
+
"conditionKeys": [],
|
|
204745
|
+
"dependentActions": []
|
|
204746
|
+
}
|
|
204747
|
+
]
|
|
204748
|
+
},
|
|
204548
204749
|
{
|
|
204549
204750
|
"name": "DeleteCrawler",
|
|
204550
204751
|
"apiReferenceUrl": "https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-crawler-crawling.html#aws-glue-api-crawler-crawling-DeleteCrawler",
|
|
@@ -205149,11 +205350,11 @@
|
|
|
205149
205350
|
"name": "DescribeConnectionType",
|
|
205150
205351
|
"apiReferenceUrl": "https://docs.aws.amazon.com/glue/latest/dg/glue-connections.html#connection-type-permissions-operations",
|
|
205151
205352
|
"permissionOnly": false,
|
|
205152
|
-
"description": "Grants permission to describe connection type in glue
|
|
205353
|
+
"description": "Grants permission to describe connection type in glue",
|
|
205153
205354
|
"accessLevel": "Permissions management",
|
|
205154
205355
|
"resourceTypes": [
|
|
205155
205356
|
{
|
|
205156
|
-
"resourceType": "",
|
|
205357
|
+
"resourceType": "connectionType",
|
|
205157
205358
|
"required": false,
|
|
205158
205359
|
"conditionKeys": [],
|
|
205159
205360
|
"dependentActions": []
|
|
@@ -205178,6 +205379,12 @@
|
|
|
205178
205379
|
"required": true,
|
|
205179
205380
|
"conditionKeys": [],
|
|
205180
205381
|
"dependentActions": []
|
|
205382
|
+
},
|
|
205383
|
+
{
|
|
205384
|
+
"resourceType": "connectionType",
|
|
205385
|
+
"required": false,
|
|
205386
|
+
"conditionKeys": [],
|
|
205387
|
+
"dependentActions": []
|
|
205181
205388
|
}
|
|
205182
205389
|
]
|
|
205183
205390
|
},
|
|
@@ -205951,6 +206158,12 @@
|
|
|
205951
206158
|
"required": false,
|
|
205952
206159
|
"conditionKeys": [],
|
|
205953
206160
|
"dependentActions": []
|
|
206161
|
+
},
|
|
206162
|
+
{
|
|
206163
|
+
"resourceType": "connectionType",
|
|
206164
|
+
"required": false,
|
|
206165
|
+
"conditionKeys": [],
|
|
206166
|
+
"dependentActions": []
|
|
205954
206167
|
}
|
|
205955
206168
|
]
|
|
205956
206169
|
},
|
|
@@ -207297,7 +207510,7 @@
|
|
|
207297
207510
|
"name": "ListConnectionTypes",
|
|
207298
207511
|
"apiReferenceUrl": "https://docs.aws.amazon.com/glue/latest/dg/glue-connections.html#connection-type-permissions-operations",
|
|
207299
207512
|
"permissionOnly": false,
|
|
207300
|
-
"description": "Grants permission to list connection types in glue
|
|
207513
|
+
"description": "Grants permission to list connection types in glue",
|
|
207301
207514
|
"accessLevel": "Permissions management",
|
|
207302
207515
|
"resourceTypes": [
|
|
207303
207516
|
{
|
|
@@ -207446,6 +207659,12 @@
|
|
|
207446
207659
|
"required": true,
|
|
207447
207660
|
"conditionKeys": [],
|
|
207448
207661
|
"dependentActions": []
|
|
207662
|
+
},
|
|
207663
|
+
{
|
|
207664
|
+
"resourceType": "connectionType",
|
|
207665
|
+
"required": false,
|
|
207666
|
+
"conditionKeys": [],
|
|
207667
|
+
"dependentActions": []
|
|
207449
207668
|
}
|
|
207450
207669
|
]
|
|
207451
207670
|
},
|
|
@@ -207864,6 +208083,35 @@
|
|
|
207864
208083
|
"required": true,
|
|
207865
208084
|
"conditionKeys": [],
|
|
207866
208085
|
"dependentActions": []
|
|
208086
|
+
},
|
|
208087
|
+
{
|
|
208088
|
+
"resourceType": "connectionType",
|
|
208089
|
+
"required": false,
|
|
208090
|
+
"conditionKeys": [],
|
|
208091
|
+
"dependentActions": []
|
|
208092
|
+
}
|
|
208093
|
+
]
|
|
208094
|
+
},
|
|
208095
|
+
{
|
|
208096
|
+
"name": "RegisterConnectionType",
|
|
208097
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/glue/latest/dg/glue-connections.html#connection-type-permissions-operations",
|
|
208098
|
+
"permissionOnly": false,
|
|
208099
|
+
"description": "Grants permission to register connection type",
|
|
208100
|
+
"accessLevel": "Write",
|
|
208101
|
+
"resourceTypes": [
|
|
208102
|
+
{
|
|
208103
|
+
"resourceType": "connectionType",
|
|
208104
|
+
"required": true,
|
|
208105
|
+
"conditionKeys": [],
|
|
208106
|
+
"dependentActions": []
|
|
208107
|
+
},
|
|
208108
|
+
{
|
|
208109
|
+
"resourceType": "",
|
|
208110
|
+
"required": false,
|
|
208111
|
+
"conditionKeys": [
|
|
208112
|
+
"aws:ResourceTag/${TagKey}"
|
|
208113
|
+
],
|
|
208114
|
+
"dependentActions": []
|
|
207867
208115
|
}
|
|
207868
208116
|
]
|
|
207869
208117
|
},
|
|
@@ -208655,7 +208903,13 @@
|
|
|
208655
208903
|
"accessLevel": "Permissions management",
|
|
208656
208904
|
"resourceTypes": [
|
|
208657
208905
|
{
|
|
208658
|
-
"resourceType": "",
|
|
208906
|
+
"resourceType": "connection",
|
|
208907
|
+
"required": false,
|
|
208908
|
+
"conditionKeys": [],
|
|
208909
|
+
"dependentActions": []
|
|
208910
|
+
},
|
|
208911
|
+
{
|
|
208912
|
+
"resourceType": "connectionType",
|
|
208659
208913
|
"required": false,
|
|
208660
208914
|
"conditionKeys": [],
|
|
208661
208915
|
"dependentActions": []
|
|
@@ -208958,6 +209212,12 @@
|
|
|
208958
209212
|
"conditionKeys": [],
|
|
208959
209213
|
"dependentActions": []
|
|
208960
209214
|
},
|
|
209215
|
+
{
|
|
209216
|
+
"resourceType": "connectionType",
|
|
209217
|
+
"required": false,
|
|
209218
|
+
"conditionKeys": [],
|
|
209219
|
+
"dependentActions": []
|
|
209220
|
+
},
|
|
208961
209221
|
{
|
|
208962
209222
|
"resourceType": "",
|
|
208963
209223
|
"required": false,
|
|
@@ -209645,6 +209905,14 @@
|
|
|
209645
209905
|
"conditionKeys": [
|
|
209646
209906
|
"aws:ResourceTag/${TagKey}"
|
|
209647
209907
|
]
|
|
209908
|
+
},
|
|
209909
|
+
{
|
|
209910
|
+
"name": "connectionType",
|
|
209911
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/glue/latest/dg/glue-specifying-resource-arns.html",
|
|
209912
|
+
"arnPattern": "arn:${Partition}:glue:${Region}:${Account}:connectionType:${ConnectionTypeName}",
|
|
209913
|
+
"conditionKeys": [
|
|
209914
|
+
"aws:ResourceTag/${TagKey}"
|
|
209915
|
+
]
|
|
209648
209916
|
}
|
|
209649
209917
|
],
|
|
209650
209918
|
"conditionKeys": [
|
|
@@ -381162,6 +381430,45 @@
|
|
|
381162
381430
|
"accounts.google.com:aud",
|
|
381163
381431
|
"accounts.google.com:oaud",
|
|
381164
381432
|
"accounts.google.com:sub",
|
|
381433
|
+
"accounts.google.com:organization_number",
|
|
381434
|
+
"token.actions.githubusercontent.com:actor",
|
|
381435
|
+
"token.actions.githubusercontent.com:actor_id",
|
|
381436
|
+
"token.actions.githubusercontent.com:enterprise_id",
|
|
381437
|
+
"token.actions.githubusercontent.com:environment",
|
|
381438
|
+
"token.actions.githubusercontent.com:job_workflow_ref",
|
|
381439
|
+
"token.actions.githubusercontent.com:ref",
|
|
381440
|
+
"token.actions.githubusercontent.com:repository",
|
|
381441
|
+
"token.actions.githubusercontent.com:repository_id",
|
|
381442
|
+
"token.actions.githubusercontent.com:workflow",
|
|
381443
|
+
"token.actions.githubusercontent.com/${SubPath}:actor",
|
|
381444
|
+
"token.actions.githubusercontent.com/${SubPath}:actor_id",
|
|
381445
|
+
"token.actions.githubusercontent.com/${SubPath}:enterprise_id",
|
|
381446
|
+
"token.actions.githubusercontent.com/${SubPath}:environment",
|
|
381447
|
+
"token.actions.githubusercontent.com/${SubPath}:job_workflow_ref",
|
|
381448
|
+
"token.actions.githubusercontent.com/${SubPath}:ref",
|
|
381449
|
+
"token.actions.githubusercontent.com/${SubPath}:repository",
|
|
381450
|
+
"token.actions.githubusercontent.com/${SubPath}:repository_id",
|
|
381451
|
+
"token.actions.githubusercontent.com/${SubPath}:workflow",
|
|
381452
|
+
"token.actions.${Domain}.ghe.com:actor",
|
|
381453
|
+
"token.actions.${Domain}.ghe.com:actor_id",
|
|
381454
|
+
"token.actions.${Domain}.ghe.com:enterprise_id",
|
|
381455
|
+
"token.actions.${Domain}.ghe.com:environment",
|
|
381456
|
+
"token.actions.${Domain}.ghe.com:job_workflow_ref",
|
|
381457
|
+
"token.actions.${Domain}.ghe.com:ref",
|
|
381458
|
+
"token.actions.${Domain}.ghe.com:repository",
|
|
381459
|
+
"token.actions.${Domain}.ghe.com:repository_id",
|
|
381460
|
+
"token.actions.${Domain}.ghe.com:workflow",
|
|
381461
|
+
"github.com/enterprises/${EnterpriseName}:actor",
|
|
381462
|
+
"github.com/enterprises/${EnterpriseName}:actor_id",
|
|
381463
|
+
"github.com/enterprises/${EnterpriseName}:enterprise_id",
|
|
381464
|
+
"github.com/enterprises/${EnterpriseName}:environment",
|
|
381465
|
+
"github.com/enterprises/${EnterpriseName}:job_workflow_ref",
|
|
381466
|
+
"github.com/enterprises/${EnterpriseName}:ref",
|
|
381467
|
+
"github.com/enterprises/${EnterpriseName}:repository",
|
|
381468
|
+
"github.com/enterprises/${EnterpriseName}:repository_id",
|
|
381469
|
+
"github.com/enterprises/${EnterpriseName}:workflow",
|
|
381470
|
+
"oidc.circleci.com/org/${OrgId}:project_id",
|
|
381471
|
+
"idcs-${OciUniqueIdentifier}.identity.oraclecloud.com:rpst_id",
|
|
381165
381472
|
"aws:TagKeys",
|
|
381166
381473
|
"aws:RequestTag/${TagKey}",
|
|
381167
381474
|
"sts:TransitiveTagKeys",
|
|
@@ -381503,6 +381810,12 @@
|
|
|
381503
381810
|
"description": "Filters access by the Google audience",
|
|
381504
381811
|
"type": "String"
|
|
381505
381812
|
},
|
|
381813
|
+
{
|
|
381814
|
+
"name": "accounts.google.com:organization_number",
|
|
381815
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
381816
|
+
"description": "Filters access by the organization number that the Google identity belongs to",
|
|
381817
|
+
"type": "String"
|
|
381818
|
+
},
|
|
381506
381819
|
{
|
|
381507
381820
|
"name": "accounts.google.com:sub",
|
|
381508
381821
|
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#ck_sub",
|
|
@@ -381545,6 +381858,60 @@
|
|
|
381545
381858
|
"description": "Filters access by the subject of the claim (the Amazon Cognito user ID)",
|
|
381546
381859
|
"type": "String"
|
|
381547
381860
|
},
|
|
381861
|
+
{
|
|
381862
|
+
"name": "github.com/enterprises/${EnterpriseName}:actor",
|
|
381863
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
381864
|
+
"description": "Filters access by the personal account that initiated the workflow run",
|
|
381865
|
+
"type": "String"
|
|
381866
|
+
},
|
|
381867
|
+
{
|
|
381868
|
+
"name": "github.com/enterprises/${EnterpriseName}:actor_id",
|
|
381869
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
381870
|
+
"description": "Filters access by the ID of the personal account that initiated the workflow run",
|
|
381871
|
+
"type": "String"
|
|
381872
|
+
},
|
|
381873
|
+
{
|
|
381874
|
+
"name": "github.com/enterprises/${EnterpriseName}:enterprise_id",
|
|
381875
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
381876
|
+
"description": "Filters access by the ID of the enterprise that contains the repository from where the workflow is running",
|
|
381877
|
+
"type": "String"
|
|
381878
|
+
},
|
|
381879
|
+
{
|
|
381880
|
+
"name": "github.com/enterprises/${EnterpriseName}:environment",
|
|
381881
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
381882
|
+
"description": "Filters access by the name of the environment used by the job",
|
|
381883
|
+
"type": "String"
|
|
381884
|
+
},
|
|
381885
|
+
{
|
|
381886
|
+
"name": "github.com/enterprises/${EnterpriseName}:job_workflow_ref",
|
|
381887
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
381888
|
+
"description": "Filters access by the reference path to the reusable workflow for jobs using a reusable workflow",
|
|
381889
|
+
"type": "String"
|
|
381890
|
+
},
|
|
381891
|
+
{
|
|
381892
|
+
"name": "github.com/enterprises/${EnterpriseName}:ref",
|
|
381893
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
381894
|
+
"description": "Filters access by the git ref (branch or tag) that triggered the workflow run",
|
|
381895
|
+
"type": "String"
|
|
381896
|
+
},
|
|
381897
|
+
{
|
|
381898
|
+
"name": "github.com/enterprises/${EnterpriseName}:repository",
|
|
381899
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
381900
|
+
"description": "Filters access by the repository from where the workflow is running",
|
|
381901
|
+
"type": "String"
|
|
381902
|
+
},
|
|
381903
|
+
{
|
|
381904
|
+
"name": "github.com/enterprises/${EnterpriseName}:repository_id",
|
|
381905
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
381906
|
+
"description": "Filters access by the ID of the repository from where the workflow is running",
|
|
381907
|
+
"type": "String"
|
|
381908
|
+
},
|
|
381909
|
+
{
|
|
381910
|
+
"name": "github.com/enterprises/${EnterpriseName}:workflow",
|
|
381911
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
381912
|
+
"description": "Filters access by the name of the workflow",
|
|
381913
|
+
"type": "String"
|
|
381914
|
+
},
|
|
381548
381915
|
{
|
|
381549
381916
|
"name": "graph.facebook.com:app_id",
|
|
381550
381917
|
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#ck_id",
|
|
@@ -381563,6 +381930,18 @@
|
|
|
381563
381930
|
"description": "Filters access by the tags that are attached to the role that is being assumed",
|
|
381564
381931
|
"type": "String"
|
|
381565
381932
|
},
|
|
381933
|
+
{
|
|
381934
|
+
"name": "idcs-${OciUniqueIdentifier}.identity.oraclecloud.com:rpst_id",
|
|
381935
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
381936
|
+
"description": "Filters access by the OCI resource principal session token ID",
|
|
381937
|
+
"type": "String"
|
|
381938
|
+
},
|
|
381939
|
+
{
|
|
381940
|
+
"name": "oidc.circleci.com/org/${OrgId}:project_id",
|
|
381941
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
381942
|
+
"description": "Filters access by the CircleCI project ID",
|
|
381943
|
+
"type": "String"
|
|
381944
|
+
},
|
|
381566
381945
|
{
|
|
381567
381946
|
"name": "saml:aud",
|
|
381568
381947
|
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#ck_aud",
|
|
@@ -381821,6 +382200,168 @@
|
|
|
381821
382200
|
"description": "Filters access by the transitive tag keys that are passed in the request",
|
|
381822
382201
|
"type": "ArrayOfString"
|
|
381823
382202
|
},
|
|
382203
|
+
{
|
|
382204
|
+
"name": "token.actions.${Domain}.ghe.com:actor",
|
|
382205
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
382206
|
+
"description": "Filters access by the personal account that initiated the workflow run",
|
|
382207
|
+
"type": "String"
|
|
382208
|
+
},
|
|
382209
|
+
{
|
|
382210
|
+
"name": "token.actions.${Domain}.ghe.com:actor_id",
|
|
382211
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
382212
|
+
"description": "Filters access by the ID of the personal account that initiated the workflow run",
|
|
382213
|
+
"type": "String"
|
|
382214
|
+
},
|
|
382215
|
+
{
|
|
382216
|
+
"name": "token.actions.${Domain}.ghe.com:enterprise_id",
|
|
382217
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
382218
|
+
"description": "Filters access by the ID of the enterprise that contains the repository from where the workflow is running",
|
|
382219
|
+
"type": "String"
|
|
382220
|
+
},
|
|
382221
|
+
{
|
|
382222
|
+
"name": "token.actions.${Domain}.ghe.com:environment",
|
|
382223
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
382224
|
+
"description": "Filters access by the name of the environment used by the job",
|
|
382225
|
+
"type": "String"
|
|
382226
|
+
},
|
|
382227
|
+
{
|
|
382228
|
+
"name": "token.actions.${Domain}.ghe.com:job_workflow_ref",
|
|
382229
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
382230
|
+
"description": "Filters access by the reference path to the reusable workflow for jobs using a reusable workflow",
|
|
382231
|
+
"type": "String"
|
|
382232
|
+
},
|
|
382233
|
+
{
|
|
382234
|
+
"name": "token.actions.${Domain}.ghe.com:ref",
|
|
382235
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
382236
|
+
"description": "Filters access by the git ref (branch or tag) that triggered the workflow run",
|
|
382237
|
+
"type": "String"
|
|
382238
|
+
},
|
|
382239
|
+
{
|
|
382240
|
+
"name": "token.actions.${Domain}.ghe.com:repository",
|
|
382241
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
382242
|
+
"description": "Filters access by the repository from where the workflow is running",
|
|
382243
|
+
"type": "String"
|
|
382244
|
+
},
|
|
382245
|
+
{
|
|
382246
|
+
"name": "token.actions.${Domain}.ghe.com:repository_id",
|
|
382247
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
382248
|
+
"description": "Filters access by the ID of the repository from where the workflow is running",
|
|
382249
|
+
"type": "String"
|
|
382250
|
+
},
|
|
382251
|
+
{
|
|
382252
|
+
"name": "token.actions.${Domain}.ghe.com:workflow",
|
|
382253
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
382254
|
+
"description": "Filters access by the name of the workflow",
|
|
382255
|
+
"type": "String"
|
|
382256
|
+
},
|
|
382257
|
+
{
|
|
382258
|
+
"name": "token.actions.githubusercontent.com/${SubPath}:actor",
|
|
382259
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
382260
|
+
"description": "Filters access by the personal account that initiated the workflow run",
|
|
382261
|
+
"type": "String"
|
|
382262
|
+
},
|
|
382263
|
+
{
|
|
382264
|
+
"name": "token.actions.githubusercontent.com/${SubPath}:actor_id",
|
|
382265
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
382266
|
+
"description": "Filters access by the ID of the personal account that initiated the workflow run",
|
|
382267
|
+
"type": "String"
|
|
382268
|
+
},
|
|
382269
|
+
{
|
|
382270
|
+
"name": "token.actions.githubusercontent.com/${SubPath}:enterprise_id",
|
|
382271
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
382272
|
+
"description": "Filters access by the ID of the enterprise that contains the repository from where the workflow is running",
|
|
382273
|
+
"type": "String"
|
|
382274
|
+
},
|
|
382275
|
+
{
|
|
382276
|
+
"name": "token.actions.githubusercontent.com/${SubPath}:environment",
|
|
382277
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
382278
|
+
"description": "Filters access by the name of the environment used by the job",
|
|
382279
|
+
"type": "String"
|
|
382280
|
+
},
|
|
382281
|
+
{
|
|
382282
|
+
"name": "token.actions.githubusercontent.com/${SubPath}:job_workflow_ref",
|
|
382283
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
382284
|
+
"description": "Filters access by the reference path to the reusable workflow for jobs using a reusable workflow",
|
|
382285
|
+
"type": "String"
|
|
382286
|
+
},
|
|
382287
|
+
{
|
|
382288
|
+
"name": "token.actions.githubusercontent.com/${SubPath}:ref",
|
|
382289
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
382290
|
+
"description": "Filters access by the git ref (branch or tag) that triggered the workflow run",
|
|
382291
|
+
"type": "String"
|
|
382292
|
+
},
|
|
382293
|
+
{
|
|
382294
|
+
"name": "token.actions.githubusercontent.com/${SubPath}:repository",
|
|
382295
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
382296
|
+
"description": "Filters access by the repository from where the workflow is running",
|
|
382297
|
+
"type": "String"
|
|
382298
|
+
},
|
|
382299
|
+
{
|
|
382300
|
+
"name": "token.actions.githubusercontent.com/${SubPath}:repository_id",
|
|
382301
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
382302
|
+
"description": "Filters access by the ID of the repository from where the workflow is running",
|
|
382303
|
+
"type": "String"
|
|
382304
|
+
},
|
|
382305
|
+
{
|
|
382306
|
+
"name": "token.actions.githubusercontent.com/${SubPath}:workflow",
|
|
382307
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
382308
|
+
"description": "Filters access by the name of the workflow",
|
|
382309
|
+
"type": "String"
|
|
382310
|
+
},
|
|
382311
|
+
{
|
|
382312
|
+
"name": "token.actions.githubusercontent.com:actor",
|
|
382313
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
382314
|
+
"description": "Filters access by the personal account that initiated the workflow run",
|
|
382315
|
+
"type": "String"
|
|
382316
|
+
},
|
|
382317
|
+
{
|
|
382318
|
+
"name": "token.actions.githubusercontent.com:actor_id",
|
|
382319
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
382320
|
+
"description": "Filters access by the ID of the personal account that initiated the workflow run",
|
|
382321
|
+
"type": "String"
|
|
382322
|
+
},
|
|
382323
|
+
{
|
|
382324
|
+
"name": "token.actions.githubusercontent.com:enterprise_id",
|
|
382325
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
382326
|
+
"description": "Filters access by the ID of the enterprise that contains the repository from where the workflow is running",
|
|
382327
|
+
"type": "String"
|
|
382328
|
+
},
|
|
382329
|
+
{
|
|
382330
|
+
"name": "token.actions.githubusercontent.com:environment",
|
|
382331
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
382332
|
+
"description": "Filters access by the name of the environment used by the job",
|
|
382333
|
+
"type": "String"
|
|
382334
|
+
},
|
|
382335
|
+
{
|
|
382336
|
+
"name": "token.actions.githubusercontent.com:job_workflow_ref",
|
|
382337
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
382338
|
+
"description": "Filters access by the reference path to the reusable workflow for jobs using a reusable workflow",
|
|
382339
|
+
"type": "String"
|
|
382340
|
+
},
|
|
382341
|
+
{
|
|
382342
|
+
"name": "token.actions.githubusercontent.com:ref",
|
|
382343
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
382344
|
+
"description": "Filters access by the git ref (branch or tag) that triggered the workflow run",
|
|
382345
|
+
"type": "String"
|
|
382346
|
+
},
|
|
382347
|
+
{
|
|
382348
|
+
"name": "token.actions.githubusercontent.com:repository",
|
|
382349
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
382350
|
+
"description": "Filters access by the repository from where the workflow is running",
|
|
382351
|
+
"type": "String"
|
|
382352
|
+
},
|
|
382353
|
+
{
|
|
382354
|
+
"name": "token.actions.githubusercontent.com:repository_id",
|
|
382355
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
382356
|
+
"description": "Filters access by the ID of the repository from where the workflow is running",
|
|
382357
|
+
"type": "String"
|
|
382358
|
+
},
|
|
382359
|
+
{
|
|
382360
|
+
"name": "token.actions.githubusercontent.com:workflow",
|
|
382361
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#condition-keys-wif",
|
|
382362
|
+
"description": "Filters access by the name of the workflow",
|
|
382363
|
+
"type": "String"
|
|
382364
|
+
},
|
|
381824
382365
|
{
|
|
381825
382366
|
"name": "www.amazon.com:app_id",
|
|
381826
382367
|
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#ck_id",
|
|
@@ -2752,7 +2752,7 @@
|
|
|
2752
2752
|
"name": "Amazon Bedrock Agentcore",
|
|
2753
2753
|
"servicePrefix": "bedrock-agentcore",
|
|
2754
2754
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbedrockagentcore.html",
|
|
2755
|
-
"actionsCount":
|
|
2755
|
+
"actionsCount": 133,
|
|
2756
2756
|
"actions": [
|
|
2757
2757
|
"AllowVendedLogDeliveryForResource",
|
|
2758
2758
|
"AuthorizeAction",
|
|
@@ -2766,6 +2766,7 @@
|
|
|
2766
2766
|
"CreateAgentRuntimeEndpoint",
|
|
2767
2767
|
"CreateApiKeyCredentialProvider",
|
|
2768
2768
|
"CreateBrowser",
|
|
2769
|
+
"CreateBrowserProfile",
|
|
2769
2770
|
"CreateCodeInterpreter",
|
|
2770
2771
|
"CreateEvaluator",
|
|
2771
2772
|
"CreateEvent",
|
|
@@ -2781,6 +2782,7 @@
|
|
|
2781
2782
|
"DeleteAgentRuntimeEndpoint",
|
|
2782
2783
|
"DeleteApiKeyCredentialProvider",
|
|
2783
2784
|
"DeleteBrowser",
|
|
2785
|
+
"DeleteBrowserProfile",
|
|
2784
2786
|
"DeleteCodeInterpreter",
|
|
2785
2787
|
"DeleteEvaluator",
|
|
2786
2788
|
"DeleteEvent",
|
|
@@ -2800,6 +2802,7 @@
|
|
|
2800
2802
|
"GetAgentRuntimeEndpoint",
|
|
2801
2803
|
"GetApiKeyCredentialProvider",
|
|
2802
2804
|
"GetBrowser",
|
|
2805
|
+
"GetBrowserProfile",
|
|
2803
2806
|
"GetBrowserSession",
|
|
2804
2807
|
"GetCodeInterpreter",
|
|
2805
2808
|
"GetCodeInterpreterSession",
|
|
@@ -2833,6 +2836,7 @@
|
|
|
2833
2836
|
"ListAgentRuntimeVersions",
|
|
2834
2837
|
"ListAgentRuntimes",
|
|
2835
2838
|
"ListApiKeyCredentialProviders",
|
|
2839
|
+
"ListBrowserProfiles",
|
|
2836
2840
|
"ListBrowserSessions",
|
|
2837
2841
|
"ListBrowsers",
|
|
2838
2842
|
"ListCodeInterpreterSessions",
|
|
@@ -2858,6 +2862,7 @@
|
|
|
2858
2862
|
"PartiallyAuthorizeActions",
|
|
2859
2863
|
"PutResourcePolicy",
|
|
2860
2864
|
"RetrieveMemoryRecords",
|
|
2865
|
+
"SaveBrowserSessionProfile",
|
|
2861
2866
|
"SetTokenVaultCMK",
|
|
2862
2867
|
"StartBrowserSession",
|
|
2863
2868
|
"StartCodeInterpreterSession",
|
|
@@ -2883,7 +2888,7 @@
|
|
|
2883
2888
|
"UpdatePolicyEngine",
|
|
2884
2889
|
"UpdateWorkloadIdentity"
|
|
2885
2890
|
],
|
|
2886
|
-
"resourceTypesCount":
|
|
2891
|
+
"resourceTypesCount": 19,
|
|
2887
2892
|
"resourceTypes": [
|
|
2888
2893
|
"evaluator",
|
|
2889
2894
|
"online-evaluation-config",
|
|
@@ -2898,13 +2903,14 @@
|
|
|
2898
2903
|
"code-interpreter",
|
|
2899
2904
|
"browser-custom",
|
|
2900
2905
|
"browser",
|
|
2906
|
+
"browser-profile",
|
|
2901
2907
|
"workload-identity-directory",
|
|
2902
2908
|
"token-vault",
|
|
2903
2909
|
"policy-engine",
|
|
2904
2910
|
"policy",
|
|
2905
2911
|
"policy-generation"
|
|
2906
2912
|
],
|
|
2907
|
-
"conditionKeysCount":
|
|
2913
|
+
"conditionKeysCount": 17,
|
|
2908
2914
|
"conditionKeys": [
|
|
2909
2915
|
"aws:RequestTag/${TagKey}",
|
|
2910
2916
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -2915,6 +2921,7 @@
|
|
|
2915
2921
|
"bedrock-agentcore:InboundJwtClaim/iss",
|
|
2916
2922
|
"bedrock-agentcore:InboundJwtClaim/scope",
|
|
2917
2923
|
"bedrock-agentcore:InboundJwtClaim/sub",
|
|
2924
|
+
"bedrock-agentcore:KmsKeyArn",
|
|
2918
2925
|
"bedrock-agentcore:actorId",
|
|
2919
2926
|
"bedrock-agentcore:namespace",
|
|
2920
2927
|
"bedrock-agentcore:securityGroups",
|
|
@@ -13875,7 +13882,7 @@
|
|
|
13875
13882
|
"name": "AWS Glue",
|
|
13876
13883
|
"servicePrefix": "glue",
|
|
13877
13884
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsglue.html",
|
|
13878
|
-
"actionsCount":
|
|
13885
|
+
"actionsCount": 299,
|
|
13879
13886
|
"actions": [
|
|
13880
13887
|
"AuthorizeInboundIntegration",
|
|
13881
13888
|
"BatchCreatePartition",
|
|
@@ -13937,6 +13944,7 @@
|
|
|
13937
13944
|
"DeleteColumnStatisticsForTable",
|
|
13938
13945
|
"DeleteColumnStatisticsTaskSettings",
|
|
13939
13946
|
"DeleteConnection",
|
|
13947
|
+
"DeleteConnectionType",
|
|
13940
13948
|
"DeleteCrawler",
|
|
13941
13949
|
"DeleteCustomEntityType",
|
|
13942
13950
|
"DeleteDataQualityRuleset",
|
|
@@ -14103,6 +14111,7 @@
|
|
|
14103
14111
|
"PutWorkflowRunProperties",
|
|
14104
14112
|
"QuerySchemaVersionMetadata",
|
|
14105
14113
|
"RefreshOAuth2Tokens",
|
|
14114
|
+
"RegisterConnectionType",
|
|
14106
14115
|
"RegisterSchemaVersion",
|
|
14107
14116
|
"RemoveSchemaVersionMetadata",
|
|
14108
14117
|
"RenameTable",
|
|
@@ -14175,7 +14184,7 @@
|
|
|
14175
14184
|
"UseGlueStudio",
|
|
14176
14185
|
"UseMLTransforms"
|
|
14177
14186
|
],
|
|
14178
|
-
"resourceTypesCount":
|
|
14187
|
+
"resourceTypesCount": 23,
|
|
14179
14188
|
"resourceTypes": [
|
|
14180
14189
|
"rootcatalog",
|
|
14181
14190
|
"catalog",
|
|
@@ -14198,7 +14207,8 @@
|
|
|
14198
14207
|
"dataQualityRuleset",
|
|
14199
14208
|
"customEntityType",
|
|
14200
14209
|
"completion",
|
|
14201
|
-
"integration"
|
|
14210
|
+
"integration",
|
|
14211
|
+
"connectionType"
|
|
14202
14212
|
],
|
|
14203
14213
|
"conditionKeysCount": 11,
|
|
14204
14214
|
"conditionKeys": [
|
|
@@ -26930,10 +26940,11 @@
|
|
|
26930
26940
|
"context-provider",
|
|
26931
26941
|
"federated-user"
|
|
26932
26942
|
],
|
|
26933
|
-
"conditionKeysCount":
|
|
26943
|
+
"conditionKeysCount": 96,
|
|
26934
26944
|
"conditionKeys": [
|
|
26935
26945
|
"accounts.google.com:aud",
|
|
26936
26946
|
"accounts.google.com:oaud",
|
|
26947
|
+
"accounts.google.com:organization_number",
|
|
26937
26948
|
"accounts.google.com:sub",
|
|
26938
26949
|
"aws:RequestTag/${TagKey}",
|
|
26939
26950
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -26941,9 +26952,20 @@
|
|
|
26941
26952
|
"cognito-identity.amazonaws.com:amr",
|
|
26942
26953
|
"cognito-identity.amazonaws.com:aud",
|
|
26943
26954
|
"cognito-identity.amazonaws.com:sub",
|
|
26955
|
+
"github.com/enterprises/${EnterpriseName}:actor",
|
|
26956
|
+
"github.com/enterprises/${EnterpriseName}:actor_id",
|
|
26957
|
+
"github.com/enterprises/${EnterpriseName}:enterprise_id",
|
|
26958
|
+
"github.com/enterprises/${EnterpriseName}:environment",
|
|
26959
|
+
"github.com/enterprises/${EnterpriseName}:job_workflow_ref",
|
|
26960
|
+
"github.com/enterprises/${EnterpriseName}:ref",
|
|
26961
|
+
"github.com/enterprises/${EnterpriseName}:repository",
|
|
26962
|
+
"github.com/enterprises/${EnterpriseName}:repository_id",
|
|
26963
|
+
"github.com/enterprises/${EnterpriseName}:workflow",
|
|
26944
26964
|
"graph.facebook.com:app_id",
|
|
26945
26965
|
"graph.facebook.com:id",
|
|
26946
26966
|
"iam:ResourceTag/${TagKey}",
|
|
26967
|
+
"idcs-${OciUniqueIdentifier}.identity.oraclecloud.com:rpst_id",
|
|
26968
|
+
"oidc.circleci.com/org/${OrgId}:project_id",
|
|
26947
26969
|
"saml:aud",
|
|
26948
26970
|
"saml:cn",
|
|
26949
26971
|
"saml:commonName",
|
|
@@ -26987,6 +27009,33 @@
|
|
|
26987
27009
|
"sts:SourceIdentity",
|
|
26988
27010
|
"sts:TaskPolicyArn",
|
|
26989
27011
|
"sts:TransitiveTagKeys",
|
|
27012
|
+
"token.actions.${Domain}.ghe.com:actor",
|
|
27013
|
+
"token.actions.${Domain}.ghe.com:actor_id",
|
|
27014
|
+
"token.actions.${Domain}.ghe.com:enterprise_id",
|
|
27015
|
+
"token.actions.${Domain}.ghe.com:environment",
|
|
27016
|
+
"token.actions.${Domain}.ghe.com:job_workflow_ref",
|
|
27017
|
+
"token.actions.${Domain}.ghe.com:ref",
|
|
27018
|
+
"token.actions.${Domain}.ghe.com:repository",
|
|
27019
|
+
"token.actions.${Domain}.ghe.com:repository_id",
|
|
27020
|
+
"token.actions.${Domain}.ghe.com:workflow",
|
|
27021
|
+
"token.actions.githubusercontent.com/${SubPath}:actor",
|
|
27022
|
+
"token.actions.githubusercontent.com/${SubPath}:actor_id",
|
|
27023
|
+
"token.actions.githubusercontent.com/${SubPath}:enterprise_id",
|
|
27024
|
+
"token.actions.githubusercontent.com/${SubPath}:environment",
|
|
27025
|
+
"token.actions.githubusercontent.com/${SubPath}:job_workflow_ref",
|
|
27026
|
+
"token.actions.githubusercontent.com/${SubPath}:ref",
|
|
27027
|
+
"token.actions.githubusercontent.com/${SubPath}:repository",
|
|
27028
|
+
"token.actions.githubusercontent.com/${SubPath}:repository_id",
|
|
27029
|
+
"token.actions.githubusercontent.com/${SubPath}:workflow",
|
|
27030
|
+
"token.actions.githubusercontent.com:actor",
|
|
27031
|
+
"token.actions.githubusercontent.com:actor_id",
|
|
27032
|
+
"token.actions.githubusercontent.com:enterprise_id",
|
|
27033
|
+
"token.actions.githubusercontent.com:environment",
|
|
27034
|
+
"token.actions.githubusercontent.com:job_workflow_ref",
|
|
27035
|
+
"token.actions.githubusercontent.com:ref",
|
|
27036
|
+
"token.actions.githubusercontent.com:repository",
|
|
27037
|
+
"token.actions.githubusercontent.com:repository_id",
|
|
27038
|
+
"token.actions.githubusercontent.com:workflow",
|
|
26990
27039
|
"www.amazon.com:app_id",
|
|
26991
27040
|
"www.amazon.com:user_id"
|
|
26992
27041
|
]
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Write Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 11193
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "Read Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 5413
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "List Actions",
|
|
13
|
-
"value":
|
|
13
|
+
"value": 3396
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Permissions Actions",
|
|
@@ -77,28 +77,28 @@
|
|
|
77
77
|
"value": 68
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
|
-
"key": "
|
|
81
|
-
"value":
|
|
80
|
+
"key": "token.actions.githubusercontent.com/${SubPath}:job_workflow_ref",
|
|
81
|
+
"value": 63
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
|
-
"key": "
|
|
84
|
+
"key": "codebuild:secondarySources/${sourceIdentifier}.auth.resource",
|
|
85
85
|
"value": 60
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
|
-
"key": "
|
|
88
|
+
"key": "idcs-${OciUniqueIdentifier}.identity.oraclecloud.com:rpst_id",
|
|
89
89
|
"value": 60
|
|
90
90
|
},
|
|
91
91
|
{
|
|
92
|
-
"key": "
|
|
93
|
-
"value":
|
|
92
|
+
"key": "iot:CommandExecutionParameterBoolean/${CommandParameterName}",
|
|
93
|
+
"value": 60
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
|
-
"key": "
|
|
97
|
-
"value":
|
|
96
|
+
"key": "payment-cryptography:CertificateAuthorityPublicKeyIdentifier",
|
|
97
|
+
"value": 60
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
|
-
"key": "
|
|
101
|
-
"value":
|
|
100
|
+
"key": "token.actions.githubusercontent.com/${SubPath}:enterprise_id",
|
|
101
|
+
"value": 60
|
|
102
102
|
}
|
|
103
103
|
],
|
|
104
104
|
"Longest service prefixes": [
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
},
|
|
247
247
|
{
|
|
248
248
|
"key": "AWS Glue",
|
|
249
|
-
"value":
|
|
249
|
+
"value": 299
|
|
250
250
|
},
|
|
251
251
|
{
|
|
252
252
|
"key": "AWS IoT",
|
|
@@ -410,11 +410,11 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 2058
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
|
417
|
-
"value":
|
|
417
|
+
"value": 1403
|
|
418
418
|
}
|
|
419
419
|
]
|
|
420
420
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.516",
|
|
4
4
|
"description": "Provides AWS IAM data gathered from the official AWS IAM docs as a convenient npm package that can be used in other OSS projects.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|