@cloud-copilot/iam-data 0.15.202511271 → 0.15.202512091

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.
Files changed (81) hide show
  1. package/data/actions/aco-automation.json +252 -0
  2. package/data/actions/aidevops.json +481 -0
  3. package/data/actions/aws-marketplace.json +48 -0
  4. package/data/actions/aws-mcp.json +26 -0
  5. package/data/actions/bcm-data-exports.json +12 -0
  6. package/data/actions/bedrock-agentcore.json +594 -2
  7. package/data/actions/bedrock-mantle.json +106 -0
  8. package/data/actions/bedrock.json +84 -3
  9. package/data/actions/ce.json +8 -0
  10. package/data/actions/cloudfront.json +239 -0
  11. package/data/actions/cloudwatch.json +45 -0
  12. package/data/actions/connect.json +1081 -8
  13. package/data/actions/datazone.json +16 -0
  14. package/data/actions/ecr.json +78 -0
  15. package/data/actions/eks.json +108 -0
  16. package/data/actions/healthlake.json +1 -0
  17. package/data/actions/identitystore.json +19 -0
  18. package/data/actions/lambda.json +296 -4
  19. package/data/actions/logs.json +105 -0
  20. package/data/actions/mediaconnect.json +748 -91
  21. package/data/actions/nova-act.json +276 -0
  22. package/data/actions/observabilityadmin.json +180 -0
  23. package/data/actions/opensearch.json +40 -0
  24. package/data/actions/partnercentral-account-management.json +22 -0
  25. package/data/actions/partnercentral.json +903 -22
  26. package/data/actions/route53.json +15 -0
  27. package/data/actions/route53globalresolver.json +700 -0
  28. package/data/actions/s3.json +1 -0
  29. package/data/actions/s3tables.json +243 -3
  30. package/data/actions/s3vectors.json +147 -22
  31. package/data/actions/sagemaker-unified-studio-mcp.json +3 -0
  32. package/data/actions/sagemaker.json +110 -0
  33. package/data/actions/security-ir.json +31 -0
  34. package/data/actions/securityagent.json +503 -0
  35. package/data/actions/transform-custom.json +274 -0
  36. package/data/actions/transform.json +72 -0
  37. package/data/actions/vpce.json +14 -1
  38. package/data/conditionKeys/aco-automation.json +17 -0
  39. package/data/conditionKeys/aidevops.json +22 -0
  40. package/data/conditionKeys/aws-mcp.json +1 -0
  41. package/data/conditionKeys/bedrock-agentcore.json +0 -5
  42. package/data/conditionKeys/bedrock-mantle.json +17 -0
  43. package/data/conditionKeys/connect.json +10 -0
  44. package/data/conditionKeys/nova-act.json +1 -0
  45. package/data/conditionKeys/observabilityadmin.json +5 -0
  46. package/data/conditionKeys/partnercentral-account-management.json +12 -1
  47. package/data/conditionKeys/partnercentral.json +15 -0
  48. package/data/conditionKeys/route53globalresolver.json +17 -0
  49. package/data/conditionKeys/s3tables.json +5 -0
  50. package/data/conditionKeys/s3vectors.json +20 -0
  51. package/data/conditionKeys/securityagent.json +1 -0
  52. package/data/conditionKeys/transform-custom.json +17 -0
  53. package/data/conditionPatterns.json +4 -0
  54. package/data/resourceTypes/aco-automation.json +9 -0
  55. package/data/resourceTypes/aidevops.json +24 -0
  56. package/data/resourceTypes/apigateway.json +3 -0
  57. package/data/resourceTypes/aws-mcp.json +1 -0
  58. package/data/resourceTypes/bcm-data-exports.json +7 -0
  59. package/data/resourceTypes/bedrock-agentcore.json +20 -0
  60. package/data/resourceTypes/bedrock-mantle.json +6 -0
  61. package/data/resourceTypes/cloudfront.json +14 -0
  62. package/data/resourceTypes/connect.json +18 -0
  63. package/data/resourceTypes/eks.json +7 -0
  64. package/data/resourceTypes/lambda.json +11 -0
  65. package/data/resourceTypes/mediaconnect.json +41 -12
  66. package/data/resourceTypes/nova-act.json +10 -0
  67. package/data/resourceTypes/observabilityadmin.json +14 -0
  68. package/data/resourceTypes/omics.json +0 -4
  69. package/data/resourceTypes/partnercentral.json +42 -0
  70. package/data/resourceTypes/route53globalresolver.json +37 -0
  71. package/data/resourceTypes/s3vectors.json +10 -2
  72. package/data/resourceTypes/sagemaker.json +8 -0
  73. package/data/resourceTypes/securityagent.json +38 -0
  74. package/data/resourceTypes/transform-custom.json +18 -0
  75. package/data/resourceTypes/vpce.json +10 -1
  76. package/data/serviceNames.json +9 -2
  77. package/data/services.json +8 -1
  78. package/package.json +2 -2
  79. package/data/actions/deepcomposer.json +0 -316
  80. package/data/conditionKeys/deepcomposer.json +0 -17
  81. package/data/resourceTypes/deepcomposer.json +0 -20
@@ -0,0 +1,274 @@
1
+ {
2
+ "completetransformationpackageupload": {
3
+ "name": "CompleteTransformationPackageUpload",
4
+ "description": "Grants permission to invoke CompleteTransformationPackageUpload on AWS Transform Custom",
5
+ "accessLevel": "Write",
6
+ "resourceTypes": [
7
+ {
8
+ "name": "package",
9
+ "required": true,
10
+ "conditionKeys": [],
11
+ "dependentActions": []
12
+ }
13
+ ],
14
+ "conditionKeys": [],
15
+ "dependentActions": []
16
+ },
17
+ "conversestream": {
18
+ "name": "ConverseStream",
19
+ "description": "Grants permission to invoke ConverseStream on AWS Transform Custom",
20
+ "accessLevel": "Write",
21
+ "resourceTypes": [],
22
+ "conditionKeys": [],
23
+ "dependentActions": []
24
+ },
25
+ "createcampaign": {
26
+ "name": "CreateCampaign",
27
+ "description": "Grants permission to invoke CreateCampaign on AWS Transform Custom",
28
+ "accessLevel": "Write",
29
+ "resourceTypes": [
30
+ {
31
+ "name": "campaign",
32
+ "required": true,
33
+ "conditionKeys": [],
34
+ "dependentActions": []
35
+ }
36
+ ],
37
+ "conditionKeys": [],
38
+ "dependentActions": []
39
+ },
40
+ "createtransformationpackageurl": {
41
+ "name": "CreateTransformationPackageUrl",
42
+ "description": "Grants permission to invoke CompleteTransformationPackageUrl on AWS Transform Custom",
43
+ "accessLevel": "Write",
44
+ "resourceTypes": [
45
+ {
46
+ "name": "package",
47
+ "required": true,
48
+ "conditionKeys": [],
49
+ "dependentActions": []
50
+ }
51
+ ],
52
+ "conditionKeys": [],
53
+ "dependentActions": []
54
+ },
55
+ "deletecampaign": {
56
+ "name": "DeleteCampaign",
57
+ "description": "Grants permission to invoke DeleteCampaign on AWS Transform Custom",
58
+ "accessLevel": "Write",
59
+ "resourceTypes": [
60
+ {
61
+ "name": "campaign",
62
+ "required": true,
63
+ "conditionKeys": [],
64
+ "dependentActions": []
65
+ }
66
+ ],
67
+ "conditionKeys": [],
68
+ "dependentActions": []
69
+ },
70
+ "deleteknowledgeitem": {
71
+ "name": "DeleteKnowledgeItem",
72
+ "description": "Grants permission to invoke DeleteKnowledgeItem on AWS Transform Custom",
73
+ "accessLevel": "Write",
74
+ "resourceTypes": [
75
+ {
76
+ "name": "knowledge-item",
77
+ "required": true,
78
+ "conditionKeys": [],
79
+ "dependentActions": []
80
+ }
81
+ ],
82
+ "conditionKeys": [],
83
+ "dependentActions": []
84
+ },
85
+ "deletetransformationpackage": {
86
+ "name": "DeleteTransformationPackage",
87
+ "description": "Grants permission to invoke DeleteTransformationPackage on AWS Transform Custom",
88
+ "accessLevel": "Write",
89
+ "resourceTypes": [
90
+ {
91
+ "name": "package",
92
+ "required": true,
93
+ "conditionKeys": [],
94
+ "dependentActions": []
95
+ }
96
+ ],
97
+ "conditionKeys": [],
98
+ "dependentActions": []
99
+ },
100
+ "executetransformation": {
101
+ "name": "ExecuteTransformation",
102
+ "description": "Grants permission to invoke ExecuteTransformation on AWS Transform Custom",
103
+ "accessLevel": "Write",
104
+ "resourceTypes": [
105
+ {
106
+ "name": "package",
107
+ "required": true,
108
+ "conditionKeys": [],
109
+ "dependentActions": []
110
+ }
111
+ ],
112
+ "conditionKeys": [],
113
+ "dependentActions": []
114
+ },
115
+ "getcampaign": {
116
+ "name": "GetCampaign",
117
+ "description": "Grants permission to invoke GetCampaign on AWS Transform Custom",
118
+ "accessLevel": "Read",
119
+ "resourceTypes": [
120
+ {
121
+ "name": "campaign",
122
+ "required": true,
123
+ "conditionKeys": [],
124
+ "dependentActions": []
125
+ }
126
+ ],
127
+ "conditionKeys": [],
128
+ "dependentActions": []
129
+ },
130
+ "getknowledgeitem": {
131
+ "name": "GetKnowledgeItem",
132
+ "description": "Grants permission to invoke GetKnowledgeItem on AWS Transform Custom",
133
+ "accessLevel": "Read",
134
+ "resourceTypes": [
135
+ {
136
+ "name": "knowledge-item",
137
+ "required": true,
138
+ "conditionKeys": [],
139
+ "dependentActions": []
140
+ }
141
+ ],
142
+ "conditionKeys": [],
143
+ "dependentActions": []
144
+ },
145
+ "gettransformationpackageurl": {
146
+ "name": "GetTransformationPackageUrl",
147
+ "description": "Grants permission to invoke GetTransformationPackageUrl on AWS Transform Custom",
148
+ "accessLevel": "Read",
149
+ "resourceTypes": [
150
+ {
151
+ "name": "package",
152
+ "required": true,
153
+ "conditionKeys": [],
154
+ "dependentActions": []
155
+ }
156
+ ],
157
+ "conditionKeys": [],
158
+ "dependentActions": []
159
+ },
160
+ "listcampaignrepositories": {
161
+ "name": "ListCampaignRepositories",
162
+ "description": "Grants permission to invoke ListCampaignRepositories on AWS Transform Custom",
163
+ "accessLevel": "Read",
164
+ "resourceTypes": [],
165
+ "conditionKeys": [],
166
+ "dependentActions": []
167
+ },
168
+ "listcampaigns": {
169
+ "name": "ListCampaigns",
170
+ "description": "Grants permission to invoke ListCampaign on AWS Transform Custom",
171
+ "accessLevel": "Read",
172
+ "resourceTypes": [],
173
+ "conditionKeys": [],
174
+ "dependentActions": []
175
+ },
176
+ "listknowledgeitems": {
177
+ "name": "ListKnowledgeItems",
178
+ "description": "Grants permission to invoke ListKnowledgeItems on AWS Transform Custom",
179
+ "accessLevel": "Read",
180
+ "resourceTypes": [],
181
+ "conditionKeys": [],
182
+ "dependentActions": []
183
+ },
184
+ "listtagsforresource": {
185
+ "name": "ListTagsForResource",
186
+ "description": "Grants permission to invoke ListTagsForResource on AWS Transform Custom",
187
+ "accessLevel": "Read",
188
+ "resourceTypes": [],
189
+ "conditionKeys": [],
190
+ "dependentActions": []
191
+ },
192
+ "listtransformationpackagemetadata": {
193
+ "name": "ListTransformationPackageMetadata",
194
+ "description": "Grants permission to invoke ListTransformationPackageMetadata on AWS Transform Custom",
195
+ "accessLevel": "Read",
196
+ "resourceTypes": [],
197
+ "conditionKeys": [],
198
+ "dependentActions": []
199
+ },
200
+ "tagresource": {
201
+ "name": "TagResource",
202
+ "description": "Grants permission to invoke TagResource on AWS Transform Custom",
203
+ "accessLevel": "Tagging",
204
+ "resourceTypes": [],
205
+ "conditionKeys": [
206
+ "aws:RequestTag/${TagKey}",
207
+ "aws:TagKeys"
208
+ ],
209
+ "dependentActions": []
210
+ },
211
+ "untagresource": {
212
+ "name": "UntagResource",
213
+ "description": "Grants permission to invoke UntagResource on AWS Transform Custom",
214
+ "accessLevel": "Tagging",
215
+ "resourceTypes": [],
216
+ "conditionKeys": [
217
+ "aws:TagKeys"
218
+ ],
219
+ "dependentActions": []
220
+ },
221
+ "updatecampaign": {
222
+ "name": "UpdateCampaign",
223
+ "description": "Grants permission to invoke UpdateCampaign on AWS Transform Custom",
224
+ "accessLevel": "Write",
225
+ "resourceTypes": [
226
+ {
227
+ "name": "campaign",
228
+ "required": true,
229
+ "conditionKeys": [],
230
+ "dependentActions": []
231
+ }
232
+ ],
233
+ "conditionKeys": [],
234
+ "dependentActions": []
235
+ },
236
+ "updatecampaignrepositorystatus": {
237
+ "name": "UpdateCampaignRepositoryStatus",
238
+ "description": "Grants permission to invoke UpdateCampaignRepositories on AWS Transform Custom",
239
+ "accessLevel": "Write",
240
+ "resourceTypes": [
241
+ {
242
+ "name": "campaign",
243
+ "required": true,
244
+ "conditionKeys": [],
245
+ "dependentActions": []
246
+ }
247
+ ],
248
+ "conditionKeys": [],
249
+ "dependentActions": []
250
+ },
251
+ "updateknowledgeitemconfiguration": {
252
+ "name": "UpdateKnowledgeItemConfiguration",
253
+ "description": "Grants permission to invoke UpdateKnowledgeItemConfiguration on AWS Transform Custom",
254
+ "accessLevel": "Write",
255
+ "resourceTypes": [],
256
+ "conditionKeys": [],
257
+ "dependentActions": []
258
+ },
259
+ "updateknowledgeitemstatus": {
260
+ "name": "UpdateKnowledgeItemStatus",
261
+ "description": "Grants permission to invoke UpdateKnowledgeItemStatus on AWS Transform Custom",
262
+ "accessLevel": "Write",
263
+ "resourceTypes": [
264
+ {
265
+ "name": "knowledge-item",
266
+ "required": true,
267
+ "conditionKeys": [],
268
+ "dependentActions": []
269
+ }
270
+ ],
271
+ "conditionKeys": [],
272
+ "dependentActions": []
273
+ }
274
+ }
@@ -31,6 +31,15 @@
31
31
  "conditionKeys": [],
32
32
  "dependentActions": []
33
33
  },
34
+ "deleteagentruntimeconfiguration": {
35
+ "name": "DeleteAgentRuntimeConfiguration",
36
+ "isPermissionOnly": true,
37
+ "description": "Grants permission to invoke DeleteAgentRuntimeConfiguration on AWS Transform",
38
+ "accessLevel": "Write",
39
+ "resourceTypes": [],
40
+ "conditionKeys": [],
41
+ "dependentActions": []
42
+ },
34
43
  "deleteconnector": {
35
44
  "name": "DeleteConnector",
36
45
  "isPermissionOnly": true,
@@ -63,6 +72,33 @@
63
72
  "conditionKeys": [],
64
73
  "dependentActions": []
65
74
  },
75
+ "getaccountsettings": {
76
+ "name": "GetAccountSettings",
77
+ "isPermissionOnly": true,
78
+ "description": "Grants permission to invoke GetAccountSettings on AWS Transform",
79
+ "accessLevel": "Read",
80
+ "resourceTypes": [],
81
+ "conditionKeys": [],
82
+ "dependentActions": []
83
+ },
84
+ "getagent": {
85
+ "name": "GetAgent",
86
+ "isPermissionOnly": true,
87
+ "description": "Grants permission to invoke GetAgent on AWS Transform",
88
+ "accessLevel": "Read",
89
+ "resourceTypes": [],
90
+ "conditionKeys": [],
91
+ "dependentActions": []
92
+ },
93
+ "getagentruntimeconfiguration": {
94
+ "name": "GetAgentRuntimeConfiguration",
95
+ "isPermissionOnly": true,
96
+ "description": "Grants permission to invoke GetAgentRuntimeConfiguration on AWS Transform",
97
+ "accessLevel": "Read",
98
+ "resourceTypes": [],
99
+ "conditionKeys": [],
100
+ "dependentActions": []
101
+ },
66
102
  "getconnector": {
67
103
  "name": "GetConnector",
68
104
  "isPermissionOnly": true,
@@ -79,6 +115,15 @@
79
115
  "conditionKeys": [],
80
116
  "dependentActions": []
81
117
  },
118
+ "listagents": {
119
+ "name": "ListAgents",
120
+ "isPermissionOnly": true,
121
+ "description": "Grants permission to invoke ListAgents on AWS Transform",
122
+ "accessLevel": "Read",
123
+ "resourceTypes": [],
124
+ "conditionKeys": [],
125
+ "dependentActions": []
126
+ },
82
127
  "listconnectors": {
83
128
  "name": "ListConnectors",
84
129
  "isPermissionOnly": true,
@@ -113,6 +158,15 @@
113
158
  "conditionKeys": [],
114
159
  "dependentActions": []
115
160
  },
161
+ "putagentruntimeconfiguration": {
162
+ "name": "PutAgentRuntimeConfiguration",
163
+ "isPermissionOnly": true,
164
+ "description": "Grants permission to invoke PutAgentRuntimeConfiguration on AWS Transform",
165
+ "accessLevel": "Write",
166
+ "resourceTypes": [],
167
+ "conditionKeys": [],
168
+ "dependentActions": []
169
+ },
116
170
  "rejectconnector": {
117
171
  "name": "RejectConnector",
118
172
  "isPermissionOnly": true,
@@ -166,6 +220,24 @@
166
220
  ],
167
221
  "dependentActions": []
168
222
  },
223
+ "updateaccountsettings": {
224
+ "name": "UpdateAccountSettings",
225
+ "isPermissionOnly": true,
226
+ "description": "Grants permission to invoke UpdateAccountSettings on AWS Transform",
227
+ "accessLevel": "Write",
228
+ "resourceTypes": [],
229
+ "conditionKeys": [],
230
+ "dependentActions": []
231
+ },
232
+ "updateagentaccess": {
233
+ "name": "UpdateAgentAccess",
234
+ "isPermissionOnly": true,
235
+ "description": "Grants permission to invoke UpdateAgentAccess on AWS Transform",
236
+ "accessLevel": "Write",
237
+ "resourceTypes": [],
238
+ "conditionKeys": [],
239
+ "dependentActions": []
240
+ },
169
241
  "updateprofile": {
170
242
  "name": "UpdateProfile",
171
243
  "isPermissionOnly": true,
@@ -4,7 +4,20 @@
4
4
  "isPermissionOnly": true,
5
5
  "description": "Grants permission to manage multi-region VPC endpoints and VPC endpoint service configurations",
6
6
  "accessLevel": "Write",
7
- "resourceTypes": [],
7
+ "resourceTypes": [
8
+ {
9
+ "name": "vpc-endpoint",
10
+ "required": false,
11
+ "conditionKeys": [],
12
+ "dependentActions": []
13
+ },
14
+ {
15
+ "name": "vpc-endpoint-service",
16
+ "required": false,
17
+ "conditionKeys": [],
18
+ "dependentActions": []
19
+ }
20
+ ],
8
21
  "conditionKeys": [],
9
22
  "dependentActions": []
10
23
  }
@@ -0,0 +1,17 @@
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
+ }
17
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "aidevops:agentspaceresourceagentspaceid": {
3
+ "key": "aidevops:AgentSpaceResourceAgentSpaceId",
4
+ "description": "Filters access by unique identifier for an AgentSpace",
5
+ "type": "String"
6
+ },
7
+ "aidevops:associationresourceagentspaceid": {
8
+ "key": "aidevops:AssociationResourceAgentSpaceId",
9
+ "description": "Filters access by unique identifier for an AgentSpace",
10
+ "type": "String"
11
+ },
12
+ "aidevops:associationresourceassociationid": {
13
+ "key": "aidevops:AssociationResourceAssociationId",
14
+ "description": "Filters access by unique identifier for a service association within an AgentSpace",
15
+ "type": "String"
16
+ },
17
+ "aidevops:serviceresourceserviceid": {
18
+ "key": "aidevops:ServiceResourceServiceId",
19
+ "description": "Filters access by unique identifier for a registered service",
20
+ "type": "String"
21
+ }
22
+ }
@@ -0,0 +1 @@
1
+ {}
@@ -44,11 +44,6 @@
44
44
  "description": "Filters access by the subject claim (sub) in the JWT passed in the request",
45
45
  "type": "String"
46
46
  },
47
- "bedrock-agentcore:kmskeyarn": {
48
- "key": "bedrock-agentcore:KmsKeyArn",
49
- "description": "Filters access by KMS Key arn provided",
50
- "type": "String"
51
- },
52
47
  "bedrock-agentcore:actorid": {
53
48
  "key": "bedrock-agentcore:actorId",
54
49
  "description": "Filters access by Actor Id",
@@ -0,0 +1,17 @@
1
+ {
2
+ "bedrock-mantle:bearertokentype": {
3
+ "key": "bedrock-mantle:BearerTokenType",
4
+ "description": "Filters access by the Short-term or Long-term bearer tokens",
5
+ "type": "String"
6
+ },
7
+ "bedrock-mantle:model": {
8
+ "key": "bedrock-mantle:Model",
9
+ "description": "Filters access by the specified Model",
10
+ "type": "String"
11
+ },
12
+ "bedrock-mantle:servicetier": {
13
+ "key": "bedrock-mantle:ServiceTier",
14
+ "description": "Filters access by the specified ServiceTier",
15
+ "type": "String"
16
+ }
17
+ }
@@ -39,6 +39,11 @@
39
39
  "description": "Filters access by restricting access to create contacts based on the initiation method of the contact",
40
40
  "type": "String"
41
41
  },
42
+ "connect:expressionvalue": {
43
+ "key": "connect:ExpressionValue",
44
+ "description": "Filters access by restricting data table operations based on expression type",
45
+ "type": "String"
46
+ },
42
47
  "connect:flowtype": {
43
48
  "key": "connect:FlowType",
44
49
  "description": "Filters access by Flow type",
@@ -69,6 +74,11 @@
69
74
  "description": "Filters access by PreferredUserArn",
70
75
  "type": "ARN"
71
76
  },
77
+ "connect:primaryattribute/${primaryattribute}": {
78
+ "key": "connect:PrimaryAttribute/${PrimaryAttribute}",
79
+ "description": "Filters access by restricting which primary attributes the user can manage",
80
+ "type": "String"
81
+ },
72
82
  "connect:searchcontactsbycontactanalysis": {
73
83
  "key": "connect:SearchContactsByContactAnalysis",
74
84
  "description": "Filters access by restricting searches using analysis outputs from Amazon Connect Contact Lens",
@@ -0,0 +1 @@
1
+ {}
@@ -28,5 +28,10 @@
28
28
  "key": "observabilityadmin:CentralizationSourceRegions",
29
29
  "description": "Filters access by the source regions that are passed in the request",
30
30
  "type": "ArrayOfString"
31
+ },
32
+ "observabilityadmin:sourcetype": {
33
+ "key": "observabilityadmin:SourceType",
34
+ "description": "Filters access by the source type that is passed in the request",
35
+ "type": "String"
31
36
  }
32
37
  }
@@ -1 +1,12 @@
1
- {}
1
+ {
2
+ "partnercentral-account-management:legacypartnercentralrole": {
3
+ "key": "partnercentral-account-management:LegacyPartnerCentralRole",
4
+ "description": "Filters access by the Legacy Partner Central role",
5
+ "type": "ArrayOfString"
6
+ },
7
+ "partnercentral-account-management:marketingcentralrole": {
8
+ "key": "partnercentral-account-management:MarketingCentralRole",
9
+ "description": "Filters access by Marketing Central role",
10
+ "type": "ArrayOfString"
11
+ }
12
+ }
@@ -24,9 +24,24 @@
24
24
  "description": "Filters access by channel handshake types",
25
25
  "type": "String"
26
26
  },
27
+ "partnercentral:fulfillmenttypes": {
28
+ "key": "partnercentral:FulfillmentTypes",
29
+ "description": "Filters access by benefit fulfillment types",
30
+ "type": "ArrayOfString"
31
+ },
32
+ "partnercentral:programs": {
33
+ "key": "partnercentral:Programs",
34
+ "description": "Filters access by program",
35
+ "type": "ArrayOfString"
36
+ },
27
37
  "partnercentral:relatedentitytype": {
28
38
  "key": "partnercentral:RelatedEntityType",
29
39
  "description": "Filters access by entity types for Opportunity association",
30
40
  "type": "String"
41
+ },
42
+ "partnercentral:verificationtype": {
43
+ "key": "partnercentral:VerificationType",
44
+ "description": "Filters access by the type of verification being performed",
45
+ "type": "String"
31
46
  }
32
47
  }
@@ -0,0 +1,17 @@
1
+ {
2
+ "aws:requesttag/${tagkey}": {
3
+ "key": "aws:RequestTag/${TagKey}",
4
+ "description": "Filters access by a tag key and value pair that is allowed in the request",
5
+ "type": "String"
6
+ },
7
+ "aws:resourcetag/${tagkey}": {
8
+ "key": "aws:ResourceTag/${TagKey}",
9
+ "description": "Filters access by a tag key and value pair of a resource",
10
+ "type": "String"
11
+ },
12
+ "aws:tagkeys": {
13
+ "key": "aws:TagKeys",
14
+ "description": "Filters access by a list of tag keys that are allowed in the request",
15
+ "type": "ArrayOfString"
16
+ }
17
+ }
@@ -24,6 +24,11 @@
24
24
  "description": "Filters access by the server-side encryption algorithm used to encrypt a table",
25
25
  "type": "String"
26
26
  },
27
+ "s3tables:storageclass": {
28
+ "key": "s3tables:StorageClass",
29
+ "description": "Filters access by the storage class that can be set on tables under a table bucket",
30
+ "type": "String"
31
+ },
27
32
  "s3tables:tablebuckettag/${tagkey}": {
28
33
  "key": "s3tables:TableBucketTag/${TagKey}",
29
34
  "description": "Filters access by the tags associated with the table bucket",
@@ -1,4 +1,24 @@
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
+ },
17
+ "s3vectors:vectorbuckettag/${tagkey}": {
18
+ "key": "s3vectors:VectorBucketTag/${TagKey}",
19
+ "description": "Filters access by the tags associated with the vector bucket",
20
+ "type": "String"
21
+ },
2
22
  "s3vectors:kmskeyarn": {
3
23
  "key": "s3vectors:kmsKeyArn",
4
24
  "description": "Filters access by the AWS KMS key ARN for the key used to encrypt a vector bucket",
@@ -0,0 +1 @@
1
+ {}
@@ -0,0 +1,17 @@
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
+ }
17
+ }
@@ -70,6 +70,7 @@
70
70
  "ssm:resourceTag/.+?": "ssm:resourceTag/${TagKey}"
71
71
  },
72
72
  "connect": {
73
+ "connect:PrimaryAttribute/.+?": "connect:PrimaryAttribute/${PrimaryAttribute}",
73
74
  "connect:SearchTag/.+?": "connect:SearchTag/${TagKey}"
74
75
  },
75
76
  "autoscaling": {
@@ -119,6 +120,9 @@
119
120
  "s3tables": {
120
121
  "s3tables:TableBucketTag/.+?": "s3tables:TableBucketTag/${TagKey}"
121
122
  },
123
+ "s3vectors": {
124
+ "s3vectors:VectorBucketTag/.+?": "s3vectors:VectorBucketTag/${TagKey}"
125
+ },
122
126
  "s3-outposts": {
123
127
  "s3-outposts:ExistingObjectTag/.+?": "s3-outposts:ExistingObjectTag/<key>",
124
128
  "s3-outposts:RequestObjectTag/.+?": "s3-outposts:RequestObjectTag/<key>"
@@ -0,0 +1,9 @@
1
+ {
2
+ "automationrule": {
3
+ "key": "AutomationRule",
4
+ "arn": "arn:${Partition}:compute-optimizer::${Account}:automation-rule/${RuleId}",
5
+ "conditionKeys": [
6
+ "aws:ResourceTag/${TagKey}"
7
+ ]
8
+ }
9
+ }