@cloud-copilot/iam-data 0.15.202512181 → 0.15.202512201
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/apigateway.json +451 -0
- package/data/actions/cleanrooms.json +15 -0
- package/data/actions/ec2.json +1321 -28
- package/data/actions/lambda.json +1 -2
- package/data/actions/payment-cryptography.json +108 -0
- package/data/actions/redshift.json +8 -1
- package/data/actions/servicequotas.json +2 -2
- package/data/conditionKeys/apigateway.json +95 -0
- package/data/conditionKeys/ec2.json +45 -0
- package/data/resourceTypes/apigateway.json +38 -0
- package/data/resourceTypes/ec2.json +85 -1
- package/package.json +2 -2
package/data/actions/lambda.json
CHANGED
|
@@ -1,4 +1,25 @@
|
|
|
1
1
|
{
|
|
2
|
+
"addkeyreplicationregions": {
|
|
3
|
+
"name": "AddKeyReplicationRegions",
|
|
4
|
+
"description": "Grants permission to add replication regions to an existing AWS Payment Cryptography key",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "alias",
|
|
9
|
+
"required": true,
|
|
10
|
+
"conditionKeys": [],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"name": "key",
|
|
15
|
+
"required": true,
|
|
16
|
+
"conditionKeys": [],
|
|
17
|
+
"dependentActions": []
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"conditionKeys": [],
|
|
21
|
+
"dependentActions": []
|
|
22
|
+
},
|
|
2
23
|
"createalias": {
|
|
3
24
|
"name": "CreateAlias",
|
|
4
25
|
"description": "Grants permission to create a user-friendly name for a Key",
|
|
@@ -87,6 +108,22 @@
|
|
|
87
108
|
"conditionKeys": [],
|
|
88
109
|
"dependentActions": []
|
|
89
110
|
},
|
|
111
|
+
"disabledefaultkeyreplicationregions": {
|
|
112
|
+
"name": "DisableDefaultKeyReplicationRegions",
|
|
113
|
+
"description": "Grants permission to disable default key replication regions for account-level replication",
|
|
114
|
+
"accessLevel": "Write",
|
|
115
|
+
"resourceTypes": [],
|
|
116
|
+
"conditionKeys": [],
|
|
117
|
+
"dependentActions": []
|
|
118
|
+
},
|
|
119
|
+
"enabledefaultkeyreplicationregions": {
|
|
120
|
+
"name": "EnableDefaultKeyReplicationRegions",
|
|
121
|
+
"description": "Grants permission to enable default key replication regions for account-level replication",
|
|
122
|
+
"accessLevel": "Write",
|
|
123
|
+
"resourceTypes": [],
|
|
124
|
+
"conditionKeys": [],
|
|
125
|
+
"dependentActions": []
|
|
126
|
+
},
|
|
90
127
|
"encryptdata": {
|
|
91
128
|
"name": "EncryptData",
|
|
92
129
|
"description": "Grants permission to encrypt plaintext data to ciphertext using symmetric, asymmetric or DUKPT data encryption key",
|
|
@@ -231,6 +268,35 @@
|
|
|
231
268
|
],
|
|
232
269
|
"dependentActions": []
|
|
233
270
|
},
|
|
271
|
+
"getcertificatesigningrequest": {
|
|
272
|
+
"name": "GetCertificateSigningRequest",
|
|
273
|
+
"description": "Grants permission to return the Certificate Signing Request for a public key from a key of class PUBLIC_KEY",
|
|
274
|
+
"accessLevel": "Read",
|
|
275
|
+
"resourceTypes": [
|
|
276
|
+
{
|
|
277
|
+
"name": "alias",
|
|
278
|
+
"required": true,
|
|
279
|
+
"conditionKeys": [],
|
|
280
|
+
"dependentActions": []
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"name": "key",
|
|
284
|
+
"required": true,
|
|
285
|
+
"conditionKeys": [],
|
|
286
|
+
"dependentActions": []
|
|
287
|
+
}
|
|
288
|
+
],
|
|
289
|
+
"conditionKeys": [],
|
|
290
|
+
"dependentActions": []
|
|
291
|
+
},
|
|
292
|
+
"getdefaultkeyreplicationregions": {
|
|
293
|
+
"name": "GetDefaultKeyReplicationRegions",
|
|
294
|
+
"description": "Grants permission to retrieve the default key replication regions configured at the account level",
|
|
295
|
+
"accessLevel": "Read",
|
|
296
|
+
"resourceTypes": [],
|
|
297
|
+
"conditionKeys": [],
|
|
298
|
+
"dependentActions": []
|
|
299
|
+
},
|
|
234
300
|
"getkey": {
|
|
235
301
|
"name": "GetKey",
|
|
236
302
|
"description": "Grants permission to return the detailed information about the specified key",
|
|
@@ -342,6 +408,27 @@
|
|
|
342
408
|
"conditionKeys": [],
|
|
343
409
|
"dependentActions": []
|
|
344
410
|
},
|
|
411
|
+
"removekeyreplicationregions": {
|
|
412
|
+
"name": "RemoveKeyReplicationRegions",
|
|
413
|
+
"description": "Grants permission to remove replication regions from an existing AWS Payment Cryptography key",
|
|
414
|
+
"accessLevel": "Write",
|
|
415
|
+
"resourceTypes": [
|
|
416
|
+
{
|
|
417
|
+
"name": "alias",
|
|
418
|
+
"required": true,
|
|
419
|
+
"conditionKeys": [],
|
|
420
|
+
"dependentActions": []
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"name": "key",
|
|
424
|
+
"required": true,
|
|
425
|
+
"conditionKeys": [],
|
|
426
|
+
"dependentActions": []
|
|
427
|
+
}
|
|
428
|
+
],
|
|
429
|
+
"conditionKeys": [],
|
|
430
|
+
"dependentActions": []
|
|
431
|
+
},
|
|
345
432
|
"restorekey": {
|
|
346
433
|
"name": "RestoreKey",
|
|
347
434
|
"description": "Grants permission to cancel a scheduled key deletion if at any point during the waiting period a Key needs to be revived",
|
|
@@ -405,6 +492,27 @@
|
|
|
405
492
|
],
|
|
406
493
|
"dependentActions": []
|
|
407
494
|
},
|
|
495
|
+
"translatekeymaterial": {
|
|
496
|
+
"name": "TranslateKeyMaterial",
|
|
497
|
+
"description": "Grants permission to translate wrapping key type for a wrapped key",
|
|
498
|
+
"accessLevel": "Write",
|
|
499
|
+
"resourceTypes": [
|
|
500
|
+
{
|
|
501
|
+
"name": "alias",
|
|
502
|
+
"required": true,
|
|
503
|
+
"conditionKeys": [],
|
|
504
|
+
"dependentActions": []
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"name": "key",
|
|
508
|
+
"required": true,
|
|
509
|
+
"conditionKeys": [],
|
|
510
|
+
"dependentActions": []
|
|
511
|
+
}
|
|
512
|
+
],
|
|
513
|
+
"conditionKeys": [],
|
|
514
|
+
"dependentActions": []
|
|
515
|
+
},
|
|
408
516
|
"translatepindata": {
|
|
409
517
|
"name": "TranslatePinData",
|
|
410
518
|
"description": "Grants permission to translate encrypted PIN block from and to ISO 9564 formats 0,1,3,4",
|
|
@@ -1124,7 +1124,14 @@
|
|
|
1124
1124
|
"name": "DescribeClusters",
|
|
1125
1125
|
"description": "Grants permission to describe properties of provisioned clusters",
|
|
1126
1126
|
"accessLevel": "List",
|
|
1127
|
-
"resourceTypes": [
|
|
1127
|
+
"resourceTypes": [
|
|
1128
|
+
{
|
|
1129
|
+
"name": "cluster",
|
|
1130
|
+
"required": false,
|
|
1131
|
+
"conditionKeys": [],
|
|
1132
|
+
"dependentActions": []
|
|
1133
|
+
}
|
|
1134
|
+
],
|
|
1128
1135
|
"conditionKeys": [],
|
|
1129
1136
|
"dependentActions": []
|
|
1130
1137
|
},
|
|
@@ -220,8 +220,8 @@
|
|
|
220
220
|
},
|
|
221
221
|
"startquotautilizationreport": {
|
|
222
222
|
"name": "StartQuotaUtilizationReport",
|
|
223
|
-
"description": "Grants permission to
|
|
224
|
-
"accessLevel": "
|
|
223
|
+
"description": "Grants permission to query quota utilization and create a report for your account",
|
|
224
|
+
"accessLevel": "Read",
|
|
225
225
|
"resourceTypes": [],
|
|
226
226
|
"conditionKeys": [],
|
|
227
227
|
"dependentActions": []
|
|
@@ -29,6 +29,11 @@
|
|
|
29
29
|
"description": "Filters access by URI of a Lambda authorizer function. Available during CreateAuthorizer and UpdateAuthorizer. Also available during import and reimport as an ArrayOfString",
|
|
30
30
|
"type": "ArrayOfString"
|
|
31
31
|
},
|
|
32
|
+
"apigateway:request/cognitouserpoolarn": {
|
|
33
|
+
"key": "apigateway:Request/CognitoUserPoolArn",
|
|
34
|
+
"description": "Filters access by a Portal's CognitoUserPoolArn that is passed in the request",
|
|
35
|
+
"type": "ARN"
|
|
36
|
+
},
|
|
32
37
|
"apigateway:request/conditionbasepaths": {
|
|
33
38
|
"key": "apigateway:Request/ConditionBasePaths",
|
|
34
39
|
"description": "Filters access by base paths defined on the condition of a routing rule. Available during the CreateRoutingRule and UpdateRoutingRule operations",
|
|
@@ -44,6 +49,11 @@
|
|
|
44
49
|
"description": "Filters access by endpoint type. Available during the CreateDomainName, UpdateDomainName, CreateRestApi, and UpdateRestApi operations",
|
|
45
50
|
"type": "ArrayOfString"
|
|
46
51
|
},
|
|
52
|
+
"apigateway:request/method": {
|
|
53
|
+
"key": "apigateway:Request/Method",
|
|
54
|
+
"description": "Filters access by a ProductRestEndpointPage's HTTP Method that is passed in the request",
|
|
55
|
+
"type": "String"
|
|
56
|
+
},
|
|
47
57
|
"apigateway:request/mtlstruststoreuri": {
|
|
48
58
|
"key": "apigateway:Request/MtlsTrustStoreUri",
|
|
49
59
|
"description": "Filters access by URI of the truststore used for mutual TLS authentication. Available during the CreateDomainName and UpdateDomainName operations",
|
|
@@ -54,11 +64,41 @@
|
|
|
54
64
|
"description": "Filters access by version of the truststore used for mutual TLS authentication. Available during the CreateDomainName and UpdateDomainName operations",
|
|
55
65
|
"type": "String"
|
|
56
66
|
},
|
|
67
|
+
"apigateway:request/portaldisplayname": {
|
|
68
|
+
"key": "apigateway:Request/PortalDisplayName",
|
|
69
|
+
"description": "Filters access by a Portal's Display Name that is passed in the request",
|
|
70
|
+
"type": "String"
|
|
71
|
+
},
|
|
72
|
+
"apigateway:request/portaldomainname": {
|
|
73
|
+
"key": "apigateway:Request/PortalDomainName",
|
|
74
|
+
"description": "Filters access by a Portal's vanity domain name that is passed in the request",
|
|
75
|
+
"type": "String"
|
|
76
|
+
},
|
|
77
|
+
"apigateway:request/portalproductdisplayname": {
|
|
78
|
+
"key": "apigateway:Request/PortalProductDisplayName",
|
|
79
|
+
"description": "Filters access by a PortalProduct's Display Name that is passed in the request",
|
|
80
|
+
"type": "String"
|
|
81
|
+
},
|
|
57
82
|
"apigateway:request/priority": {
|
|
58
83
|
"key": "apigateway:Request/Priority",
|
|
59
84
|
"description": "Filters access by priority of the routing rule. Available during the CreateRoutingRule and UpdateRoutingRule operations",
|
|
60
85
|
"type": "Numeric"
|
|
61
86
|
},
|
|
87
|
+
"apigateway:request/productpagetitle": {
|
|
88
|
+
"key": "apigateway:Request/ProductPageTitle",
|
|
89
|
+
"description": "Filters access by a ProductPage's Title that is passed in the request",
|
|
90
|
+
"type": "String"
|
|
91
|
+
},
|
|
92
|
+
"apigateway:request/productrestendpointpageendpointprefix": {
|
|
93
|
+
"key": "apigateway:Request/ProductRestEndpointPageEndpointPrefix",
|
|
94
|
+
"description": "Filters access by a ProductRestEndpointPage's EndpointPrefix that is passed in the request",
|
|
95
|
+
"type": "String"
|
|
96
|
+
},
|
|
97
|
+
"apigateway:request/restapiid": {
|
|
98
|
+
"key": "apigateway:Request/RestApiId",
|
|
99
|
+
"description": "Filters access by a ProductRestEndpointPage's Amazon API Gateway API ID that is passed in the request",
|
|
100
|
+
"type": "String"
|
|
101
|
+
},
|
|
62
102
|
"apigateway:request/routeauthorizationtype": {
|
|
63
103
|
"key": "apigateway:Request/RouteAuthorizationType",
|
|
64
104
|
"description": "Filters access by authorization type, for example NONE, AWS_IAM, CUSTOM, JWT, COGNITO_USER_POOLS. Available during the CreateMethod and PutMethod operations Also available as a collection during import",
|
|
@@ -74,6 +114,11 @@
|
|
|
74
114
|
"description": "Filters access by TLS version. Available during the CreateDomain and UpdateDomain operations",
|
|
75
115
|
"type": "ArrayOfString"
|
|
76
116
|
},
|
|
117
|
+
"apigateway:request/stage": {
|
|
118
|
+
"key": "apigateway:Request/Stage",
|
|
119
|
+
"description": "Filters access by a ProductRestEndpointPage's Amazon API Gateway Stage Name that is passed in the request",
|
|
120
|
+
"type": "String"
|
|
121
|
+
},
|
|
77
122
|
"apigateway:request/stagename": {
|
|
78
123
|
"key": "apigateway:Request/StageName",
|
|
79
124
|
"description": "Filters access by stage name of the deployment that you attempt to create. Available during the CreateDeployment operation",
|
|
@@ -109,6 +154,11 @@
|
|
|
109
154
|
"description": "Filters access by URI of a Lambda authorizer function. Available during UpdateAuthorizer and DeleteAuthorizer operations. Also available during reimport as an ArrayOfString",
|
|
110
155
|
"type": "ArrayOfString"
|
|
111
156
|
},
|
|
157
|
+
"apigateway:resource/cognitouserpoolarn": {
|
|
158
|
+
"key": "apigateway:Resource/CognitoUserPoolArn",
|
|
159
|
+
"description": "Filters access by a Portal's CognitoUserPoolArn associated with the resource",
|
|
160
|
+
"type": "ARN"
|
|
161
|
+
},
|
|
112
162
|
"apigateway:resource/conditionbasepaths": {
|
|
113
163
|
"key": "apigateway:Resource/ConditionBasePaths",
|
|
114
164
|
"description": "Filters access by base paths defined on the condition of the existing routing rule. Available during the UpdateRoutingRule and DeleteRoutingRule operations",
|
|
@@ -124,6 +174,11 @@
|
|
|
124
174
|
"description": "Filters access by endpoint type. Available during the UpdateDomainName, DeleteDomainName, UpdateRestApi, and DeleteRestApi operations",
|
|
125
175
|
"type": "ArrayOfString"
|
|
126
176
|
},
|
|
177
|
+
"apigateway:resource/method": {
|
|
178
|
+
"key": "apigateway:Resource/Method",
|
|
179
|
+
"description": "Filters access by a ProductRestEndpointPage's HTTP Method associated with the resource",
|
|
180
|
+
"type": "String"
|
|
181
|
+
},
|
|
127
182
|
"apigateway:resource/mtlstruststoreuri": {
|
|
128
183
|
"key": "apigateway:Resource/MtlsTrustStoreUri",
|
|
129
184
|
"description": "Filters access by URI of the truststore used for mutual TLS authentication. Available during UpdateDomainName and DeleteDomainName operations",
|
|
@@ -134,11 +189,46 @@
|
|
|
134
189
|
"description": "Filters access by version of the truststore used for mutual TLS authentication. Available during UpdateDomainName and DeleteDomainName operations",
|
|
135
190
|
"type": "String"
|
|
136
191
|
},
|
|
192
|
+
"apigateway:resource/portaldisplayname": {
|
|
193
|
+
"key": "apigateway:Resource/PortalDisplayName",
|
|
194
|
+
"description": "Filters access by a Portal's Display Name associated with the resource",
|
|
195
|
+
"type": "String"
|
|
196
|
+
},
|
|
197
|
+
"apigateway:resource/portaldomainname": {
|
|
198
|
+
"key": "apigateway:Resource/PortalDomainName",
|
|
199
|
+
"description": "Filters access by a Portal's vanity domain name associated with the resource",
|
|
200
|
+
"type": "String"
|
|
201
|
+
},
|
|
202
|
+
"apigateway:resource/portalproductdisplayname": {
|
|
203
|
+
"key": "apigateway:Resource/PortalProductDisplayName",
|
|
204
|
+
"description": "Filters access by a PortalProduct's Display Name associated with the resource",
|
|
205
|
+
"type": "String"
|
|
206
|
+
},
|
|
207
|
+
"apigateway:resource/portalpublishstatus": {
|
|
208
|
+
"key": "apigateway:Resource/PortalPublishStatus",
|
|
209
|
+
"description": "Filters access by a Portal's published status associated with the resource",
|
|
210
|
+
"type": "String"
|
|
211
|
+
},
|
|
137
212
|
"apigateway:resource/priority": {
|
|
138
213
|
"key": "apigateway:Resource/Priority",
|
|
139
214
|
"description": "Filters access by priority of the existing routing rule. Available during the UpdateRoutingRule and DeleteRoutingRule operations",
|
|
140
215
|
"type": "Numeric"
|
|
141
216
|
},
|
|
217
|
+
"apigateway:resource/productpagetitle": {
|
|
218
|
+
"key": "apigateway:Resource/ProductPageTitle",
|
|
219
|
+
"description": "Filters access by a ProductPage's Title associated with the resource",
|
|
220
|
+
"type": "String"
|
|
221
|
+
},
|
|
222
|
+
"apigateway:resource/productrestendpointpageendpointprefix": {
|
|
223
|
+
"key": "apigateway:Resource/ProductRestEndpointPageEndpointPrefix",
|
|
224
|
+
"description": "Filters access by a ProductRestEndpointPage's EndpointPrefix associated with the resource",
|
|
225
|
+
"type": "String"
|
|
226
|
+
},
|
|
227
|
+
"apigateway:resource/restapiid": {
|
|
228
|
+
"key": "apigateway:Resource/RestApiId",
|
|
229
|
+
"description": "Filters access by a ProductRestEndpointPage's Amazon API Gateway API ID associated with the resource",
|
|
230
|
+
"type": "String"
|
|
231
|
+
},
|
|
142
232
|
"apigateway:resource/routeauthorizationtype": {
|
|
143
233
|
"key": "apigateway:Resource/RouteAuthorizationType",
|
|
144
234
|
"description": "Filters access by authorization type of the existing Method resource, for example NONE, AWS_IAM, CUSTOM, JWT, COGNITO_USER_POOLS. Available during the PutMethod and DeleteMethod operations. Also available as a collection during reimport",
|
|
@@ -154,6 +244,11 @@
|
|
|
154
244
|
"description": "Filters access by TLS version. Available during UpdateDomain and DeleteDomain operations",
|
|
155
245
|
"type": "ArrayOfString"
|
|
156
246
|
},
|
|
247
|
+
"apigateway:resource/stage": {
|
|
248
|
+
"key": "apigateway:Resource/Stage",
|
|
249
|
+
"description": "Filters access by a ProductRestEndpointPage's Amazon API Gateway Stage Name associated with the resource",
|
|
250
|
+
"type": "String"
|
|
251
|
+
},
|
|
157
252
|
"aws:requesttag/${tagkey}": {
|
|
158
253
|
"key": "aws:RequestTag/${TagKey}",
|
|
159
254
|
"description": "Filters access by the tag key-value pairs in the request",
|
|
@@ -99,6 +99,11 @@
|
|
|
99
99
|
"description": "Filters access by the ARN of the CloudWatch Logs log stream",
|
|
100
100
|
"type": "ARN"
|
|
101
101
|
},
|
|
102
|
+
"ec2:commitmentduration": {
|
|
103
|
+
"key": "ec2:CommitmentDuration",
|
|
104
|
+
"description": "Filters access by commitment duration of the Capacity Reservation",
|
|
105
|
+
"type": "Numeric"
|
|
106
|
+
},
|
|
102
107
|
"ec2:cpuoptionsamdsevsnp": {
|
|
103
108
|
"key": "ec2:CpuOptionsAmdSevSnp",
|
|
104
109
|
"description": "Filters access by the state of AMD SEV-SNP CPU Options. Currently, only US East (Ohio) and Europe (Ireland) are supported",
|
|
@@ -269,6 +274,21 @@
|
|
|
269
274
|
"description": "Filters access by the ID of an internet gateway",
|
|
270
275
|
"type": "String"
|
|
271
276
|
},
|
|
277
|
+
"ec2:interruptiblecapacityreservationid": {
|
|
278
|
+
"key": "ec2:InterruptibleCapacityReservationId",
|
|
279
|
+
"description": "Filters access by the ID of an interruptible Capacity Reservation",
|
|
280
|
+
"type": "String"
|
|
281
|
+
},
|
|
282
|
+
"ec2:interruptiontype": {
|
|
283
|
+
"key": "ec2:InterruptionType",
|
|
284
|
+
"description": "Filters access by the type of interruption",
|
|
285
|
+
"type": "String"
|
|
286
|
+
},
|
|
287
|
+
"ec2:ipamprefixlistresolvertargetid": {
|
|
288
|
+
"key": "ec2:IpamPrefixListResolverTargetId",
|
|
289
|
+
"description": "Filters access by the IPAM prefix list resolver target ID that is syncing CIDRs to a managed prefix list",
|
|
290
|
+
"type": "String"
|
|
291
|
+
},
|
|
272
292
|
"ec2:ipv4ipampoolid": {
|
|
273
293
|
"key": "ec2:Ipv4IpamPoolId",
|
|
274
294
|
"description": "Filters access by the ID of an IPAM pool provided for IPv4 CIDR block allocation",
|
|
@@ -279,6 +299,11 @@
|
|
|
279
299
|
"description": "Filters access by the ID of an IPAM pool provided for IPv6 CIDR block allocation",
|
|
280
300
|
"type": "String"
|
|
281
301
|
},
|
|
302
|
+
"ec2:isinterruptible": {
|
|
303
|
+
"key": "ec2:IsInterruptible",
|
|
304
|
+
"description": "Filters access by whether Capacity Reservations are interruptible",
|
|
305
|
+
"type": "Bool"
|
|
306
|
+
},
|
|
282
307
|
"ec2:islaunchtemplateresource": {
|
|
283
308
|
"key": "ec2:IsLaunchTemplateResource",
|
|
284
309
|
"description": "Filters access by whether users are able to override resources that are specified in the launch template",
|
|
@@ -574,6 +599,11 @@
|
|
|
574
599
|
"description": "Filters access by the ID of a subnet",
|
|
575
600
|
"type": "String"
|
|
576
601
|
},
|
|
602
|
+
"ec2:targetinstancecount": {
|
|
603
|
+
"key": "ec2:TargetInstanceCount",
|
|
604
|
+
"description": "Filters access by the number of instances the interruptible Capacity Reservation is assigned",
|
|
605
|
+
"type": "Numeric"
|
|
606
|
+
},
|
|
577
607
|
"ec2:tenancy": {
|
|
578
608
|
"key": "ec2:Tenancy",
|
|
579
609
|
"description": "Filters access by the tenancy of the VPC or instance (default, dedicated, or host)",
|
|
@@ -629,6 +659,16 @@
|
|
|
629
659
|
"description": "Filters access by multi region of the VPC endpoint service",
|
|
630
660
|
"type": "String"
|
|
631
661
|
},
|
|
662
|
+
"ec2:vpceprivatednspreference": {
|
|
663
|
+
"key": "ec2:VpcePrivateDnsPreference",
|
|
664
|
+
"description": "Filters access by the private DNS preference",
|
|
665
|
+
"type": "String"
|
|
666
|
+
},
|
|
667
|
+
"ec2:vpceprivatednsspecifieddomains": {
|
|
668
|
+
"key": "ec2:VpcePrivateDnsSpecifiedDomains",
|
|
669
|
+
"description": "Filters access by the private DNS domains",
|
|
670
|
+
"type": "ArrayOfString"
|
|
671
|
+
},
|
|
632
672
|
"ec2:vpceservicename": {
|
|
633
673
|
"key": "ec2:VpceServiceName",
|
|
634
674
|
"description": "Filters access by the name of the VPC endpoint service",
|
|
@@ -669,6 +709,11 @@
|
|
|
669
709
|
"description": "Filters access by the ID of a transit gateway",
|
|
670
710
|
"type": "String"
|
|
671
711
|
},
|
|
712
|
+
"ec2:transitgatewaymeteringpolicyid": {
|
|
713
|
+
"key": "ec2:transitGatewayMeteringPolicyId",
|
|
714
|
+
"description": "Filters access by the ID of a metering policy id",
|
|
715
|
+
"type": "String"
|
|
716
|
+
},
|
|
672
717
|
"ec2:transitgatewaymulticastdomainid": {
|
|
673
718
|
"key": "ec2:transitGatewayMulticastDomainId",
|
|
674
719
|
"description": "Filters access by the ID of a transit gateway multicast domain",
|
|
@@ -254,6 +254,44 @@
|
|
|
254
254
|
"aws:ResourceTag/${TagKey}"
|
|
255
255
|
]
|
|
256
256
|
},
|
|
257
|
+
"portal": {
|
|
258
|
+
"key": "Portal",
|
|
259
|
+
"arn": "arn:${Partition}:apigateway:${Region}:${Account}:/portals/${PortalId}",
|
|
260
|
+
"conditionKeys": [
|
|
261
|
+
"apigateway:Resource/CognitoUserPoolArn",
|
|
262
|
+
"apigateway:Resource/PortalDisplayName",
|
|
263
|
+
"apigateway:Resource/PortalDomainName",
|
|
264
|
+
"apigateway:Resource/PortalPublishStatus",
|
|
265
|
+
"aws:ResourceTag/${TagKey}"
|
|
266
|
+
]
|
|
267
|
+
},
|
|
268
|
+
"portalproduct": {
|
|
269
|
+
"key": "PortalProduct",
|
|
270
|
+
"arn": "arn:${Partition}:apigateway:${Region}:${Account}:/portalproducts/${PortalProductId}",
|
|
271
|
+
"conditionKeys": [
|
|
272
|
+
"apigateway:Resource/PortalProductDisplayName",
|
|
273
|
+
"aws:ResourceTag/${TagKey}"
|
|
274
|
+
]
|
|
275
|
+
},
|
|
276
|
+
"productpage": {
|
|
277
|
+
"key": "ProductPage",
|
|
278
|
+
"arn": "arn:${Partition}:apigateway:${Region}:${Account}:/portalproducts/${PortalProductId}/productpages/${ProductPageId}",
|
|
279
|
+
"conditionKeys": [
|
|
280
|
+
"apigateway:Resource/ProductPageTitle",
|
|
281
|
+
"aws:ResourceTag/${TagKey}"
|
|
282
|
+
]
|
|
283
|
+
},
|
|
284
|
+
"productrestendpointpage": {
|
|
285
|
+
"key": "ProductRestEndpointPage",
|
|
286
|
+
"arn": "arn:${Partition}:apigateway:${Region}:${Account}:/portalproducts/${PortalProductId}/productrestendpointpages/${ProductRestEndpointPageId}",
|
|
287
|
+
"conditionKeys": [
|
|
288
|
+
"apigateway:Resource/Method",
|
|
289
|
+
"apigateway:Resource/ProductRestEndpointPageEndpointPrefix",
|
|
290
|
+
"apigateway:Resource/RestApiId",
|
|
291
|
+
"apigateway:Resource/Stage",
|
|
292
|
+
"aws:ResourceTag/${TagKey}"
|
|
293
|
+
]
|
|
294
|
+
},
|
|
257
295
|
"account": {
|
|
258
296
|
"key": "Account",
|
|
259
297
|
"arn": "arn:${Partition}:apigateway:${Region}::/account"
|
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
"ec2:AvailabilityZone",
|
|
67
67
|
"ec2:AvailabilityZoneId",
|
|
68
68
|
"ec2:CapacityReservationFleet",
|
|
69
|
+
"ec2:CommitmentDuration",
|
|
69
70
|
"ec2:CreateDate",
|
|
70
71
|
"ec2:DestinationCapacityReservationId",
|
|
71
72
|
"ec2:EbsOptimized",
|
|
@@ -76,6 +77,9 @@
|
|
|
76
77
|
"ec2:InstanceMatchCriteria",
|
|
77
78
|
"ec2:InstancePlatform",
|
|
78
79
|
"ec2:InstanceType",
|
|
80
|
+
"ec2:InterruptibleCapacityReservationId",
|
|
81
|
+
"ec2:InterruptionType",
|
|
82
|
+
"ec2:IsInterruptible",
|
|
79
83
|
"ec2:IsLaunchTemplateResource",
|
|
80
84
|
"ec2:LaunchTemplate",
|
|
81
85
|
"ec2:OutpostArn",
|
|
@@ -83,6 +87,7 @@
|
|
|
83
87
|
"ec2:Region",
|
|
84
88
|
"ec2:ResourceTag/${TagKey}",
|
|
85
89
|
"ec2:SourceCapacityReservationId",
|
|
90
|
+
"ec2:TargetInstanceCount",
|
|
86
91
|
"ec2:Tenancy"
|
|
87
92
|
]
|
|
88
93
|
},
|
|
@@ -419,6 +424,19 @@
|
|
|
419
424
|
"ec2:ResourceTag/${TagKey}"
|
|
420
425
|
]
|
|
421
426
|
},
|
|
427
|
+
"ipam-policy": {
|
|
428
|
+
"key": "ipam-policy",
|
|
429
|
+
"arn": "arn:${Partition}:ec2::${Account}:ipam-policy/${IpamPolicyId}",
|
|
430
|
+
"conditionKeys": [
|
|
431
|
+
"aws:RequestTag/${TagKey}",
|
|
432
|
+
"aws:ResourceTag/${TagKey}",
|
|
433
|
+
"aws:TagKeys",
|
|
434
|
+
"ec2:Attribute",
|
|
435
|
+
"ec2:Attribute/${AttributeName}",
|
|
436
|
+
"ec2:Region",
|
|
437
|
+
"ec2:ResourceTag/${TagKey}"
|
|
438
|
+
]
|
|
439
|
+
},
|
|
422
440
|
"ipam-pool": {
|
|
423
441
|
"key": "ipam-pool",
|
|
424
442
|
"arn": "arn:${Partition}:ec2::${Account}:ipam-pool/${IpamPoolId}",
|
|
@@ -432,6 +450,32 @@
|
|
|
432
450
|
"ec2:ResourceTag/${TagKey}"
|
|
433
451
|
]
|
|
434
452
|
},
|
|
453
|
+
"ipam-prefix-list-resolver": {
|
|
454
|
+
"key": "ipam-prefix-list-resolver",
|
|
455
|
+
"arn": "arn:${Partition}:ec2::${Account}:ipam-prefix-list-resolver/${IpamPrefixListResolverId}",
|
|
456
|
+
"conditionKeys": [
|
|
457
|
+
"aws:RequestTag/${TagKey}",
|
|
458
|
+
"aws:ResourceTag/${TagKey}",
|
|
459
|
+
"aws:TagKeys",
|
|
460
|
+
"ec2:Attribute",
|
|
461
|
+
"ec2:Attribute/${AttributeName}",
|
|
462
|
+
"ec2:Region",
|
|
463
|
+
"ec2:ResourceTag/${TagKey}"
|
|
464
|
+
]
|
|
465
|
+
},
|
|
466
|
+
"ipam-prefix-list-resolver-target": {
|
|
467
|
+
"key": "ipam-prefix-list-resolver-target",
|
|
468
|
+
"arn": "arn:${Partition}:ec2::${Account}:ipam-prefix-list-resolver-target/${IpamPrefixListResolverTargetId}",
|
|
469
|
+
"conditionKeys": [
|
|
470
|
+
"aws:RequestTag/${TagKey}",
|
|
471
|
+
"aws:ResourceTag/${TagKey}",
|
|
472
|
+
"aws:TagKeys",
|
|
473
|
+
"ec2:Attribute",
|
|
474
|
+
"ec2:Attribute/${AttributeName}",
|
|
475
|
+
"ec2:Region",
|
|
476
|
+
"ec2:ResourceTag/${TagKey}"
|
|
477
|
+
]
|
|
478
|
+
},
|
|
435
479
|
"ipam-resource-discovery-association": {
|
|
436
480
|
"key": "ipam-resource-discovery-association",
|
|
437
481
|
"arn": "arn:${Partition}:ec2::${Account}:ipam-resource-discovery-association/${IpamResourceDiscoveryAssociationId}",
|
|
@@ -623,7 +667,8 @@
|
|
|
623
667
|
"aws:ResourceTag/${TagKey}",
|
|
624
668
|
"aws:TagKeys",
|
|
625
669
|
"ec2:Region",
|
|
626
|
-
"ec2:ResourceTag/${TagKey}"
|
|
670
|
+
"ec2:ResourceTag/${TagKey}",
|
|
671
|
+
"ec2:Vpc"
|
|
627
672
|
]
|
|
628
673
|
},
|
|
629
674
|
"network-acl": {
|
|
@@ -742,6 +787,7 @@
|
|
|
742
787
|
"aws:TagKeys",
|
|
743
788
|
"ec2:Attribute",
|
|
744
789
|
"ec2:Attribute/${AttributeName}",
|
|
790
|
+
"ec2:IpamPrefixListResolverTargetId",
|
|
745
791
|
"ec2:Region",
|
|
746
792
|
"ec2:ResourceTag/${TagKey}"
|
|
747
793
|
]
|
|
@@ -1036,6 +1082,19 @@
|
|
|
1036
1082
|
"ec2:transitGatewayId"
|
|
1037
1083
|
]
|
|
1038
1084
|
},
|
|
1085
|
+
"transit-gateway-metering-policy": {
|
|
1086
|
+
"key": "transit-gateway-metering-policy",
|
|
1087
|
+
"arn": "arn:${Partition}:ec2:${Region}:${Account}:transit-gateway-metering-policy/${TransitGatewayMeteringPolicyId}",
|
|
1088
|
+
"conditionKeys": [
|
|
1089
|
+
"aws:RequestTag/${TagKey}",
|
|
1090
|
+
"aws:ResourceTag/${TagKey}",
|
|
1091
|
+
"aws:TagKeys",
|
|
1092
|
+
"ec2:Attribute/${AttributeName}",
|
|
1093
|
+
"ec2:Region",
|
|
1094
|
+
"ec2:ResourceTag/${TagKey}",
|
|
1095
|
+
"ec2:transitGatewayMeteringPolicyId"
|
|
1096
|
+
]
|
|
1097
|
+
},
|
|
1039
1098
|
"transit-gateway-multicast-domain": {
|
|
1040
1099
|
"key": "transit-gateway-multicast-domain",
|
|
1041
1100
|
"arn": "arn:${Partition}:ec2:${Region}:${Account}:transit-gateway-multicast-domain/${TransitGatewayMulticastDomainId}",
|
|
@@ -1200,6 +1259,18 @@
|
|
|
1200
1259
|
"ec2:ResourceTag/${TagKey}"
|
|
1201
1260
|
]
|
|
1202
1261
|
},
|
|
1262
|
+
"vpc-encryption-control": {
|
|
1263
|
+
"key": "vpc-encryption-control",
|
|
1264
|
+
"arn": "arn:${Partition}:ec2:${Region}:${Account}:vpc-encryption-control/${VpcEncryptionControlId}",
|
|
1265
|
+
"conditionKeys": [
|
|
1266
|
+
"aws:RequestTag/${TagKey}",
|
|
1267
|
+
"aws:ResourceTag/${TagKey}",
|
|
1268
|
+
"aws:TagKeys",
|
|
1269
|
+
"ec2:Attribute/${AttributeName}",
|
|
1270
|
+
"ec2:Region",
|
|
1271
|
+
"ec2:ResourceTag/${TagKey}"
|
|
1272
|
+
]
|
|
1273
|
+
},
|
|
1203
1274
|
"vpc-endpoint-connection": {
|
|
1204
1275
|
"key": "vpc-endpoint-connection",
|
|
1205
1276
|
"arn": "arn:${Partition}:ec2:${Region}:${Account}:vpc-endpoint-connection/${VpcEndpointConnectionId}",
|
|
@@ -1223,6 +1294,8 @@
|
|
|
1223
1294
|
"ec2:Region",
|
|
1224
1295
|
"ec2:ResourceTag/${TagKey}",
|
|
1225
1296
|
"ec2:VpceMultiRegion",
|
|
1297
|
+
"ec2:VpcePrivateDnsPreference",
|
|
1298
|
+
"ec2:VpcePrivateDnsSpecifiedDomains",
|
|
1226
1299
|
"ec2:VpceServiceName",
|
|
1227
1300
|
"ec2:VpceServiceOwner",
|
|
1228
1301
|
"ec2:VpceServiceRegion"
|
|
@@ -1300,6 +1373,17 @@
|
|
|
1300
1373
|
"ec2:VpcPeeringConnectionID"
|
|
1301
1374
|
]
|
|
1302
1375
|
},
|
|
1376
|
+
"vpn-concentrator": {
|
|
1377
|
+
"key": "vpn-concentrator",
|
|
1378
|
+
"arn": "arn:${Partition}:ec2:${Region}:${Account}:vpn-concentrator/${VpnConcentratorId}",
|
|
1379
|
+
"conditionKeys": [
|
|
1380
|
+
"aws:RequestTag/${TagKey}",
|
|
1381
|
+
"aws:ResourceTag/${TagKey}",
|
|
1382
|
+
"aws:TagKeys",
|
|
1383
|
+
"ec2:Region",
|
|
1384
|
+
"ec2:ResourceTag/${TagKey}"
|
|
1385
|
+
]
|
|
1386
|
+
},
|
|
1303
1387
|
"vpn-connection-device-type": {
|
|
1304
1388
|
"key": "vpn-connection-device-type",
|
|
1305
1389
|
"arn": "arn:${Partition}:ec2:${Region}:${Account}:vpn-connection-device-type/${VpnConnectionDeviceTypeId}",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.202512201",
|
|
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": "2025-12-
|
|
9
|
+
"updatedAt": "2025-12-20T04:52:14.248Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|