@cloud-copilot/iam-data 0.9.202411251 → 0.9.202411261
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/aoss.json +8 -2
- package/data/actions/networkmanager.json +59 -0
- package/data/actions/redshift-data.json +19 -2
- package/data/actions/redshift-serverless.json +15 -0
- package/data/conditionKeys/networkmanager.json +10 -0
- package/data/conditionKeys/redshift-data.json +5 -0
- package/data/conditionKeys/redshift-serverless.json +5 -0
- package/data/resourceTypes/redshift-data.json +4 -0
- package/data/resourceTypes/redshift-serverless.json +4 -0
- package/package.json +2 -2
package/data/actions/aoss.json
CHANGED
|
@@ -11,7 +11,10 @@
|
|
|
11
11
|
"dependentActions": []
|
|
12
12
|
}
|
|
13
13
|
],
|
|
14
|
-
"conditionKeys": [
|
|
14
|
+
"conditionKeys": [
|
|
15
|
+
"aoss:collection",
|
|
16
|
+
"aoss:CollectionId"
|
|
17
|
+
],
|
|
15
18
|
"dependentActions": []
|
|
16
19
|
},
|
|
17
20
|
"batchgetcollection": {
|
|
@@ -117,7 +120,10 @@
|
|
|
117
120
|
"dependentActions": []
|
|
118
121
|
}
|
|
119
122
|
],
|
|
120
|
-
"conditionKeys": [
|
|
123
|
+
"conditionKeys": [
|
|
124
|
+
"aoss:collection",
|
|
125
|
+
"aoss:CollectionId"
|
|
126
|
+
],
|
|
121
127
|
"dependentActions": []
|
|
122
128
|
},
|
|
123
129
|
"deleteaccesspolicy": {
|
|
@@ -231,6 +231,29 @@
|
|
|
231
231
|
],
|
|
232
232
|
"dependentActions": []
|
|
233
233
|
},
|
|
234
|
+
"createdirectconnectgatewayattachment": {
|
|
235
|
+
"name": "CreateDirectConnectGatewayAttachment",
|
|
236
|
+
"description": "Grants permission to create a Direct Connect gateway attachment",
|
|
237
|
+
"accessLevel": "Write",
|
|
238
|
+
"resourceTypes": [
|
|
239
|
+
{
|
|
240
|
+
"name": "core-network",
|
|
241
|
+
"required": true,
|
|
242
|
+
"conditionKeys": [],
|
|
243
|
+
"dependentActions": [
|
|
244
|
+
"ec2:DescribeRegions",
|
|
245
|
+
"networkmanager:TagResource"
|
|
246
|
+
]
|
|
247
|
+
}
|
|
248
|
+
],
|
|
249
|
+
"conditionKeys": [
|
|
250
|
+
"aws:RequestTag/${TagKey}",
|
|
251
|
+
"aws:TagKeys",
|
|
252
|
+
"networkmanager:directConnectGatewayArn",
|
|
253
|
+
"networkmanager:edgeLocations"
|
|
254
|
+
],
|
|
255
|
+
"dependentActions": []
|
|
256
|
+
},
|
|
234
257
|
"createglobalnetwork": {
|
|
235
258
|
"name": "CreateGlobalNetwork",
|
|
236
259
|
"description": "Grants permission to create a new global network",
|
|
@@ -864,6 +887,21 @@
|
|
|
864
887
|
"conditionKeys": [],
|
|
865
888
|
"dependentActions": []
|
|
866
889
|
},
|
|
890
|
+
"getdirectconnectgatewayattachment": {
|
|
891
|
+
"name": "GetDirectConnectGatewayAttachment",
|
|
892
|
+
"description": "Grants permission to retrieve a Direct Connect gateway attachment",
|
|
893
|
+
"accessLevel": "Read",
|
|
894
|
+
"resourceTypes": [
|
|
895
|
+
{
|
|
896
|
+
"name": "attachment",
|
|
897
|
+
"required": true,
|
|
898
|
+
"conditionKeys": [],
|
|
899
|
+
"dependentActions": []
|
|
900
|
+
}
|
|
901
|
+
],
|
|
902
|
+
"conditionKeys": [],
|
|
903
|
+
"dependentActions": []
|
|
904
|
+
},
|
|
867
905
|
"getlinkassociations": {
|
|
868
906
|
"name": "GetLinkAssociations",
|
|
869
907
|
"description": "Grants permission to describe link associations",
|
|
@@ -1555,6 +1593,27 @@
|
|
|
1555
1593
|
"conditionKeys": [],
|
|
1556
1594
|
"dependentActions": []
|
|
1557
1595
|
},
|
|
1596
|
+
"updatedirectconnectgatewayattachment": {
|
|
1597
|
+
"name": "UpdateDirectConnectGatewayAttachment",
|
|
1598
|
+
"description": "Grants permission to update a Direct Connect gateway attachment",
|
|
1599
|
+
"accessLevel": "Write",
|
|
1600
|
+
"resourceTypes": [
|
|
1601
|
+
{
|
|
1602
|
+
"name": "attachment",
|
|
1603
|
+
"required": true,
|
|
1604
|
+
"conditionKeys": [],
|
|
1605
|
+
"dependentActions": [
|
|
1606
|
+
"ec2:DescribeRegions"
|
|
1607
|
+
]
|
|
1608
|
+
}
|
|
1609
|
+
],
|
|
1610
|
+
"conditionKeys": [
|
|
1611
|
+
"aws:RequestTag/${TagKey}",
|
|
1612
|
+
"aws:TagKeys",
|
|
1613
|
+
"networkmanager:edgeLocations"
|
|
1614
|
+
],
|
|
1615
|
+
"dependentActions": []
|
|
1616
|
+
},
|
|
1558
1617
|
"updateglobalnetwork": {
|
|
1559
1618
|
"name": "UpdateGlobalNetwork",
|
|
1560
1619
|
"description": "Grants permission to update a global network",
|
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
20
|
"conditionKeys": [
|
|
21
|
-
"redshift-data:session-owner-iam-userid"
|
|
21
|
+
"redshift-data:session-owner-iam-userid",
|
|
22
|
+
"redshift-data:glue-catalog-arn"
|
|
22
23
|
],
|
|
23
24
|
"dependentActions": []
|
|
24
25
|
},
|
|
@@ -82,10 +83,26 @@
|
|
|
82
83
|
}
|
|
83
84
|
],
|
|
84
85
|
"conditionKeys": [
|
|
85
|
-
"redshift-data:session-owner-iam-userid"
|
|
86
|
+
"redshift-data:session-owner-iam-userid",
|
|
87
|
+
"redshift-data:glue-catalog-arn"
|
|
86
88
|
],
|
|
87
89
|
"dependentActions": []
|
|
88
90
|
},
|
|
91
|
+
"getstagingbucketlocation": {
|
|
92
|
+
"name": "GetStagingBucketLocation",
|
|
93
|
+
"description": "Grants permission to get staging bucket location for a given managed workgroup",
|
|
94
|
+
"accessLevel": "Read",
|
|
95
|
+
"resourceTypes": [
|
|
96
|
+
{
|
|
97
|
+
"name": "managed-workgroup",
|
|
98
|
+
"required": true,
|
|
99
|
+
"conditionKeys": [],
|
|
100
|
+
"dependentActions": []
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
"conditionKeys": [],
|
|
104
|
+
"dependentActions": []
|
|
105
|
+
},
|
|
89
106
|
"getstatementresult": {
|
|
90
107
|
"name": "GetStatementResult",
|
|
91
108
|
"description": "Grants permission to fetch the result of a query",
|
|
@@ -326,6 +326,21 @@
|
|
|
326
326
|
"conditionKeys": [],
|
|
327
327
|
"dependentActions": []
|
|
328
328
|
},
|
|
329
|
+
"getmanagedworkgroup": {
|
|
330
|
+
"name": "GetManagedWorkgroup",
|
|
331
|
+
"description": "Grants permission to create a Amazon Redshift Managed Serverless workgroup with the specified configuration settings",
|
|
332
|
+
"accessLevel": "Read",
|
|
333
|
+
"resourceTypes": [
|
|
334
|
+
{
|
|
335
|
+
"name": "managed-workgroup",
|
|
336
|
+
"required": true,
|
|
337
|
+
"conditionKeys": [],
|
|
338
|
+
"dependentActions": []
|
|
339
|
+
}
|
|
340
|
+
],
|
|
341
|
+
"conditionKeys": [],
|
|
342
|
+
"dependentActions": []
|
|
343
|
+
},
|
|
329
344
|
"getnamespace": {
|
|
330
345
|
"name": "GetNamespace",
|
|
331
346
|
"description": "Grants permission to get information about a namespace in Amazon Redshift Serverless",
|
|
@@ -19,6 +19,16 @@
|
|
|
19
19
|
"description": "Filters access by which customer gateways can be associated or disassociated",
|
|
20
20
|
"type": "ARN"
|
|
21
21
|
},
|
|
22
|
+
"networkmanager:directconnectgatewayarn": {
|
|
23
|
+
"key": "networkmanager:directConnectGatewayArn",
|
|
24
|
+
"description": "Filters access by which Direct Connect gateway can be used to a create/update attachment",
|
|
25
|
+
"type": "ARN"
|
|
26
|
+
},
|
|
27
|
+
"networkmanager:edgelocations": {
|
|
28
|
+
"key": "networkmanager:edgeLocations",
|
|
29
|
+
"description": "Filters access by which edge locations can be added or removed from a Direct Connect gateway attachment",
|
|
30
|
+
"type": "ArrayOfString"
|
|
31
|
+
},
|
|
22
32
|
"networkmanager:subnetarns": {
|
|
23
33
|
"key": "networkmanager:subnetArns",
|
|
24
34
|
"description": "Filters access by which VPC subnets can be added or removed from a VPC attachment",
|
|
@@ -4,6 +4,11 @@
|
|
|
4
4
|
"description": "Filters access by tag-value associated with the resource",
|
|
5
5
|
"type": "String"
|
|
6
6
|
},
|
|
7
|
+
"redshift-data:glue-catalog-arn": {
|
|
8
|
+
"key": "redshift-data:glue-catalog-arn",
|
|
9
|
+
"description": "Filters access by glue catalog arn",
|
|
10
|
+
"type": "ARN"
|
|
11
|
+
},
|
|
7
12
|
"redshift-data:session-owner-iam-userid": {
|
|
8
13
|
"key": "redshift-data:session-owner-iam-userid",
|
|
9
14
|
"description": "Filters access by session owner iam userid",
|
|
@@ -19,6 +19,11 @@
|
|
|
19
19
|
"description": "Filters access by the endpoint access identifier",
|
|
20
20
|
"type": "String"
|
|
21
21
|
},
|
|
22
|
+
"redshift-serverless:managedworkgroupname": {
|
|
23
|
+
"key": "redshift-serverless:managedWorkgroupName",
|
|
24
|
+
"description": "Filters access by the managed workgroup identifier",
|
|
25
|
+
"type": "String"
|
|
26
|
+
},
|
|
22
27
|
"redshift-serverless:namespaceid": {
|
|
23
28
|
"key": "redshift-serverless:namespaceId",
|
|
24
29
|
"description": "Filters access by the namespace identifier",
|
|
@@ -20,6 +20,10 @@
|
|
|
20
20
|
"aws:ResourceTag/${TagKey}"
|
|
21
21
|
]
|
|
22
22
|
},
|
|
23
|
+
"managed-workgroup": {
|
|
24
|
+
"key": "managed-workgroup",
|
|
25
|
+
"arn": "arn:${Partition}:redshift-serverless:${Region}:${Account}:managed-workgroup/${ManagedWorkgroupName}"
|
|
26
|
+
},
|
|
23
27
|
"recoverypoint": {
|
|
24
28
|
"key": "recoveryPoint",
|
|
25
29
|
"arn": "arn:${Partition}:redshift-serverless:${Region}:${Account}:recoverypoint/${RecoveryPointId}",
|
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.202411261",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2024-11-
|
|
6
|
+
"updatedAt": "2024-11-26T04:47:07.046Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|