@cloud-copilot/iam-data 0.15.202510011 → 0.15.202510021
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/ecs.json +20 -2
- package/data/actions/pcs.json +26 -0
- package/data/actions/scn.json +17 -5
- package/data/resourceTypes/scn.json +16 -4
- package/package.json +2 -2
package/data/actions/ecs.json
CHANGED
|
@@ -3,8 +3,18 @@
|
|
|
3
3
|
"name": "CreateCapacityProvider",
|
|
4
4
|
"description": "Grants permission to create a new capacity provider. Capacity providers are associated with an Amazon ECS cluster and are used in capacity provider strategies to facilitate cluster auto scaling",
|
|
5
5
|
"accessLevel": "Write",
|
|
6
|
-
"resourceTypes": [
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "capacity-provider",
|
|
9
|
+
"required": true,
|
|
10
|
+
"conditionKeys": [
|
|
11
|
+
"aws:ResourceTag/${TagKey}"
|
|
12
|
+
],
|
|
13
|
+
"dependentActions": []
|
|
14
|
+
}
|
|
15
|
+
],
|
|
7
16
|
"conditionKeys": [
|
|
17
|
+
"ecs:propagate-tags",
|
|
8
18
|
"aws:RequestTag/${TagKey}",
|
|
9
19
|
"aws:TagKeys"
|
|
10
20
|
],
|
|
@@ -70,7 +80,14 @@
|
|
|
70
80
|
"name": "CreateTaskSet",
|
|
71
81
|
"description": "Grants permission to create a new Amazon ECS task set",
|
|
72
82
|
"accessLevel": "Write",
|
|
73
|
-
"resourceTypes": [
|
|
83
|
+
"resourceTypes": [
|
|
84
|
+
{
|
|
85
|
+
"name": "task-set",
|
|
86
|
+
"required": true,
|
|
87
|
+
"conditionKeys": [],
|
|
88
|
+
"dependentActions": []
|
|
89
|
+
}
|
|
90
|
+
],
|
|
74
91
|
"conditionKeys": [
|
|
75
92
|
"aws:RequestTag/${TagKey}",
|
|
76
93
|
"aws:TagKeys",
|
|
@@ -1053,6 +1070,7 @@
|
|
|
1053
1070
|
}
|
|
1054
1071
|
],
|
|
1055
1072
|
"conditionKeys": [
|
|
1073
|
+
"ecs:propagate-tags",
|
|
1056
1074
|
"aws:ResourceTag/${TagKey}"
|
|
1057
1075
|
],
|
|
1058
1076
|
"dependentActions": []
|
package/data/actions/pcs.json
CHANGED
|
@@ -347,6 +347,32 @@
|
|
|
347
347
|
],
|
|
348
348
|
"dependentActions": []
|
|
349
349
|
},
|
|
350
|
+
"updatecluster": {
|
|
351
|
+
"name": "UpdateCluster",
|
|
352
|
+
"description": "Grants permission to update cluster properties",
|
|
353
|
+
"accessLevel": "Write",
|
|
354
|
+
"resourceTypes": [
|
|
355
|
+
{
|
|
356
|
+
"name": "cluster",
|
|
357
|
+
"required": true,
|
|
358
|
+
"conditionKeys": [],
|
|
359
|
+
"dependentActions": []
|
|
360
|
+
}
|
|
361
|
+
],
|
|
362
|
+
"conditionKeys": [],
|
|
363
|
+
"dependentActions": [
|
|
364
|
+
"ec2:CreateNetworkInterface",
|
|
365
|
+
"ec2:CreateNetworkInterfacePermission",
|
|
366
|
+
"ec2:DescribeNetworkInterfaces",
|
|
367
|
+
"ec2:DescribeSecurityGroups",
|
|
368
|
+
"ec2:DescribeSubnets",
|
|
369
|
+
"ec2:DescribeVpcs",
|
|
370
|
+
"ec2:GetSecurityGroupsForVpc",
|
|
371
|
+
"iam:CreateServiceLinkedRole",
|
|
372
|
+
"secretsmanager:CreateSecret",
|
|
373
|
+
"secretsmanager:TagResource"
|
|
374
|
+
]
|
|
375
|
+
},
|
|
350
376
|
"updatecomputenodegroup": {
|
|
351
377
|
"name": "UpdateComputeNodeGroup",
|
|
352
378
|
"description": "Grants permission to update compute node group properties",
|
package/data/actions/scn.json
CHANGED
|
@@ -41,7 +41,10 @@
|
|
|
41
41
|
"dependentActions": []
|
|
42
42
|
}
|
|
43
43
|
],
|
|
44
|
-
"conditionKeys": [
|
|
44
|
+
"conditionKeys": [
|
|
45
|
+
"aws:RequestTag/${TagKey}",
|
|
46
|
+
"aws:TagKeys"
|
|
47
|
+
],
|
|
45
48
|
"dependentActions": []
|
|
46
49
|
},
|
|
47
50
|
"createdatalakedataset": {
|
|
@@ -56,7 +59,10 @@
|
|
|
56
59
|
"dependentActions": []
|
|
57
60
|
}
|
|
58
61
|
],
|
|
59
|
-
"conditionKeys": [
|
|
62
|
+
"conditionKeys": [
|
|
63
|
+
"aws:RequestTag/${TagKey}",
|
|
64
|
+
"aws:TagKeys"
|
|
65
|
+
],
|
|
60
66
|
"dependentActions": []
|
|
61
67
|
},
|
|
62
68
|
"createdatalakenamespace": {
|
|
@@ -71,7 +77,10 @@
|
|
|
71
77
|
"dependentActions": []
|
|
72
78
|
}
|
|
73
79
|
],
|
|
74
|
-
"conditionKeys": [
|
|
80
|
+
"conditionKeys": [
|
|
81
|
+
"aws:RequestTag/${TagKey}",
|
|
82
|
+
"aws:TagKeys"
|
|
83
|
+
],
|
|
75
84
|
"dependentActions": []
|
|
76
85
|
},
|
|
77
86
|
"createinstance": {
|
|
@@ -86,7 +95,10 @@
|
|
|
86
95
|
"dependentActions": []
|
|
87
96
|
}
|
|
88
97
|
],
|
|
89
|
-
"conditionKeys": [
|
|
98
|
+
"conditionKeys": [
|
|
99
|
+
"aws:RequestTag/${TagKey}",
|
|
100
|
+
"aws:TagKeys"
|
|
101
|
+
],
|
|
90
102
|
"dependentActions": []
|
|
91
103
|
},
|
|
92
104
|
"createssoapplication": {
|
|
@@ -361,7 +373,7 @@
|
|
|
361
373
|
},
|
|
362
374
|
"listdatalakedatasets": {
|
|
363
375
|
"name": "ListDataLakeDatasets",
|
|
364
|
-
"description": "Grants permission to list the data lake datasets under specific instance
|
|
376
|
+
"description": "Grants permission to list the data lake datasets under specific instance or namespace",
|
|
365
377
|
"accessLevel": "List",
|
|
366
378
|
"resourceTypes": [
|
|
367
379
|
{
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"instance": {
|
|
3
3
|
"key": "instance",
|
|
4
|
-
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}"
|
|
4
|
+
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}",
|
|
5
|
+
"conditionKeys": [
|
|
6
|
+
"aws:ResourceTag/${TagKey}"
|
|
7
|
+
]
|
|
5
8
|
},
|
|
6
9
|
"bill-of-materials-import-job": {
|
|
7
10
|
"key": "bill-of-materials-import-job",
|
|
@@ -9,14 +12,23 @@
|
|
|
9
12
|
},
|
|
10
13
|
"data-integration-flow": {
|
|
11
14
|
"key": "data-integration-flow",
|
|
12
|
-
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}/data-integration-flows/${FlowName}"
|
|
15
|
+
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}/data-integration-flows/${FlowName}",
|
|
16
|
+
"conditionKeys": [
|
|
17
|
+
"aws:ResourceTag/${TagKey}"
|
|
18
|
+
]
|
|
13
19
|
},
|
|
14
20
|
"namespace": {
|
|
15
21
|
"key": "namespace",
|
|
16
|
-
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}/namespaces/${Namespace}"
|
|
22
|
+
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}/namespaces/${Namespace}",
|
|
23
|
+
"conditionKeys": [
|
|
24
|
+
"aws:ResourceTag/${TagKey}"
|
|
25
|
+
]
|
|
17
26
|
},
|
|
18
27
|
"dataset": {
|
|
19
28
|
"key": "dataset",
|
|
20
|
-
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}/namespaces/${Namespace}/datasets/${DatasetName}"
|
|
29
|
+
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}/namespaces/${Namespace}/datasets/${DatasetName}",
|
|
30
|
+
"conditionKeys": [
|
|
31
|
+
"aws:ResourceTag/${TagKey}"
|
|
32
|
+
]
|
|
21
33
|
}
|
|
22
34
|
}
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.202510021",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-10-
|
|
6
|
+
"updatedAt": "2025-10-02T04:44:32.693Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|