@cloud-copilot/iam-data 0.9.202411221 → 0.9.202411231
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/application-autoscaling.json +8 -0
- package/data/actions/artifact.json +76 -0
- package/data/actions/ce.json +24 -0
- package/data/actions/chatbot.json +134 -2
- package/data/actions/cleanrooms.json +32 -0
- package/data/actions/cloudtrail.json +155 -6
- package/data/actions/iot.json +189 -0
- package/data/actions/iotfleetwise.json +113 -0
- package/data/actions/logs.json +93 -0
- package/data/actions/qapps.json +74 -0
- package/data/actions/resiliencehub.json +24 -0
- package/data/actions/s3express.json +42 -0
- package/data/actions/ssm-quicksetup.json +62 -4
- package/data/actions/ssm.json +54 -1
- package/data/conditionKeys/iot.json +15 -0
- package/data/conditionKeys/iotfleetwise.json +5 -0
- package/data/conditionKeys/ssm.json +0 -5
- package/data/resourceTypes/chatbot.json +4 -0
- package/data/resourceTypes/cloudtrail.json +7 -0
- package/data/resourceTypes/iot.json +7 -0
- package/data/resourceTypes/iotfleetwise.json +7 -0
- package/data/resourceTypes/ssm-quicksetup.json +1 -1
- package/package.json +2 -2
|
@@ -85,6 +85,14 @@
|
|
|
85
85
|
"conditionKeys": [],
|
|
86
86
|
"dependentActions": []
|
|
87
87
|
},
|
|
88
|
+
"getpredictivescalingforecast": {
|
|
89
|
+
"name": "GetPredictiveScalingForecast",
|
|
90
|
+
"description": "Grants permission to retrieve the forecast data for a predictive scaling policy",
|
|
91
|
+
"accessLevel": "List",
|
|
92
|
+
"resourceTypes": [],
|
|
93
|
+
"conditionKeys": [],
|
|
94
|
+
"dependentActions": []
|
|
95
|
+
},
|
|
88
96
|
"listtagsforresource": {
|
|
89
97
|
"name": "ListTagsForResource",
|
|
90
98
|
"description": "Grants permission to list tags for a scalable target",
|
|
@@ -14,6 +14,21 @@
|
|
|
14
14
|
"conditionKeys": [],
|
|
15
15
|
"dependentActions": []
|
|
16
16
|
},
|
|
17
|
+
"acceptndaforagreement": {
|
|
18
|
+
"name": "AcceptNdaForAgreement",
|
|
19
|
+
"description": "Grants permission to accept the terms of an NDA Document for a given agreement resource",
|
|
20
|
+
"accessLevel": "Write",
|
|
21
|
+
"resourceTypes": [
|
|
22
|
+
{
|
|
23
|
+
"name": "agreement",
|
|
24
|
+
"required": true,
|
|
25
|
+
"conditionKeys": [],
|
|
26
|
+
"dependentActions": []
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"conditionKeys": [],
|
|
30
|
+
"dependentActions": []
|
|
31
|
+
},
|
|
17
32
|
"downloadagreement": {
|
|
18
33
|
"name": "DownloadAgreement",
|
|
19
34
|
"description": "Grants permission to download an AWS agreement that has not yet been accepted or a customer agreement that has been accepted by the customer account",
|
|
@@ -58,6 +73,51 @@
|
|
|
58
73
|
"conditionKeys": [],
|
|
59
74
|
"dependentActions": []
|
|
60
75
|
},
|
|
76
|
+
"getagreement": {
|
|
77
|
+
"name": "GetAgreement",
|
|
78
|
+
"description": "Grants permission to get an AWS agreement that has not yet been accepted by the customer account",
|
|
79
|
+
"accessLevel": "Read",
|
|
80
|
+
"resourceTypes": [
|
|
81
|
+
{
|
|
82
|
+
"name": "agreement",
|
|
83
|
+
"required": true,
|
|
84
|
+
"conditionKeys": [],
|
|
85
|
+
"dependentActions": []
|
|
86
|
+
}
|
|
87
|
+
],
|
|
88
|
+
"conditionKeys": [],
|
|
89
|
+
"dependentActions": []
|
|
90
|
+
},
|
|
91
|
+
"getcustomeragreement": {
|
|
92
|
+
"name": "GetCustomerAgreement",
|
|
93
|
+
"description": "Grants permission to get an AWS agreement that has been accepted by the customer account",
|
|
94
|
+
"accessLevel": "Read",
|
|
95
|
+
"resourceTypes": [
|
|
96
|
+
{
|
|
97
|
+
"name": "customer-agreement",
|
|
98
|
+
"required": true,
|
|
99
|
+
"conditionKeys": [],
|
|
100
|
+
"dependentActions": []
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
"conditionKeys": [],
|
|
104
|
+
"dependentActions": []
|
|
105
|
+
},
|
|
106
|
+
"getndaforagreement": {
|
|
107
|
+
"name": "GetNdaForAgreement",
|
|
108
|
+
"description": "Grants permission to retrieve the NDA Document for a given agreement resource",
|
|
109
|
+
"accessLevel": "Read",
|
|
110
|
+
"resourceTypes": [
|
|
111
|
+
{
|
|
112
|
+
"name": "agreement",
|
|
113
|
+
"required": true,
|
|
114
|
+
"conditionKeys": [],
|
|
115
|
+
"dependentActions": []
|
|
116
|
+
}
|
|
117
|
+
],
|
|
118
|
+
"conditionKeys": [],
|
|
119
|
+
"dependentActions": []
|
|
120
|
+
},
|
|
61
121
|
"getreport": {
|
|
62
122
|
"name": "GetReport",
|
|
63
123
|
"description": "Grants permission to download a report",
|
|
@@ -103,6 +163,22 @@
|
|
|
103
163
|
"conditionKeys": [],
|
|
104
164
|
"dependentActions": []
|
|
105
165
|
},
|
|
166
|
+
"listagreements": {
|
|
167
|
+
"name": "ListAgreements",
|
|
168
|
+
"description": "Grants permission to list AWS agreements",
|
|
169
|
+
"accessLevel": "List",
|
|
170
|
+
"resourceTypes": [],
|
|
171
|
+
"conditionKeys": [],
|
|
172
|
+
"dependentActions": []
|
|
173
|
+
},
|
|
174
|
+
"listcustomeragreements": {
|
|
175
|
+
"name": "ListCustomerAgreements",
|
|
176
|
+
"description": "Grants permission to list customer-agreement resources that have been accepted by the customer account",
|
|
177
|
+
"accessLevel": "List",
|
|
178
|
+
"resourceTypes": [],
|
|
179
|
+
"conditionKeys": [],
|
|
180
|
+
"dependentActions": []
|
|
181
|
+
},
|
|
106
182
|
"listreports": {
|
|
107
183
|
"name": "ListReports",
|
|
108
184
|
"description": "Grants permission to list reports in your account",
|
package/data/actions/ce.json
CHANGED
|
@@ -213,6 +213,14 @@
|
|
|
213
213
|
"conditionKeys": [],
|
|
214
214
|
"dependentActions": []
|
|
215
215
|
},
|
|
216
|
+
"getcommitmentpurchaseanalysis": {
|
|
217
|
+
"name": "GetCommitmentPurchaseAnalysis",
|
|
218
|
+
"description": "Grants permission to retrieve the commitment purchase analysis for your account",
|
|
219
|
+
"accessLevel": "Read",
|
|
220
|
+
"resourceTypes": [],
|
|
221
|
+
"conditionKeys": [],
|
|
222
|
+
"dependentActions": []
|
|
223
|
+
},
|
|
216
224
|
"getconsoleactionsetenforced": {
|
|
217
225
|
"name": "GetConsoleActionSetEnforced",
|
|
218
226
|
"isPermissionOnly": true,
|
|
@@ -359,6 +367,14 @@
|
|
|
359
367
|
"conditionKeys": [],
|
|
360
368
|
"dependentActions": []
|
|
361
369
|
},
|
|
370
|
+
"listcommitmentpurchaseanalyses": {
|
|
371
|
+
"name": "ListCommitmentPurchaseAnalyses",
|
|
372
|
+
"description": "Grants permission to retrieve a list of your historical commitment purchase analyses",
|
|
373
|
+
"accessLevel": "List",
|
|
374
|
+
"resourceTypes": [],
|
|
375
|
+
"conditionKeys": [],
|
|
376
|
+
"dependentActions": []
|
|
377
|
+
},
|
|
362
378
|
"listcostallocationtagbackfillhistory": {
|
|
363
379
|
"name": "ListCostAllocationTagBackfillHistory",
|
|
364
380
|
"description": "Grants permission to list Cost Allocation Tag backfill history",
|
|
@@ -428,6 +444,14 @@
|
|
|
428
444
|
"conditionKeys": [],
|
|
429
445
|
"dependentActions": []
|
|
430
446
|
},
|
|
447
|
+
"startcommitmentpurchaseanalysis": {
|
|
448
|
+
"name": "StartCommitmentPurchaseAnalysis",
|
|
449
|
+
"description": "Grants permission to request a commitment purchase analysis",
|
|
450
|
+
"accessLevel": "Write",
|
|
451
|
+
"resourceTypes": [],
|
|
452
|
+
"conditionKeys": [],
|
|
453
|
+
"dependentActions": []
|
|
454
|
+
},
|
|
431
455
|
"startcostallocationtagbackfill": {
|
|
432
456
|
"name": "StartCostAllocationTagBackfill",
|
|
433
457
|
"description": "Grants permission to request a Cost Allocation Tag backfill",
|
|
@@ -1,4 +1,25 @@
|
|
|
1
1
|
{
|
|
2
|
+
"associatetoconfiguration": {
|
|
3
|
+
"name": "AssociateToConfiguration",
|
|
4
|
+
"description": "Grants permission to associate a resource with a configuration",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "ChatbotConfiguration",
|
|
9
|
+
"required": true,
|
|
10
|
+
"conditionKeys": [],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"name": "custom-action",
|
|
15
|
+
"required": true,
|
|
16
|
+
"conditionKeys": [],
|
|
17
|
+
"dependentActions": []
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"conditionKeys": [],
|
|
21
|
+
"dependentActions": []
|
|
22
|
+
},
|
|
2
23
|
"createchimewebhookconfiguration": {
|
|
3
24
|
"name": "CreateChimeWebhookConfiguration",
|
|
4
25
|
"description": "Grants permission to create an AWS Chatbot Chime Webhook Configuration",
|
|
@@ -7,6 +28,14 @@
|
|
|
7
28
|
"conditionKeys": [],
|
|
8
29
|
"dependentActions": []
|
|
9
30
|
},
|
|
31
|
+
"createcustomaction": {
|
|
32
|
+
"name": "CreateCustomAction",
|
|
33
|
+
"description": "Grants permission to create a custom action",
|
|
34
|
+
"accessLevel": "Write",
|
|
35
|
+
"resourceTypes": [],
|
|
36
|
+
"conditionKeys": [],
|
|
37
|
+
"dependentActions": []
|
|
38
|
+
},
|
|
10
39
|
"createmicrosoftteamschannelconfiguration": {
|
|
11
40
|
"name": "CreateMicrosoftTeamsChannelConfiguration",
|
|
12
41
|
"description": "Grants permission to create an AWS Chatbot Microsoft Teams Channel Configuration",
|
|
@@ -38,11 +67,33 @@
|
|
|
38
67
|
"conditionKeys": [],
|
|
39
68
|
"dependentActions": []
|
|
40
69
|
},
|
|
70
|
+
"deletecustomaction": {
|
|
71
|
+
"name": "DeleteCustomAction",
|
|
72
|
+
"description": "Grants permission to delete a custom action",
|
|
73
|
+
"accessLevel": "Write",
|
|
74
|
+
"resourceTypes": [
|
|
75
|
+
{
|
|
76
|
+
"name": "custom-action",
|
|
77
|
+
"required": true,
|
|
78
|
+
"conditionKeys": [],
|
|
79
|
+
"dependentActions": []
|
|
80
|
+
}
|
|
81
|
+
],
|
|
82
|
+
"conditionKeys": [],
|
|
83
|
+
"dependentActions": []
|
|
84
|
+
},
|
|
41
85
|
"deletemicrosoftteamschannelconfiguration": {
|
|
42
86
|
"name": "DeleteMicrosoftTeamsChannelConfiguration",
|
|
43
87
|
"description": "Grants permission to delete an AWS Chatbot Microsoft Teams Channel Configuration",
|
|
44
88
|
"accessLevel": "Write",
|
|
45
|
-
"resourceTypes": [
|
|
89
|
+
"resourceTypes": [
|
|
90
|
+
{
|
|
91
|
+
"name": "ChatbotConfiguration",
|
|
92
|
+
"required": true,
|
|
93
|
+
"conditionKeys": [],
|
|
94
|
+
"dependentActions": []
|
|
95
|
+
}
|
|
96
|
+
],
|
|
46
97
|
"conditionKeys": [],
|
|
47
98
|
"dependentActions": []
|
|
48
99
|
},
|
|
@@ -133,6 +184,27 @@
|
|
|
133
184
|
"conditionKeys": [],
|
|
134
185
|
"dependentActions": []
|
|
135
186
|
},
|
|
187
|
+
"disassociatefromconfiguration": {
|
|
188
|
+
"name": "DisassociateFromConfiguration",
|
|
189
|
+
"description": "Grants permission to disassociate a resource from a configuration",
|
|
190
|
+
"accessLevel": "Write",
|
|
191
|
+
"resourceTypes": [
|
|
192
|
+
{
|
|
193
|
+
"name": "ChatbotConfiguration",
|
|
194
|
+
"required": true,
|
|
195
|
+
"conditionKeys": [],
|
|
196
|
+
"dependentActions": []
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"name": "custom-action",
|
|
200
|
+
"required": true,
|
|
201
|
+
"conditionKeys": [],
|
|
202
|
+
"dependentActions": []
|
|
203
|
+
}
|
|
204
|
+
],
|
|
205
|
+
"conditionKeys": [],
|
|
206
|
+
"dependentActions": []
|
|
207
|
+
},
|
|
136
208
|
"getaccountpreferences": {
|
|
137
209
|
"name": "GetAccountPreferences",
|
|
138
210
|
"description": "Grants permission to retrieve AWS Chatbot account preferences",
|
|
@@ -141,6 +213,21 @@
|
|
|
141
213
|
"conditionKeys": [],
|
|
142
214
|
"dependentActions": []
|
|
143
215
|
},
|
|
216
|
+
"getcustomaction": {
|
|
217
|
+
"name": "GetCustomAction",
|
|
218
|
+
"description": "Grants permission to get a custom action",
|
|
219
|
+
"accessLevel": "Read",
|
|
220
|
+
"resourceTypes": [
|
|
221
|
+
{
|
|
222
|
+
"name": "custom-action",
|
|
223
|
+
"required": true,
|
|
224
|
+
"conditionKeys": [],
|
|
225
|
+
"dependentActions": []
|
|
226
|
+
}
|
|
227
|
+
],
|
|
228
|
+
"conditionKeys": [],
|
|
229
|
+
"dependentActions": []
|
|
230
|
+
},
|
|
144
231
|
"getmicrosoftteamschannelconfiguration": {
|
|
145
232
|
"name": "GetMicrosoftTeamsChannelConfiguration",
|
|
146
233
|
"description": "Grants permission to get a single AWS Chatbot Microsoft Teams Channel Configurations in an AWS account",
|
|
@@ -165,6 +252,29 @@
|
|
|
165
252
|
"conditionKeys": [],
|
|
166
253
|
"dependentActions": []
|
|
167
254
|
},
|
|
255
|
+
"listassociations": {
|
|
256
|
+
"name": "ListAssociations",
|
|
257
|
+
"description": "Grants permission to list resources associated with a configuration",
|
|
258
|
+
"accessLevel": "Read",
|
|
259
|
+
"resourceTypes": [
|
|
260
|
+
{
|
|
261
|
+
"name": "ChatbotConfiguration",
|
|
262
|
+
"required": true,
|
|
263
|
+
"conditionKeys": [],
|
|
264
|
+
"dependentActions": []
|
|
265
|
+
}
|
|
266
|
+
],
|
|
267
|
+
"conditionKeys": [],
|
|
268
|
+
"dependentActions": []
|
|
269
|
+
},
|
|
270
|
+
"listcustomactions": {
|
|
271
|
+
"name": "ListCustomActions",
|
|
272
|
+
"description": "Grants permission to list custom actions",
|
|
273
|
+
"accessLevel": "List",
|
|
274
|
+
"resourceTypes": [],
|
|
275
|
+
"conditionKeys": [],
|
|
276
|
+
"dependentActions": []
|
|
277
|
+
},
|
|
168
278
|
"listmicrosoftteamschannelconfigurations": {
|
|
169
279
|
"name": "ListMicrosoftTeamsChannelConfigurations",
|
|
170
280
|
"description": "Grants permission to list all AWS Chatbot Microsoft Teams Channel Configurations in an AWS account",
|
|
@@ -252,11 +362,33 @@
|
|
|
252
362
|
"conditionKeys": [],
|
|
253
363
|
"dependentActions": []
|
|
254
364
|
},
|
|
365
|
+
"updatecustomaction": {
|
|
366
|
+
"name": "UpdateCustomAction",
|
|
367
|
+
"description": "Grants permission to update a custom action",
|
|
368
|
+
"accessLevel": "Write",
|
|
369
|
+
"resourceTypes": [
|
|
370
|
+
{
|
|
371
|
+
"name": "custom-action",
|
|
372
|
+
"required": true,
|
|
373
|
+
"conditionKeys": [],
|
|
374
|
+
"dependentActions": []
|
|
375
|
+
}
|
|
376
|
+
],
|
|
377
|
+
"conditionKeys": [],
|
|
378
|
+
"dependentActions": []
|
|
379
|
+
},
|
|
255
380
|
"updatemicrosoftteamschannelconfiguration": {
|
|
256
381
|
"name": "UpdateMicrosoftTeamsChannelConfiguration",
|
|
257
382
|
"description": "Grants permission to update an AWS Chatbot Microsoft Teams Channel Configuration",
|
|
258
383
|
"accessLevel": "Write",
|
|
259
|
-
"resourceTypes": [
|
|
384
|
+
"resourceTypes": [
|
|
385
|
+
{
|
|
386
|
+
"name": "ChatbotConfiguration",
|
|
387
|
+
"required": true,
|
|
388
|
+
"conditionKeys": [],
|
|
389
|
+
"dependentActions": []
|
|
390
|
+
}
|
|
391
|
+
],
|
|
260
392
|
"conditionKeys": [],
|
|
261
393
|
"dependentActions": []
|
|
262
394
|
},
|
|
@@ -1264,6 +1264,38 @@
|
|
|
1264
1264
|
"conditionKeys": [],
|
|
1265
1265
|
"dependentActions": []
|
|
1266
1266
|
},
|
|
1267
|
+
"passcollaboration": {
|
|
1268
|
+
"name": "PassCollaboration",
|
|
1269
|
+
"isPermissionOnly": true,
|
|
1270
|
+
"description": "Grants permission to access a collaboration in the context of Clean Rooms ML custom models",
|
|
1271
|
+
"accessLevel": "Write",
|
|
1272
|
+
"resourceTypes": [
|
|
1273
|
+
{
|
|
1274
|
+
"name": "collaboration",
|
|
1275
|
+
"required": true,
|
|
1276
|
+
"conditionKeys": [],
|
|
1277
|
+
"dependentActions": []
|
|
1278
|
+
}
|
|
1279
|
+
],
|
|
1280
|
+
"conditionKeys": [],
|
|
1281
|
+
"dependentActions": []
|
|
1282
|
+
},
|
|
1283
|
+
"passmembership": {
|
|
1284
|
+
"name": "PassMembership",
|
|
1285
|
+
"isPermissionOnly": true,
|
|
1286
|
+
"description": "Grants permission to access a membership in the context of Clean Rooms ML custom models",
|
|
1287
|
+
"accessLevel": "Write",
|
|
1288
|
+
"resourceTypes": [
|
|
1289
|
+
{
|
|
1290
|
+
"name": "membership",
|
|
1291
|
+
"required": true,
|
|
1292
|
+
"conditionKeys": [],
|
|
1293
|
+
"dependentActions": []
|
|
1294
|
+
}
|
|
1295
|
+
],
|
|
1296
|
+
"conditionKeys": [],
|
|
1297
|
+
"dependentActions": []
|
|
1298
|
+
},
|
|
1267
1299
|
"populateidmappingtable": {
|
|
1268
1300
|
"name": "PopulateIdMappingTable",
|
|
1269
1301
|
"description": "Grants permission to start an Id Mapping Job in AWS Entity Resolution to generate id mapping results in cleanrooms collaboration.",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"addtags": {
|
|
3
3
|
"name": "AddTags",
|
|
4
|
-
"description": "Grants permission to add one or more tags to a trail, event data store, or
|
|
4
|
+
"description": "Grants permission to add one or more tags to a trail, event data store, channel or dashboard, up to a limit of 50",
|
|
5
5
|
"accessLevel": "Tagging",
|
|
6
6
|
"resourceTypes": [
|
|
7
7
|
{
|
|
@@ -10,6 +10,12 @@
|
|
|
10
10
|
"conditionKeys": [],
|
|
11
11
|
"dependentActions": []
|
|
12
12
|
},
|
|
13
|
+
{
|
|
14
|
+
"name": "dashboard",
|
|
15
|
+
"required": false,
|
|
16
|
+
"conditionKeys": [],
|
|
17
|
+
"dependentActions": []
|
|
18
|
+
},
|
|
13
19
|
{
|
|
14
20
|
"name": "eventdatastore",
|
|
15
21
|
"required": false,
|
|
@@ -70,6 +76,28 @@
|
|
|
70
76
|
],
|
|
71
77
|
"dependentActions": []
|
|
72
78
|
},
|
|
79
|
+
"createdashboard": {
|
|
80
|
+
"name": "CreateDashboard",
|
|
81
|
+
"description": "Grants permission to create a dashboard",
|
|
82
|
+
"accessLevel": "Write",
|
|
83
|
+
"resourceTypes": [
|
|
84
|
+
{
|
|
85
|
+
"name": "dashboard",
|
|
86
|
+
"required": true,
|
|
87
|
+
"conditionKeys": [],
|
|
88
|
+
"dependentActions": [
|
|
89
|
+
"cloudtrail:AddTags",
|
|
90
|
+
"cloudtrail:StartDashboardRefresh",
|
|
91
|
+
"cloudtrail:StartQuery"
|
|
92
|
+
]
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
"conditionKeys": [
|
|
96
|
+
"aws:RequestTag/${TagKey}",
|
|
97
|
+
"aws:TagKeys"
|
|
98
|
+
],
|
|
99
|
+
"dependentActions": []
|
|
100
|
+
},
|
|
73
101
|
"createeventdatastore": {
|
|
74
102
|
"name": "CreateEventDataStore",
|
|
75
103
|
"description": "Grants permission to create an event data store",
|
|
@@ -149,6 +177,21 @@
|
|
|
149
177
|
"conditionKeys": [],
|
|
150
178
|
"dependentActions": []
|
|
151
179
|
},
|
|
180
|
+
"deletedashboard": {
|
|
181
|
+
"name": "DeleteDashboard",
|
|
182
|
+
"description": "Grants permission to delete a dashboard",
|
|
183
|
+
"accessLevel": "Write",
|
|
184
|
+
"resourceTypes": [
|
|
185
|
+
{
|
|
186
|
+
"name": "dashboard",
|
|
187
|
+
"required": true,
|
|
188
|
+
"conditionKeys": [],
|
|
189
|
+
"dependentActions": []
|
|
190
|
+
}
|
|
191
|
+
],
|
|
192
|
+
"conditionKeys": [],
|
|
193
|
+
"dependentActions": []
|
|
194
|
+
},
|
|
152
195
|
"deleteeventdatastore": {
|
|
153
196
|
"name": "DeleteEventDataStore",
|
|
154
197
|
"description": "Grants permission to delete an event data store",
|
|
@@ -171,7 +214,19 @@
|
|
|
171
214
|
"resourceTypes": [
|
|
172
215
|
{
|
|
173
216
|
"name": "channel",
|
|
174
|
-
"required":
|
|
217
|
+
"required": false,
|
|
218
|
+
"conditionKeys": [],
|
|
219
|
+
"dependentActions": []
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"name": "dashboard",
|
|
223
|
+
"required": false,
|
|
224
|
+
"conditionKeys": [],
|
|
225
|
+
"dependentActions": []
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"name": "eventdatastore",
|
|
229
|
+
"required": false,
|
|
175
230
|
"conditionKeys": [],
|
|
176
231
|
"dependentActions": []
|
|
177
232
|
}
|
|
@@ -337,6 +392,21 @@
|
|
|
337
392
|
"conditionKeys": [],
|
|
338
393
|
"dependentActions": []
|
|
339
394
|
},
|
|
395
|
+
"getdashboard": {
|
|
396
|
+
"name": "GetDashboard",
|
|
397
|
+
"description": "Grants permission to list settings for the dashboard",
|
|
398
|
+
"accessLevel": "Read",
|
|
399
|
+
"resourceTypes": [
|
|
400
|
+
{
|
|
401
|
+
"name": "dashboard",
|
|
402
|
+
"required": true,
|
|
403
|
+
"conditionKeys": [],
|
|
404
|
+
"dependentActions": []
|
|
405
|
+
}
|
|
406
|
+
],
|
|
407
|
+
"conditionKeys": [],
|
|
408
|
+
"dependentActions": []
|
|
409
|
+
},
|
|
340
410
|
"geteventdatastore": {
|
|
341
411
|
"name": "GetEventDataStore",
|
|
342
412
|
"description": "Grants permission to list settings for the event data store",
|
|
@@ -439,7 +509,19 @@
|
|
|
439
509
|
"resourceTypes": [
|
|
440
510
|
{
|
|
441
511
|
"name": "channel",
|
|
442
|
-
"required":
|
|
512
|
+
"required": false,
|
|
513
|
+
"conditionKeys": [],
|
|
514
|
+
"dependentActions": []
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"name": "dashboard",
|
|
518
|
+
"required": false,
|
|
519
|
+
"conditionKeys": [],
|
|
520
|
+
"dependentActions": []
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"name": "eventdatastore",
|
|
524
|
+
"required": false,
|
|
443
525
|
"conditionKeys": [],
|
|
444
526
|
"dependentActions": []
|
|
445
527
|
}
|
|
@@ -501,6 +583,14 @@
|
|
|
501
583
|
"conditionKeys": [],
|
|
502
584
|
"dependentActions": []
|
|
503
585
|
},
|
|
586
|
+
"listdashboards": {
|
|
587
|
+
"name": "ListDashboards",
|
|
588
|
+
"description": "Grants permission to list dashboards associated with the current region for your account",
|
|
589
|
+
"accessLevel": "List",
|
|
590
|
+
"resourceTypes": [],
|
|
591
|
+
"conditionKeys": [],
|
|
592
|
+
"dependentActions": []
|
|
593
|
+
},
|
|
504
594
|
"listeventdatastores": {
|
|
505
595
|
"name": "ListEventDataStores",
|
|
506
596
|
"description": "Grants permission to list event data stores associated with the current region for your account",
|
|
@@ -559,7 +649,7 @@
|
|
|
559
649
|
},
|
|
560
650
|
"listtags": {
|
|
561
651
|
"name": "ListTags",
|
|
562
|
-
"description": "Grants permission to list the tags for trails, event data stores, or
|
|
652
|
+
"description": "Grants permission to list the tags for trails, event data stores, channels or dashboards in the current region",
|
|
563
653
|
"accessLevel": "Read",
|
|
564
654
|
"resourceTypes": [
|
|
565
655
|
{
|
|
@@ -568,6 +658,12 @@
|
|
|
568
658
|
"conditionKeys": [],
|
|
569
659
|
"dependentActions": []
|
|
570
660
|
},
|
|
661
|
+
{
|
|
662
|
+
"name": "dashboard",
|
|
663
|
+
"required": false,
|
|
664
|
+
"conditionKeys": [],
|
|
665
|
+
"dependentActions": []
|
|
666
|
+
},
|
|
571
667
|
{
|
|
572
668
|
"name": "eventdatastore",
|
|
573
669
|
"required": false,
|
|
@@ -643,7 +739,19 @@
|
|
|
643
739
|
"resourceTypes": [
|
|
644
740
|
{
|
|
645
741
|
"name": "channel",
|
|
646
|
-
"required":
|
|
742
|
+
"required": false,
|
|
743
|
+
"conditionKeys": [],
|
|
744
|
+
"dependentActions": []
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"name": "dashboard",
|
|
748
|
+
"required": false,
|
|
749
|
+
"conditionKeys": [],
|
|
750
|
+
"dependentActions": []
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"name": "eventdatastore",
|
|
754
|
+
"required": false,
|
|
647
755
|
"conditionKeys": [],
|
|
648
756
|
"dependentActions": []
|
|
649
757
|
}
|
|
@@ -666,7 +774,7 @@
|
|
|
666
774
|
},
|
|
667
775
|
"removetags": {
|
|
668
776
|
"name": "RemoveTags",
|
|
669
|
-
"description": "Grants permission to remove tags from a trail, event data store, or
|
|
777
|
+
"description": "Grants permission to remove tags from a trail, event data store, channel or dashboard",
|
|
670
778
|
"accessLevel": "Tagging",
|
|
671
779
|
"resourceTypes": [
|
|
672
780
|
{
|
|
@@ -675,6 +783,12 @@
|
|
|
675
783
|
"conditionKeys": [],
|
|
676
784
|
"dependentActions": []
|
|
677
785
|
},
|
|
786
|
+
{
|
|
787
|
+
"name": "dashboard",
|
|
788
|
+
"required": false,
|
|
789
|
+
"conditionKeys": [],
|
|
790
|
+
"dependentActions": []
|
|
791
|
+
},
|
|
678
792
|
{
|
|
679
793
|
"name": "eventdatastore",
|
|
680
794
|
"required": false,
|
|
@@ -708,6 +822,23 @@
|
|
|
708
822
|
"conditionKeys": [],
|
|
709
823
|
"dependentActions": []
|
|
710
824
|
},
|
|
825
|
+
"startdashboardrefresh": {
|
|
826
|
+
"name": "StartDashboardRefresh",
|
|
827
|
+
"description": "Grants permission to start a refresh on the specified dashboard",
|
|
828
|
+
"accessLevel": "Write",
|
|
829
|
+
"resourceTypes": [
|
|
830
|
+
{
|
|
831
|
+
"name": "dashboard",
|
|
832
|
+
"required": true,
|
|
833
|
+
"conditionKeys": [],
|
|
834
|
+
"dependentActions": []
|
|
835
|
+
}
|
|
836
|
+
],
|
|
837
|
+
"conditionKeys": [],
|
|
838
|
+
"dependentActions": [
|
|
839
|
+
"cloudtrail:StartQuery"
|
|
840
|
+
]
|
|
841
|
+
},
|
|
711
842
|
"starteventdatastoreingestion": {
|
|
712
843
|
"name": "StartEventDataStoreIngestion",
|
|
713
844
|
"description": "Grants permission to start ingestion on an event data store",
|
|
@@ -817,6 +948,24 @@
|
|
|
817
948
|
"conditionKeys": [],
|
|
818
949
|
"dependentActions": []
|
|
819
950
|
},
|
|
951
|
+
"updatedashboard": {
|
|
952
|
+
"name": "UpdateDashboard",
|
|
953
|
+
"description": "Grants permission to update a dashboard",
|
|
954
|
+
"accessLevel": "Write",
|
|
955
|
+
"resourceTypes": [
|
|
956
|
+
{
|
|
957
|
+
"name": "dashboard",
|
|
958
|
+
"required": true,
|
|
959
|
+
"conditionKeys": [],
|
|
960
|
+
"dependentActions": []
|
|
961
|
+
}
|
|
962
|
+
],
|
|
963
|
+
"conditionKeys": [],
|
|
964
|
+
"dependentActions": [
|
|
965
|
+
"cloudtrail:StartDashboardRefresh",
|
|
966
|
+
"cloudtrail:StartQuery"
|
|
967
|
+
]
|
|
968
|
+
},
|
|
820
969
|
"updateeventdatastore": {
|
|
821
970
|
"name": "UpdateEventDataStore",
|
|
822
971
|
"description": "Grants permission to update an event data store",
|