@cloud-copilot/iam-data 0.15.202510281 → 0.15.202511081
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/aps.json +190 -0
- package/data/actions/autoscaling.json +25 -3
- package/data/actions/batch.json +28 -18
- package/data/actions/bedrock-agentcore.json +8 -17
- package/data/actions/bedrock.json +15 -0
- package/data/actions/cloudfront.json +71 -88
- package/data/actions/cognito-idp.json +75 -0
- package/data/actions/connect.json +48 -0
- package/data/actions/ec2.json +219 -33
- package/data/actions/elasticloadbalancing.json +9 -0
- package/data/actions/emr-containers.json +15 -0
- package/data/actions/guardduty.json +23 -1
- package/data/actions/iotmanagedintegrations.json +15 -0
- package/data/actions/kinesis.json +50 -0
- package/data/actions/kms.json +4 -1
- package/data/actions/lambda.json +2 -1
- package/data/actions/mediaconnect.json +83 -10
- package/data/actions/profile.json +368 -0
- package/data/actions/redshift-serverless.json +2 -2
- package/data/actions/rtbfabric.json +116 -12
- package/data/actions/s3tables.json +85 -2
- package/data/actions/sts.json +34 -0
- package/data/actions/support-console.json +18 -0
- package/data/actions/support.json +8 -0
- package/data/actions/user-subscriptions.json +8 -0
- package/data/actions/vpc-lattice.json +81 -0
- package/data/conditionKeys/bedrock-agentcore.json +0 -10
- package/data/conditionKeys/ec2.json +15 -15
- package/data/conditionKeys/lambda.json +5 -0
- package/data/conditionKeys/mediaconnect.json +17 -1
- package/data/conditionKeys/s3tables.json +20 -0
- package/data/conditionKeys/sts.json +10 -0
- package/data/conditionKeys/vpc-lattice.json +15 -0
- package/data/conditionPatterns.json +3 -0
- package/data/resourceTypes/aps.json +9 -0
- package/data/resourceTypes/bedrock.json +4 -0
- package/data/resourceTypes/ec2.json +19 -5
- package/data/resourceTypes/guardduty.json +4 -1
- package/data/resourceTypes/mediaconnect.json +16 -4
- package/data/resourceTypes/profile.json +14 -0
- package/data/resourceTypes/rtbfabric.json +5 -0
- package/data/resourceTypes/s3tables.json +7 -1
- package/data/resourceTypes/vpc-lattice.json +12 -0
- package/package.json +2 -2
|
@@ -29,7 +29,11 @@
|
|
|
29
29
|
"conditionKeys": [
|
|
30
30
|
"s3tables:namespace",
|
|
31
31
|
"s3tables:SSEAlgorithm",
|
|
32
|
-
"s3tables:KMSKeyArn"
|
|
32
|
+
"s3tables:KMSKeyArn",
|
|
33
|
+
"s3tables:TableBucketTag/${TagKey}",
|
|
34
|
+
"aws:RequestTag/${TagKey}",
|
|
35
|
+
"aws:ResourceTag/${TagKey}",
|
|
36
|
+
"aws:TagKeys"
|
|
33
37
|
],
|
|
34
38
|
"dependentActions": []
|
|
35
39
|
},
|
|
@@ -47,7 +51,11 @@
|
|
|
47
51
|
],
|
|
48
52
|
"conditionKeys": [
|
|
49
53
|
"s3tables:SSEAlgorithm",
|
|
50
|
-
"s3tables:KMSKeyArn"
|
|
54
|
+
"s3tables:KMSKeyArn",
|
|
55
|
+
"s3tables:TableBucketTag/${TagKey}",
|
|
56
|
+
"aws:RequestTag/${TagKey}",
|
|
57
|
+
"aws:ResourceTag/${TagKey}",
|
|
58
|
+
"aws:TagKeys"
|
|
51
59
|
],
|
|
52
60
|
"dependentActions": []
|
|
53
61
|
},
|
|
@@ -393,6 +401,30 @@
|
|
|
393
401
|
],
|
|
394
402
|
"dependentActions": []
|
|
395
403
|
},
|
|
404
|
+
"listtagsforresource": {
|
|
405
|
+
"name": "ListTagsForResource",
|
|
406
|
+
"description": "Grants permission to list the tag for a S3Table's resource",
|
|
407
|
+
"accessLevel": "List",
|
|
408
|
+
"resourceTypes": [
|
|
409
|
+
{
|
|
410
|
+
"name": "Table",
|
|
411
|
+
"required": false,
|
|
412
|
+
"conditionKeys": [],
|
|
413
|
+
"dependentActions": []
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"name": "TableBucket",
|
|
417
|
+
"required": false,
|
|
418
|
+
"conditionKeys": [],
|
|
419
|
+
"dependentActions": []
|
|
420
|
+
}
|
|
421
|
+
],
|
|
422
|
+
"conditionKeys": [
|
|
423
|
+
"aws:ResourceTag/${TagKey}",
|
|
424
|
+
"s3tables:TableBucketTag/${TagKey}"
|
|
425
|
+
],
|
|
426
|
+
"dependentActions": []
|
|
427
|
+
},
|
|
396
428
|
"puttablebucketencryption": {
|
|
397
429
|
"name": "PutTableBucketEncryption",
|
|
398
430
|
"description": "Grants permission to put or overwrite encryption configuration on a table bucket",
|
|
@@ -534,6 +566,57 @@
|
|
|
534
566
|
],
|
|
535
567
|
"dependentActions": []
|
|
536
568
|
},
|
|
569
|
+
"tagresource": {
|
|
570
|
+
"name": "TagResource",
|
|
571
|
+
"description": "Grants permission to tag a S3Table's resource",
|
|
572
|
+
"accessLevel": "Tagging",
|
|
573
|
+
"resourceTypes": [
|
|
574
|
+
{
|
|
575
|
+
"name": "Table",
|
|
576
|
+
"required": false,
|
|
577
|
+
"conditionKeys": [],
|
|
578
|
+
"dependentActions": []
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"name": "TableBucket",
|
|
582
|
+
"required": false,
|
|
583
|
+
"conditionKeys": [],
|
|
584
|
+
"dependentActions": []
|
|
585
|
+
}
|
|
586
|
+
],
|
|
587
|
+
"conditionKeys": [
|
|
588
|
+
"aws:TagKeys",
|
|
589
|
+
"aws:RequestTag/${TagKey}",
|
|
590
|
+
"aws:ResourceTag/${TagKey}",
|
|
591
|
+
"s3tables:TableBucketTag/${TagKey}"
|
|
592
|
+
],
|
|
593
|
+
"dependentActions": []
|
|
594
|
+
},
|
|
595
|
+
"untagresource": {
|
|
596
|
+
"name": "UntagResource",
|
|
597
|
+
"description": "Grants permission to untag a S3Table's resource",
|
|
598
|
+
"accessLevel": "Tagging",
|
|
599
|
+
"resourceTypes": [
|
|
600
|
+
{
|
|
601
|
+
"name": "Table",
|
|
602
|
+
"required": false,
|
|
603
|
+
"conditionKeys": [],
|
|
604
|
+
"dependentActions": []
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"name": "TableBucket",
|
|
608
|
+
"required": false,
|
|
609
|
+
"conditionKeys": [],
|
|
610
|
+
"dependentActions": []
|
|
611
|
+
}
|
|
612
|
+
],
|
|
613
|
+
"conditionKeys": [
|
|
614
|
+
"aws:TagKeys",
|
|
615
|
+
"aws:ResourceTag/${TagKey}",
|
|
616
|
+
"s3tables:TableBucketTag/${TagKey}"
|
|
617
|
+
],
|
|
618
|
+
"dependentActions": []
|
|
619
|
+
},
|
|
537
620
|
"updatetablemetadatalocation": {
|
|
538
621
|
"name": "UpdateTableMetadataLocation",
|
|
539
622
|
"description": "Grants permission to update the metadata location of a table",
|
package/data/actions/sts.json
CHANGED
|
@@ -159,6 +159,14 @@
|
|
|
159
159
|
"conditionKeys": [],
|
|
160
160
|
"dependentActions": []
|
|
161
161
|
},
|
|
162
|
+
"getdelegatedaccesstoken": {
|
|
163
|
+
"name": "GetDelegatedAccessToken",
|
|
164
|
+
"description": "Returns temporary security credentials for accessing an AWS account after temporary delegation request approval. This API requires the tradeInToken provided upon request delegation approval and is intended to be used only by Amazon or AWS Partners",
|
|
165
|
+
"accessLevel": "Write",
|
|
166
|
+
"resourceTypes": [],
|
|
167
|
+
"conditionKeys": [],
|
|
168
|
+
"dependentActions": []
|
|
169
|
+
},
|
|
162
170
|
"getfederationtoken": {
|
|
163
171
|
"name": "GetFederationToken",
|
|
164
172
|
"description": "Grants permission to obtain a set of temporary security credentials (consisting of an access key ID, a secret access key, and a security token) for a federated user",
|
|
@@ -203,6 +211,20 @@
|
|
|
203
211
|
"conditionKeys": [],
|
|
204
212
|
"dependentActions": []
|
|
205
213
|
},
|
|
214
|
+
"getwebidentitytoken": {
|
|
215
|
+
"name": "GetWebIdentityToken",
|
|
216
|
+
"description": "Grants permission to obtain a short-lived, publicly verifiable JSON Web Token (JWT) that represents the calling IAM principal's identity",
|
|
217
|
+
"accessLevel": "Write",
|
|
218
|
+
"resourceTypes": [],
|
|
219
|
+
"conditionKeys": [
|
|
220
|
+
"sts:DurationSeconds",
|
|
221
|
+
"sts:IdentityTokenAudience",
|
|
222
|
+
"sts:SigningAlgorithm",
|
|
223
|
+
"aws:TagKeys",
|
|
224
|
+
"aws:RequestTag/${TagKey}"
|
|
225
|
+
],
|
|
226
|
+
"dependentActions": []
|
|
227
|
+
},
|
|
206
228
|
"setcontext": {
|
|
207
229
|
"name": "SetContext",
|
|
208
230
|
"isPermissionOnly": true,
|
|
@@ -252,6 +274,18 @@
|
|
|
252
274
|
],
|
|
253
275
|
"dependentActions": []
|
|
254
276
|
},
|
|
277
|
+
"taggetwebidentitytoken": {
|
|
278
|
+
"name": "TagGetWebIdentityToken",
|
|
279
|
+
"isPermissionOnly": true,
|
|
280
|
+
"description": "Grants permission to add tags to the JSON Web Token (JWT) generated by the GetWebIdentityToken API",
|
|
281
|
+
"accessLevel": "Tagging",
|
|
282
|
+
"resourceTypes": [],
|
|
283
|
+
"conditionKeys": [
|
|
284
|
+
"aws:TagKeys",
|
|
285
|
+
"aws:RequestTag/${TagKey}"
|
|
286
|
+
],
|
|
287
|
+
"dependentActions": []
|
|
288
|
+
},
|
|
255
289
|
"tagsession": {
|
|
256
290
|
"name": "TagSession",
|
|
257
291
|
"isPermissionOnly": true,
|
|
@@ -80,6 +80,24 @@
|
|
|
80
80
|
"conditionKeys": [],
|
|
81
81
|
"dependentActions": []
|
|
82
82
|
},
|
|
83
|
+
"getissueclassificationpredictions": {
|
|
84
|
+
"name": "GetIssueClassificationPredictions",
|
|
85
|
+
"isPermissionOnly": true,
|
|
86
|
+
"description": "Grants permission to get classification predictions of an issue",
|
|
87
|
+
"accessLevel": "Read",
|
|
88
|
+
"resourceTypes": [],
|
|
89
|
+
"conditionKeys": [],
|
|
90
|
+
"dependentActions": []
|
|
91
|
+
},
|
|
92
|
+
"getissuetextsummary": {
|
|
93
|
+
"name": "GetIssueTextSummary",
|
|
94
|
+
"isPermissionOnly": true,
|
|
95
|
+
"description": "Grants permission to get a generated text summary of an issue",
|
|
96
|
+
"accessLevel": "Read",
|
|
97
|
+
"resourceTypes": [],
|
|
98
|
+
"conditionKeys": [],
|
|
99
|
+
"dependentActions": []
|
|
100
|
+
},
|
|
83
101
|
"getquestionnaire": {
|
|
84
102
|
"name": "GetQuestionnaire",
|
|
85
103
|
"isPermissionOnly": true,
|
|
@@ -175,6 +175,14 @@
|
|
|
175
175
|
"conditionKeys": [],
|
|
176
176
|
"dependentActions": []
|
|
177
177
|
},
|
|
178
|
+
"initiatelivecontactforcase": {
|
|
179
|
+
"name": "InitiateLiveContactForCase",
|
|
180
|
+
"description": "Grants permission to initiate a live contact on AWS Support Center. This is an internally managed function",
|
|
181
|
+
"accessLevel": "Write",
|
|
182
|
+
"resourceTypes": [],
|
|
183
|
+
"conditionKeys": [],
|
|
184
|
+
"dependentActions": []
|
|
185
|
+
},
|
|
178
186
|
"putcaseattributes": {
|
|
179
187
|
"name": "PutCaseAttributes",
|
|
180
188
|
"description": "Grants permission to allow secondary services to attach attributes to AWS Support cases. This is an internally managed function",
|
|
@@ -41,6 +41,14 @@
|
|
|
41
41
|
"conditionKeys": [],
|
|
42
42
|
"dependentActions": []
|
|
43
43
|
},
|
|
44
|
+
"setoverageconfig": {
|
|
45
|
+
"name": "SetOverageConfig",
|
|
46
|
+
"description": "Grants permission to set a User subscription overage configuration",
|
|
47
|
+
"accessLevel": "Write",
|
|
48
|
+
"resourceTypes": [],
|
|
49
|
+
"conditionKeys": [],
|
|
50
|
+
"dependentActions": []
|
|
51
|
+
},
|
|
44
52
|
"updateclaim": {
|
|
45
53
|
"name": "UpdateClaim",
|
|
46
54
|
"description": "Grants permission to update a User subscription Claim",
|
|
@@ -81,6 +81,12 @@
|
|
|
81
81
|
"description": "Grants permission to create a resource configuration",
|
|
82
82
|
"accessLevel": "Write",
|
|
83
83
|
"resourceTypes": [
|
|
84
|
+
{
|
|
85
|
+
"name": "DomainVerification",
|
|
86
|
+
"required": false,
|
|
87
|
+
"conditionKeys": [],
|
|
88
|
+
"dependentActions": []
|
|
89
|
+
},
|
|
84
90
|
{
|
|
85
91
|
"name": "ResourceConfiguration",
|
|
86
92
|
"required": false,
|
|
@@ -271,6 +277,8 @@
|
|
|
271
277
|
"conditionKeys": [
|
|
272
278
|
"aws:RequestTag/${TagKey}",
|
|
273
279
|
"aws:TagKeys",
|
|
280
|
+
"vpc-lattice:PrivateDnsPreference",
|
|
281
|
+
"vpc-lattice:PrivateDnsSpecifiedDomains",
|
|
274
282
|
"vpc-lattice:SecurityGroupIds",
|
|
275
283
|
"vpc-lattice:ServiceNetworkArn",
|
|
276
284
|
"vpc-lattice:VpcId"
|
|
@@ -348,6 +356,23 @@
|
|
|
348
356
|
"conditionKeys": [],
|
|
349
357
|
"dependentActions": []
|
|
350
358
|
},
|
|
359
|
+
"deletedomainverification": {
|
|
360
|
+
"name": "DeleteDomainVerification",
|
|
361
|
+
"description": "Grants permission to delete a domain verification",
|
|
362
|
+
"accessLevel": "Write",
|
|
363
|
+
"resourceTypes": [
|
|
364
|
+
{
|
|
365
|
+
"name": "DomainVerification",
|
|
366
|
+
"required": true,
|
|
367
|
+
"conditionKeys": [],
|
|
368
|
+
"dependentActions": []
|
|
369
|
+
}
|
|
370
|
+
],
|
|
371
|
+
"conditionKeys": [
|
|
372
|
+
"aws:ResourceTag/${TagKey}"
|
|
373
|
+
],
|
|
374
|
+
"dependentActions": []
|
|
375
|
+
},
|
|
351
376
|
"deletelistener": {
|
|
352
377
|
"name": "DeleteListener",
|
|
353
378
|
"description": "Grants permission to delete a listener",
|
|
@@ -621,6 +646,23 @@
|
|
|
621
646
|
"conditionKeys": [],
|
|
622
647
|
"dependentActions": []
|
|
623
648
|
},
|
|
649
|
+
"getdomainverification": {
|
|
650
|
+
"name": "GetDomainVerification",
|
|
651
|
+
"description": "Grants permission to get information about a domain verification",
|
|
652
|
+
"accessLevel": "Read",
|
|
653
|
+
"resourceTypes": [
|
|
654
|
+
{
|
|
655
|
+
"name": "DomainVerification",
|
|
656
|
+
"required": true,
|
|
657
|
+
"conditionKeys": [],
|
|
658
|
+
"dependentActions": []
|
|
659
|
+
}
|
|
660
|
+
],
|
|
661
|
+
"conditionKeys": [
|
|
662
|
+
"aws:ResourceTag/${TagKey}"
|
|
663
|
+
],
|
|
664
|
+
"dependentActions": []
|
|
665
|
+
},
|
|
624
666
|
"getlistener": {
|
|
625
667
|
"name": "GetListener",
|
|
626
668
|
"description": "Grants permission to get information about a listener",
|
|
@@ -830,6 +872,14 @@
|
|
|
830
872
|
"conditionKeys": [],
|
|
831
873
|
"dependentActions": []
|
|
832
874
|
},
|
|
875
|
+
"listdomainverifications": {
|
|
876
|
+
"name": "ListDomainVerifications",
|
|
877
|
+
"description": "Grants permission to list some or all domain verifications",
|
|
878
|
+
"accessLevel": "List",
|
|
879
|
+
"resourceTypes": [],
|
|
880
|
+
"conditionKeys": [],
|
|
881
|
+
"dependentActions": []
|
|
882
|
+
},
|
|
833
883
|
"listlisteners": {
|
|
834
884
|
"name": "ListListeners",
|
|
835
885
|
"description": "Grants permission to list some or all listeners",
|
|
@@ -1021,6 +1071,25 @@
|
|
|
1021
1071
|
"conditionKeys": [],
|
|
1022
1072
|
"dependentActions": []
|
|
1023
1073
|
},
|
|
1074
|
+
"startdomainverification": {
|
|
1075
|
+
"name": "StartDomainVerification",
|
|
1076
|
+
"description": "Grants permission to start a domain verification",
|
|
1077
|
+
"accessLevel": "Write",
|
|
1078
|
+
"resourceTypes": [
|
|
1079
|
+
{
|
|
1080
|
+
"name": "DomainVerification",
|
|
1081
|
+
"required": true,
|
|
1082
|
+
"conditionKeys": [],
|
|
1083
|
+
"dependentActions": []
|
|
1084
|
+
}
|
|
1085
|
+
],
|
|
1086
|
+
"conditionKeys": [
|
|
1087
|
+
"aws:RequestTag/${TagKey}",
|
|
1088
|
+
"aws:TagKeys",
|
|
1089
|
+
"vpc-lattice:DomainName"
|
|
1090
|
+
],
|
|
1091
|
+
"dependentActions": []
|
|
1092
|
+
},
|
|
1024
1093
|
"tagresource": {
|
|
1025
1094
|
"name": "TagResource",
|
|
1026
1095
|
"description": "Grants permission to tag a vpc-lattice resource",
|
|
@@ -1032,6 +1101,12 @@
|
|
|
1032
1101
|
"conditionKeys": [],
|
|
1033
1102
|
"dependentActions": []
|
|
1034
1103
|
},
|
|
1104
|
+
{
|
|
1105
|
+
"name": "DomainVerification",
|
|
1106
|
+
"required": false,
|
|
1107
|
+
"conditionKeys": [],
|
|
1108
|
+
"dependentActions": []
|
|
1109
|
+
},
|
|
1035
1110
|
{
|
|
1036
1111
|
"name": "Listener",
|
|
1037
1112
|
"required": false,
|
|
@@ -1117,6 +1192,12 @@
|
|
|
1117
1192
|
"conditionKeys": [],
|
|
1118
1193
|
"dependentActions": []
|
|
1119
1194
|
},
|
|
1195
|
+
{
|
|
1196
|
+
"name": "DomainVerification",
|
|
1197
|
+
"required": false,
|
|
1198
|
+
"conditionKeys": [],
|
|
1199
|
+
"dependentActions": []
|
|
1200
|
+
},
|
|
1120
1201
|
{
|
|
1121
1202
|
"name": "Listener",
|
|
1122
1203
|
"required": false,
|
|
@@ -54,11 +54,6 @@
|
|
|
54
54
|
"description": "Filters access by namespace",
|
|
55
55
|
"type": "String"
|
|
56
56
|
},
|
|
57
|
-
"bedrock-agentcore:securitygroups": {
|
|
58
|
-
"key": "bedrock-agentcore:securityGroups",
|
|
59
|
-
"description": "Filters access by the ID of security groups configured for the AgentCore runtime",
|
|
60
|
-
"type": "ArrayOfString"
|
|
61
|
-
},
|
|
62
57
|
"bedrock-agentcore:sessionid": {
|
|
63
58
|
"key": "bedrock-agentcore:sessionId",
|
|
64
59
|
"description": "Filters access by Session Id",
|
|
@@ -69,11 +64,6 @@
|
|
|
69
64
|
"description": "Filters access by Memory Strategy Id",
|
|
70
65
|
"type": "String"
|
|
71
66
|
},
|
|
72
|
-
"bedrock-agentcore:subnets": {
|
|
73
|
-
"key": "bedrock-agentcore:subnets",
|
|
74
|
-
"description": "Filters access by the ID of subnets configured for the AgentCore runtime",
|
|
75
|
-
"type": "ArrayOfString"
|
|
76
|
-
},
|
|
77
67
|
"bedrock-agentcore:userid": {
|
|
78
68
|
"key": "bedrock-agentcore:userid",
|
|
79
69
|
"description": "Filters access by the static user ID value passed in the request",
|
|
@@ -624,6 +624,11 @@
|
|
|
624
624
|
"description": "Filters access by the ID of a VPC peering connection",
|
|
625
625
|
"type": "String"
|
|
626
626
|
},
|
|
627
|
+
"ec2:vpcemultiregion": {
|
|
628
|
+
"key": "ec2:VpceMultiRegion",
|
|
629
|
+
"description": "Filters access by multi region of the VPC endpoint service",
|
|
630
|
+
"type": "String"
|
|
631
|
+
},
|
|
627
632
|
"ec2:vpceservicename": {
|
|
628
633
|
"key": "ec2:VpceServiceName",
|
|
629
634
|
"description": "Filters access by the name of the VPC endpoint service",
|
|
@@ -639,6 +644,16 @@
|
|
|
639
644
|
"description": "Filters access by the private DNS name of the VPC endpoint service",
|
|
640
645
|
"type": "String"
|
|
641
646
|
},
|
|
647
|
+
"ec2:vpceserviceregion": {
|
|
648
|
+
"key": "ec2:VpceServiceRegion",
|
|
649
|
+
"description": "Filters access by the region of the VPC endpoint service",
|
|
650
|
+
"type": "String"
|
|
651
|
+
},
|
|
652
|
+
"ec2:vpcesupportedregion": {
|
|
653
|
+
"key": "ec2:VpceSupportedRegion",
|
|
654
|
+
"description": "Filters access by the supported region of the VPC endpoint service",
|
|
655
|
+
"type": "String"
|
|
656
|
+
},
|
|
642
657
|
"ec2:transitgatewayattachmentid": {
|
|
643
658
|
"key": "ec2:transitGatewayAttachmentId",
|
|
644
659
|
"description": "Filters access by the ID of a transit gateway attachment",
|
|
@@ -673,20 +688,5 @@
|
|
|
673
688
|
"key": "ec2:transitGatewayRouteTableId",
|
|
674
689
|
"description": "Filters access by the ID of a transit gateway route table",
|
|
675
690
|
"type": "String"
|
|
676
|
-
},
|
|
677
|
-
"ec2:vpcemultiregion": {
|
|
678
|
-
"key": "ec2:vpceMultiRegion",
|
|
679
|
-
"description": "Filters access by multi region of the VPC endpoint service",
|
|
680
|
-
"type": "String"
|
|
681
|
-
},
|
|
682
|
-
"ec2:vpceserviceregion": {
|
|
683
|
-
"key": "ec2:vpceServiceRegion",
|
|
684
|
-
"description": "Filters access by the region of the VPC endpoint service",
|
|
685
|
-
"type": "String"
|
|
686
|
-
},
|
|
687
|
-
"ec2:vpcesupportedregion": {
|
|
688
|
-
"key": "ec2:vpceSupportedRegion",
|
|
689
|
-
"description": "Filters access by the supported region of the VPC endpoint service",
|
|
690
|
-
"type": "String"
|
|
691
691
|
}
|
|
692
692
|
}
|
|
@@ -34,6 +34,11 @@
|
|
|
34
34
|
"description": "Filters access by authorization type specified in request. Available during CreateFunctionUrlConfig, UpdateFunctionUrlConfig, DeleteFunctionUrlConfig, GetFunctionUrlConfig, ListFunctionUrlConfig, AddPermission and RemovePermission operations",
|
|
35
35
|
"type": "String"
|
|
36
36
|
},
|
|
37
|
+
"lambda:invokedviafunctionurl": {
|
|
38
|
+
"key": "lambda:InvokedViaFunctionUrl",
|
|
39
|
+
"description": "Limits the scope of lambda:InvokeFunction action to Function URLs only. Available during AddPermission operation",
|
|
40
|
+
"type": "Bool"
|
|
41
|
+
},
|
|
37
42
|
"lambda:layer": {
|
|
38
43
|
"key": "lambda:Layer",
|
|
39
44
|
"description": "Filters access by the ARN of a version of an AWS Lambda layer",
|
|
@@ -1 +1,17 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"aws:requesttag/${tagkey}": {
|
|
3
|
+
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
+
"description": "Filters access by tags that are passed in the request",
|
|
5
|
+
"type": "String"
|
|
6
|
+
},
|
|
7
|
+
"aws:resourcetag/${tagkey}": {
|
|
8
|
+
"key": "aws:ResourceTag/${TagKey}",
|
|
9
|
+
"description": "Filters access by tags associated with the resource",
|
|
10
|
+
"type": "String"
|
|
11
|
+
},
|
|
12
|
+
"aws:tagkeys": {
|
|
13
|
+
"key": "aws:TagKeys",
|
|
14
|
+
"description": "Filters access by tag keys that are passed in the request",
|
|
15
|
+
"type": "ArrayOfString"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -1,4 +1,19 @@
|
|
|
1
1
|
{
|
|
2
|
+
"aws:requesttag/${tagkey}": {
|
|
3
|
+
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
+
"description": "Filters access by the tags that are passed in the request",
|
|
5
|
+
"type": "String"
|
|
6
|
+
},
|
|
7
|
+
"aws:resourcetag/${tagkey}": {
|
|
8
|
+
"key": "aws:ResourceTag/${TagKey}",
|
|
9
|
+
"description": "Filters access by the tags associated with the resource",
|
|
10
|
+
"type": "String"
|
|
11
|
+
},
|
|
12
|
+
"aws:tagkeys": {
|
|
13
|
+
"key": "aws:TagKeys",
|
|
14
|
+
"description": "Filters access by the tag keys that are passed in the request",
|
|
15
|
+
"type": "ArrayOfString"
|
|
16
|
+
},
|
|
2
17
|
"s3tables:kmskeyarn": {
|
|
3
18
|
"key": "s3tables:KMSKeyArn",
|
|
4
19
|
"description": "Filters access by the AWS KMS key ARN for the key used to encrypt a table",
|
|
@@ -9,6 +24,11 @@
|
|
|
9
24
|
"description": "Filters access by the server-side encryption algorithm used to encrypt a table",
|
|
10
25
|
"type": "String"
|
|
11
26
|
},
|
|
27
|
+
"s3tables:tablebuckettag/${tagkey}": {
|
|
28
|
+
"key": "s3tables:TableBucketTag/${TagKey}",
|
|
29
|
+
"description": "Filters access by the tags associated with the table bucket",
|
|
30
|
+
"type": "String"
|
|
31
|
+
},
|
|
12
32
|
"s3tables:namespace": {
|
|
13
33
|
"key": "s3tables:namespace",
|
|
14
34
|
"description": "Filters access by the namespaces created in the table bucket",
|
|
@@ -234,6 +234,11 @@
|
|
|
234
234
|
"description": "Filters access by the unique identifier required when you assume a role in another account",
|
|
235
235
|
"type": "String"
|
|
236
236
|
},
|
|
237
|
+
"sts:identitytokenaudience": {
|
|
238
|
+
"key": "sts:IdentityTokenAudience",
|
|
239
|
+
"description": "Filters access by the audience that is passed in the request",
|
|
240
|
+
"type": "String"
|
|
241
|
+
},
|
|
237
242
|
"sts:requestcontext/${contextkey}": {
|
|
238
243
|
"key": "sts:RequestContext/${ContextKey}",
|
|
239
244
|
"description": "Filters access by the session context key-value pairs embedded in the signed context assertion retrieved from a trusted context provider",
|
|
@@ -249,6 +254,11 @@
|
|
|
249
254
|
"description": "Filters access by the role session name required when you assume a role",
|
|
250
255
|
"type": "String"
|
|
251
256
|
},
|
|
257
|
+
"sts:signingalgorithm": {
|
|
258
|
+
"key": "sts:SigningAlgorithm",
|
|
259
|
+
"description": "Filters access by the signing algorithm that is passed in the request",
|
|
260
|
+
"type": "String"
|
|
261
|
+
},
|
|
252
262
|
"sts:sourceidentity": {
|
|
253
263
|
"key": "sts:SourceIdentity",
|
|
254
264
|
"description": "Filters access by the source identity that is passed in the request",
|
|
@@ -19,6 +19,21 @@
|
|
|
19
19
|
"description": "Filters access by the auth type specified in the request",
|
|
20
20
|
"type": "String"
|
|
21
21
|
},
|
|
22
|
+
"vpc-lattice:domainname": {
|
|
23
|
+
"key": "vpc-lattice:DomainName",
|
|
24
|
+
"description": "Filters access by the domain name",
|
|
25
|
+
"type": "String"
|
|
26
|
+
},
|
|
27
|
+
"vpc-lattice:privatednspreference": {
|
|
28
|
+
"key": "vpc-lattice:PrivateDnsPreference",
|
|
29
|
+
"description": "Filters access by the private dns preference",
|
|
30
|
+
"type": "String"
|
|
31
|
+
},
|
|
32
|
+
"vpc-lattice:privatednsspecifieddomains": {
|
|
33
|
+
"key": "vpc-lattice:PrivateDnsSpecifiedDomains",
|
|
34
|
+
"description": "Filters access by the private dns domains",
|
|
35
|
+
"type": "ArrayOfString"
|
|
36
|
+
},
|
|
22
37
|
"vpc-lattice:protocol": {
|
|
23
38
|
"key": "vpc-lattice:Protocol",
|
|
24
39
|
"description": "Filters access by the protocol specified in the request",
|
|
@@ -113,6 +113,9 @@
|
|
|
113
113
|
"s3express:AccessPointTag/.+?": "s3express:AccessPointTag/${TagKey}",
|
|
114
114
|
"s3express:BucketTag/.+?": "s3express:BucketTag/${TagKey}"
|
|
115
115
|
},
|
|
116
|
+
"s3tables": {
|
|
117
|
+
"s3tables:TableBucketTag/.+?": "s3tables:TableBucketTag/${TagKey}"
|
|
118
|
+
},
|
|
116
119
|
"s3-outposts": {
|
|
117
120
|
"s3-outposts:ExistingObjectTag/.+?": "s3-outposts:ExistingObjectTag/<key>",
|
|
118
121
|
"s3-outposts:RequestObjectTag/.+?": "s3-outposts:RequestObjectTag/<key>"
|
|
@@ -17,6 +17,15 @@
|
|
|
17
17
|
"aws:TagKeys"
|
|
18
18
|
]
|
|
19
19
|
},
|
|
20
|
+
"anomalydetector": {
|
|
21
|
+
"key": "anomalydetector",
|
|
22
|
+
"arn": "arn:${Partition}:aps:${Region}:${Account}:anomalydetector/${WorkspaceId}/${AnomalyDetectorId}",
|
|
23
|
+
"conditionKeys": [
|
|
24
|
+
"aws:RequestTag/${TagKey}",
|
|
25
|
+
"aws:ResourceTag/${TagKey}",
|
|
26
|
+
"aws:TagKeys"
|
|
27
|
+
]
|
|
28
|
+
},
|
|
20
29
|
"scraper": {
|
|
21
30
|
"key": "scraper",
|
|
22
31
|
"arn": "arn:${Partition}:aps:${Region}:${Account}:scraper/${ScraperId}",
|
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
"key": "foundation-model",
|
|
4
4
|
"arn": "arn:${Partition}:bedrock:${Region}::foundation-model/${ResourceId}"
|
|
5
5
|
},
|
|
6
|
+
"system-tool": {
|
|
7
|
+
"key": "system-tool",
|
|
8
|
+
"arn": "arn:${Partition}:bedrock::${Account}:system-tool/${ResourceId}"
|
|
9
|
+
},
|
|
6
10
|
"async-invoke": {
|
|
7
11
|
"key": "async-invoke",
|
|
8
12
|
"arn": "arn:${Partition}:bedrock:${Region}:${Account}:async-invoke/${ResourceId}",
|
|
@@ -28,6 +28,19 @@
|
|
|
28
28
|
"ec2:ResourceTag/${TagKey}"
|
|
29
29
|
]
|
|
30
30
|
},
|
|
31
|
+
"capacity-manager-data-export": {
|
|
32
|
+
"key": "capacity-manager-data-export",
|
|
33
|
+
"arn": "arn:${Partition}:ec2:${Region}:${Account}:capacity-manager-data-export/${CapacityManagerDataExportId}",
|
|
34
|
+
"conditionKeys": [
|
|
35
|
+
"aws:RequestTag/${TagKey}",
|
|
36
|
+
"aws:ResourceTag/${TagKey}",
|
|
37
|
+
"aws:TagKeys",
|
|
38
|
+
"ec2:Attribute",
|
|
39
|
+
"ec2:Attribute/${AttributeName}",
|
|
40
|
+
"ec2:Region",
|
|
41
|
+
"ec2:ResourceTag/${TagKey}"
|
|
42
|
+
]
|
|
43
|
+
},
|
|
31
44
|
"capacity-reservation-fleet": {
|
|
32
45
|
"key": "capacity-reservation-fleet",
|
|
33
46
|
"arn": "arn:${Partition}:ec2:${Region}:${Account}:capacity-reservation-fleet/${CapacityReservationFleetId}",
|
|
@@ -1163,6 +1176,7 @@
|
|
|
1163
1176
|
"ec2:LaunchTemplate",
|
|
1164
1177
|
"ec2:ManagedResourceOperator",
|
|
1165
1178
|
"ec2:ParentSnapshot",
|
|
1179
|
+
"ec2:ParentVolume",
|
|
1166
1180
|
"ec2:Region",
|
|
1167
1181
|
"ec2:ResourceTag/${TagKey}",
|
|
1168
1182
|
"ec2:VolumeID",
|
|
@@ -1208,10 +1222,10 @@
|
|
|
1208
1222
|
"ec2:Attribute/${AttributeName}",
|
|
1209
1223
|
"ec2:Region",
|
|
1210
1224
|
"ec2:ResourceTag/${TagKey}",
|
|
1225
|
+
"ec2:VpceMultiRegion",
|
|
1211
1226
|
"ec2:VpceServiceName",
|
|
1212
1227
|
"ec2:VpceServiceOwner",
|
|
1213
|
-
"ec2:
|
|
1214
|
-
"ec2:vpceServiceRegion"
|
|
1228
|
+
"ec2:VpceServiceRegion"
|
|
1215
1229
|
]
|
|
1216
1230
|
},
|
|
1217
1231
|
"vpc-endpoint-service": {
|
|
@@ -1225,10 +1239,10 @@
|
|
|
1225
1239
|
"ec2:Attribute/${AttributeName}",
|
|
1226
1240
|
"ec2:Region",
|
|
1227
1241
|
"ec2:ResourceTag/${TagKey}",
|
|
1242
|
+
"ec2:VpceMultiRegion",
|
|
1228
1243
|
"ec2:VpceServicePrivateDnsName",
|
|
1229
|
-
"ec2:
|
|
1230
|
-
"ec2:
|
|
1231
|
-
"ec2:vpceSupportedRegion"
|
|
1244
|
+
"ec2:VpceServiceRegion",
|
|
1245
|
+
"ec2:VpceSupportedRegion"
|
|
1232
1246
|
]
|
|
1233
1247
|
},
|
|
1234
1248
|
"vpc-endpoint-service-permission": {
|
|
@@ -43,7 +43,10 @@
|
|
|
43
43
|
},
|
|
44
44
|
"publishingdestination": {
|
|
45
45
|
"key": "publishingDestination",
|
|
46
|
-
"arn": "arn:${Partition}:guardduty:${Region}:${Account}:detector/${DetectorId}/
|
|
46
|
+
"arn": "arn:${Partition}:guardduty:${Region}:${Account}:detector/${DetectorId}/publishingdestination/${PublishingDestinationId}",
|
|
47
|
+
"conditionKeys": [
|
|
48
|
+
"aws:ResourceTag/${TagKey}"
|
|
49
|
+
]
|
|
47
50
|
},
|
|
48
51
|
"malwareprotectionplan": {
|
|
49
52
|
"key": "malwareprotectionplan",
|