@cloud-copilot/iam-data 0.9.202501041 → 0.9.202501091
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/data/actions/appsync.json +1 -0
- package/data/actions/cloudhsm.json +3 -1
- package/data/actions/s3.json +1 -1
- package/data/actions/secretsmanager.json +2 -0
- package/data/actions/workspaces-web.json +128 -1
- package/data/conditionKeys/secretsmanager.json +6 -1
- package/data/resourceTypes/workspaces-web.json +11 -1
- package/package.json +2 -2
package/data/actions/s3.json
CHANGED
|
@@ -2966,7 +2966,7 @@
|
|
|
2966
2966
|
"putbucketownershipcontrols": {
|
|
2967
2967
|
"name": "PutBucketOwnershipControls",
|
|
2968
2968
|
"description": "Grants permission to add, replace or delete ownership controls on a bucket",
|
|
2969
|
-
"accessLevel": "
|
|
2969
|
+
"accessLevel": "Permissions management",
|
|
2970
2970
|
"resourceTypes": [
|
|
2971
2971
|
{
|
|
2972
2972
|
"name": "bucket",
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
"conditionKeys": [
|
|
44
44
|
"secretsmanager:Name",
|
|
45
45
|
"secretsmanager:Description",
|
|
46
|
+
"secretsmanager:KmsKeyArn",
|
|
46
47
|
"secretsmanager:KmsKeyId",
|
|
47
48
|
"aws:RequestTag/${TagKey}",
|
|
48
49
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -412,6 +413,7 @@
|
|
|
412
413
|
"conditionKeys": [
|
|
413
414
|
"secretsmanager:SecretId",
|
|
414
415
|
"secretsmanager:Description",
|
|
416
|
+
"secretsmanager:KmsKeyArn",
|
|
415
417
|
"secretsmanager:KmsKeyId",
|
|
416
418
|
"secretsmanager:resource/AllowRotationLambdaArn",
|
|
417
419
|
"secretsmanager:ResourceTag/tag-key",
|
|
@@ -20,6 +20,27 @@
|
|
|
20
20
|
"conditionKeys": [],
|
|
21
21
|
"dependentActions": []
|
|
22
22
|
},
|
|
23
|
+
"associatedataprotectionsettings": {
|
|
24
|
+
"name": "AssociateDataProtectionSettings",
|
|
25
|
+
"description": "Grants permission to associate data protection settings with web portals",
|
|
26
|
+
"accessLevel": "Write",
|
|
27
|
+
"resourceTypes": [
|
|
28
|
+
{
|
|
29
|
+
"name": "dataProtectionSettings",
|
|
30
|
+
"required": true,
|
|
31
|
+
"conditionKeys": [],
|
|
32
|
+
"dependentActions": []
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "portal",
|
|
36
|
+
"required": true,
|
|
37
|
+
"conditionKeys": [],
|
|
38
|
+
"dependentActions": []
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"conditionKeys": [],
|
|
42
|
+
"dependentActions": []
|
|
43
|
+
},
|
|
23
44
|
"associateipaccesssettings": {
|
|
24
45
|
"name": "AssociateIpAccessSettings",
|
|
25
46
|
"description": "Grants permission to associate ip access settings with web portals",
|
|
@@ -151,6 +172,17 @@
|
|
|
151
172
|
"kms:GenerateDataKey"
|
|
152
173
|
]
|
|
153
174
|
},
|
|
175
|
+
"createdataprotectionsettings": {
|
|
176
|
+
"name": "CreateDataProtectionSettings",
|
|
177
|
+
"description": "Grants permission to create data protection settings",
|
|
178
|
+
"accessLevel": "Write",
|
|
179
|
+
"resourceTypes": [],
|
|
180
|
+
"conditionKeys": [
|
|
181
|
+
"aws:TagKeys",
|
|
182
|
+
"aws:RequestTag/${TagKey}"
|
|
183
|
+
],
|
|
184
|
+
"dependentActions": []
|
|
185
|
+
},
|
|
154
186
|
"createidentityprovider": {
|
|
155
187
|
"name": "CreateIdentityProvider",
|
|
156
188
|
"description": "Grants permission to create identity providers",
|
|
@@ -169,7 +201,10 @@
|
|
|
169
201
|
"dependentActions": []
|
|
170
202
|
}
|
|
171
203
|
],
|
|
172
|
-
"conditionKeys": [
|
|
204
|
+
"conditionKeys": [
|
|
205
|
+
"aws:TagKeys",
|
|
206
|
+
"aws:RequestTag/${TagKey}"
|
|
207
|
+
],
|
|
173
208
|
"dependentActions": []
|
|
174
209
|
},
|
|
175
210
|
"createipaccesssettings": {
|
|
@@ -261,6 +296,21 @@
|
|
|
261
296
|
"conditionKeys": [],
|
|
262
297
|
"dependentActions": []
|
|
263
298
|
},
|
|
299
|
+
"deletedataprotectionsettings": {
|
|
300
|
+
"name": "DeleteDataProtectionSettings",
|
|
301
|
+
"description": "Grants permission to delete data protection settings",
|
|
302
|
+
"accessLevel": "Write",
|
|
303
|
+
"resourceTypes": [
|
|
304
|
+
{
|
|
305
|
+
"name": "dataProtectionSettings",
|
|
306
|
+
"required": true,
|
|
307
|
+
"conditionKeys": [],
|
|
308
|
+
"dependentActions": []
|
|
309
|
+
}
|
|
310
|
+
],
|
|
311
|
+
"conditionKeys": [],
|
|
312
|
+
"dependentActions": []
|
|
313
|
+
},
|
|
264
314
|
"deleteidentityprovider": {
|
|
265
315
|
"name": "DeleteIdentityProvider",
|
|
266
316
|
"description": "Grants permission to delete identity providers",
|
|
@@ -387,6 +437,21 @@
|
|
|
387
437
|
"conditionKeys": [],
|
|
388
438
|
"dependentActions": []
|
|
389
439
|
},
|
|
440
|
+
"disassociatedataprotectionsettings": {
|
|
441
|
+
"name": "DisassociateDataProtectionSettings",
|
|
442
|
+
"description": "Grants permission to disassociate data protection logging from web portals",
|
|
443
|
+
"accessLevel": "Write",
|
|
444
|
+
"resourceTypes": [
|
|
445
|
+
{
|
|
446
|
+
"name": "portal",
|
|
447
|
+
"required": true,
|
|
448
|
+
"conditionKeys": [],
|
|
449
|
+
"dependentActions": []
|
|
450
|
+
}
|
|
451
|
+
],
|
|
452
|
+
"conditionKeys": [],
|
|
453
|
+
"dependentActions": []
|
|
454
|
+
},
|
|
390
455
|
"disassociateipaccesssettings": {
|
|
391
456
|
"name": "DisassociateIpAccessSettings",
|
|
392
457
|
"description": "Grants permission to disassociate ip access logging from web portals",
|
|
@@ -492,6 +557,21 @@
|
|
|
492
557
|
"conditionKeys": [],
|
|
493
558
|
"dependentActions": []
|
|
494
559
|
},
|
|
560
|
+
"getdataprotectionsettings": {
|
|
561
|
+
"name": "GetDataProtectionSettings",
|
|
562
|
+
"description": "Grants permission to get details on data protection settings",
|
|
563
|
+
"accessLevel": "Read",
|
|
564
|
+
"resourceTypes": [
|
|
565
|
+
{
|
|
566
|
+
"name": "dataProtectionSettings",
|
|
567
|
+
"required": true,
|
|
568
|
+
"conditionKeys": [],
|
|
569
|
+
"dependentActions": []
|
|
570
|
+
}
|
|
571
|
+
],
|
|
572
|
+
"conditionKeys": [],
|
|
573
|
+
"dependentActions": []
|
|
574
|
+
},
|
|
495
575
|
"getidentityprovider": {
|
|
496
576
|
"name": "GetIdentityProvider",
|
|
497
577
|
"description": "Grants permission to get details on identity providers",
|
|
@@ -650,6 +730,14 @@
|
|
|
650
730
|
"conditionKeys": [],
|
|
651
731
|
"dependentActions": []
|
|
652
732
|
},
|
|
733
|
+
"listdataprotectionsettings": {
|
|
734
|
+
"name": "ListDataProtectionSettings",
|
|
735
|
+
"description": "Grants permission to list data protection settings",
|
|
736
|
+
"accessLevel": "Read",
|
|
737
|
+
"resourceTypes": [],
|
|
738
|
+
"conditionKeys": [],
|
|
739
|
+
"dependentActions": []
|
|
740
|
+
},
|
|
653
741
|
"listidentityproviders": {
|
|
654
742
|
"name": "ListIdentityProviders",
|
|
655
743
|
"description": "Grants permission to list identity providers",
|
|
@@ -755,6 +843,18 @@
|
|
|
755
843
|
"conditionKeys": [],
|
|
756
844
|
"dependentActions": []
|
|
757
845
|
},
|
|
846
|
+
{
|
|
847
|
+
"name": "dataProtectionSettings",
|
|
848
|
+
"required": false,
|
|
849
|
+
"conditionKeys": [],
|
|
850
|
+
"dependentActions": []
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"name": "identityProvider",
|
|
854
|
+
"required": false,
|
|
855
|
+
"conditionKeys": [],
|
|
856
|
+
"dependentActions": []
|
|
857
|
+
},
|
|
758
858
|
{
|
|
759
859
|
"name": "ipAccessSettings",
|
|
760
860
|
"required": false,
|
|
@@ -809,6 +909,18 @@
|
|
|
809
909
|
"conditionKeys": [],
|
|
810
910
|
"dependentActions": []
|
|
811
911
|
},
|
|
912
|
+
{
|
|
913
|
+
"name": "dataProtectionSettings",
|
|
914
|
+
"required": false,
|
|
915
|
+
"conditionKeys": [],
|
|
916
|
+
"dependentActions": []
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"name": "identityProvider",
|
|
920
|
+
"required": false,
|
|
921
|
+
"conditionKeys": [],
|
|
922
|
+
"dependentActions": []
|
|
923
|
+
},
|
|
812
924
|
{
|
|
813
925
|
"name": "ipAccessSettings",
|
|
814
926
|
"required": false,
|
|
@@ -866,6 +978,21 @@
|
|
|
866
978
|
"conditionKeys": [],
|
|
867
979
|
"dependentActions": []
|
|
868
980
|
},
|
|
981
|
+
"updatedataprotectionsettings": {
|
|
982
|
+
"name": "UpdateDataProtectionSettings",
|
|
983
|
+
"description": "Grants permission to update data protection settings",
|
|
984
|
+
"accessLevel": "Write",
|
|
985
|
+
"resourceTypes": [
|
|
986
|
+
{
|
|
987
|
+
"name": "dataProtectionSettings",
|
|
988
|
+
"required": true,
|
|
989
|
+
"conditionKeys": [],
|
|
990
|
+
"dependentActions": []
|
|
991
|
+
}
|
|
992
|
+
],
|
|
993
|
+
"conditionKeys": [],
|
|
994
|
+
"dependentActions": []
|
|
995
|
+
},
|
|
869
996
|
"updateidentityprovider": {
|
|
870
997
|
"name": "UpdateIdentityProvider",
|
|
871
998
|
"description": "Grants permission to update identity provider",
|
|
@@ -39,9 +39,14 @@
|
|
|
39
39
|
"description": "Filters access by whether to overwrite a secret with the same name in the destination Region",
|
|
40
40
|
"type": "Bool"
|
|
41
41
|
},
|
|
42
|
+
"secretsmanager:kmskeyarn": {
|
|
43
|
+
"key": "secretsmanager:KmsKeyArn",
|
|
44
|
+
"description": "Filters access by the key ARN of the KMS key in the request",
|
|
45
|
+
"type": "ARN"
|
|
46
|
+
},
|
|
42
47
|
"secretsmanager:kmskeyid": {
|
|
43
48
|
"key": "secretsmanager:KmsKeyId",
|
|
44
|
-
"description": "Filters access by the key identifier of the KMS key in the request",
|
|
49
|
+
"description": "Filters access by the key identifier of the KMS key in the request. Deprecated: Use secretsmanager:KmsKeyArn",
|
|
45
50
|
"type": "String"
|
|
46
51
|
},
|
|
47
52
|
"secretsmanager:modifyrotationrules": {
|
|
@@ -8,7 +8,10 @@
|
|
|
8
8
|
},
|
|
9
9
|
"identityprovider": {
|
|
10
10
|
"key": "identityProvider",
|
|
11
|
-
"arn": "arn:${Partition}:workspaces-web:${Region}:${Account}:identityProvider/${PortalId}/${IdentityProviderId}"
|
|
11
|
+
"arn": "arn:${Partition}:workspaces-web:${Region}:${Account}:identityProvider/${PortalId}/${IdentityProviderId}",
|
|
12
|
+
"conditionKeys": [
|
|
13
|
+
"aws:ResourceTag/${TagKey}"
|
|
14
|
+
]
|
|
12
15
|
},
|
|
13
16
|
"networksettings": {
|
|
14
17
|
"key": "networkSettings",
|
|
@@ -51,5 +54,12 @@
|
|
|
51
54
|
"conditionKeys": [
|
|
52
55
|
"aws:ResourceTag/${TagKey}"
|
|
53
56
|
]
|
|
57
|
+
},
|
|
58
|
+
"dataprotectionsettings": {
|
|
59
|
+
"key": "dataProtectionSettings",
|
|
60
|
+
"arn": "arn:${Partition}:workspaces-web:${Region}:${Account}:dataProtectionSettings/${DataProtectionSettingsId}",
|
|
61
|
+
"conditionKeys": [
|
|
62
|
+
"aws:ResourceTag/${TagKey}"
|
|
63
|
+
]
|
|
54
64
|
}
|
|
55
65
|
}
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.202501091",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-01-
|
|
6
|
+
"updatedAt": "2025-01-09T04:44:55.596Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|