iamdata 0.1.202512121__py3-none-any.whl → 0.1.202512281__py3-none-any.whl

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 (50) hide show
  1. iamdata/data/actions/apigateway.json +451 -0
  2. iamdata/data/actions/arc-region-switch.json +15 -0
  3. iamdata/data/actions/bedrock.json +19 -34
  4. iamdata/data/actions/cleanrooms.json +15 -0
  5. iamdata/data/actions/cognito-identity.json +30 -8
  6. iamdata/data/actions/connect.json +4 -1
  7. iamdata/data/actions/deadline.json +3 -3
  8. iamdata/data/actions/ec2.json +1321 -28
  9. iamdata/data/actions/groundstation.json +11 -0
  10. iamdata/data/actions/lambda.json +1 -2
  11. iamdata/data/actions/logs.json +32 -0
  12. iamdata/data/actions/network-firewall.json +403 -0
  13. iamdata/data/actions/network-security-director.json +7 -15
  14. iamdata/data/actions/networkmanager.json +3 -3
  15. iamdata/data/actions/payment-cryptography.json +108 -0
  16. iamdata/data/actions/quicksight.json +15 -0
  17. iamdata/data/actions/redshift-serverless.json +32 -0
  18. iamdata/data/actions/redshift.json +40 -1
  19. iamdata/data/actions/sagemaker-mlflow.json +180 -60
  20. iamdata/data/actions/sagemaker.json +82 -24
  21. iamdata/data/actions/servicequotas.json +16 -0
  22. iamdata/data/actions/ses.json +66 -8
  23. iamdata/data/actions/ssm.json +20 -4
  24. iamdata/data/actions/timestream-influxdb.json +38 -0
  25. iamdata/data/actions/transform-custom.json +131 -44
  26. iamdata/data/actions/wickr.json +603 -9
  27. iamdata/data/conditionKeys/apigateway.json +95 -0
  28. iamdata/data/conditionKeys/cognito-identity.json +27 -2
  29. iamdata/data/conditionKeys/ec2.json +45 -0
  30. iamdata/data/conditionKeys/sagemaker-mlflow.json +0 -5
  31. iamdata/data/conditionKeys/sagemaker.json +5 -0
  32. iamdata/data/conditionKeys/ssm.json +5 -0
  33. iamdata/data/conditionPatterns.json +1 -1
  34. iamdata/data/metadata.json +2 -2
  35. iamdata/data/resourceTypes/apigateway.json +38 -0
  36. iamdata/data/resourceTypes/bedrock.json +1 -1
  37. iamdata/data/resourceTypes/deadline.json +0 -4
  38. iamdata/data/resourceTypes/ec2.json +85 -1
  39. iamdata/data/resourceTypes/network-firewall.json +21 -0
  40. iamdata/data/resourceTypes/sagemaker-mlflow.json +1 -5
  41. iamdata/data/resourceTypes/sagemaker.json +3 -15
  42. iamdata/data/resourceTypes/ses.json +8 -2
  43. iamdata/data/resourceTypes/ssm.json +4 -1
  44. iamdata/data/resourceTypes/transform-custom.json +12 -7
  45. iamdata/data/serviceNames.json +2 -2
  46. iamdata/data/unassociatedConditions.json +6 -0
  47. {iamdata-0.1.202512121.dist-info → iamdata-0.1.202512281.dist-info}/METADATA +1 -1
  48. {iamdata-0.1.202512121.dist-info → iamdata-0.1.202512281.dist-info}/RECORD +50 -50
  49. {iamdata-0.1.202512121.dist-info → iamdata-0.1.202512281.dist-info}/WHEEL +0 -0
  50. {iamdata-0.1.202512121.dist-info → iamdata-0.1.202512281.dist-info}/licenses/LICENSE.txt +0 -0
@@ -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",
@@ -1,17 +1,42 @@
1
1
  {
2
2
  "aws:requesttag/${tagkey}": {
3
3
  "key": "aws:RequestTag/${TagKey}",
4
- "description": "Filters actions based on the presence of tag key-value pairs in the request",
4
+ "description": "Filters access by tag key-value pairs in the request",
5
5
  "type": "String"
6
6
  },
7
7
  "aws:resourcetag/${tagkey}": {
8
8
  "key": "aws:ResourceTag/${TagKey}",
9
- "description": "Filters actions based on tag key-value pairs attached to the resource",
9
+ "description": "Filters access by tag key-value pairs attached to the resource",
10
10
  "type": "String"
11
11
  },
12
12
  "aws:tagkeys": {
13
13
  "key": "aws:TagKeys",
14
14
  "description": "Filters access by a key that is present in the request",
15
15
  "type": "ArrayOfString"
16
+ },
17
+ "cognito-identity-auth:accountid": {
18
+ "key": "cognito-identity-auth:AccountId",
19
+ "description": "Filters access by the owning AWS account ID for identity pool authenticated users. Applies to unauthenticated (public) API operations",
20
+ "type": "String"
21
+ },
22
+ "cognito-identity-auth:identitypoolarn": {
23
+ "key": "cognito-identity-auth:IdentityPoolArn",
24
+ "description": "Filters access by the identity pool ID for a given authenticated-user identity ID. Applies to unauthenticated (public) API operations",
25
+ "type": "ARN"
26
+ },
27
+ "cognito-identity-unauth:accountid": {
28
+ "key": "cognito-identity-unauth:AccountId",
29
+ "description": "Filters access by the owning AWS account ID of an identity pool for identity pool guest users. Applies to unauthenticated (public) API operations",
30
+ "type": "String"
31
+ },
32
+ "cognito-identity-unauth:identitypoolarn": {
33
+ "key": "cognito-identity-unauth:IdentityPoolArn",
34
+ "description": "Filters access by the identity pool ID for a given guest-user identity ID. Applies to unauthenticated (public) API operations",
35
+ "type": "ARN"
36
+ },
37
+ "cognito-identity:identitypoolarn": {
38
+ "key": "cognito-identity:IdentityPoolArn",
39
+ "description": "Filters access by the identity pool ID for a given identity ID for DeleteIdentities and DescribeIdentity",
40
+ "type": "ARN"
16
41
  }
17
42
  }
@@ -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",
@@ -3,10 +3,5 @@
3
3
  "key": "aws:ResourceTag/${TagKey}",
4
4
  "description": "Filters access by a tag key and value pair",
5
5
  "type": "String"
6
- },
7
- "sagemaker:resourcetag/${tagkey}": {
8
- "key": "sagemaker:ResourceTag/${TagKey}",
9
- "description": "Filters access by a tag key and value pair",
10
- "type": "String"
11
6
  }
12
7
  }
@@ -244,6 +244,11 @@
244
244
  "description": "Filters access by the sharing type associated with the space in the request",
245
245
  "type": "String"
246
246
  },
247
+ "sagemaker:studiolifecycleconfigarns": {
248
+ "key": "sagemaker:StudioLifecycleConfigArns",
249
+ "description": "Filters access by the list of lifecycle configuration ARNs associated with the resource in the request",
250
+ "type": "ArrayOfARN"
251
+ },
247
252
  "sagemaker:taggingaction": {
248
253
  "key": "sagemaker:TaggingAction",
249
254
  "description": "Filters access by the API actions to which a user can apply tags. Uses the name of the API operation that creates a taggable resource to filter access",
@@ -39,6 +39,11 @@
39
39
  "description": "Filters access by verifying that a user has permission to access a document belonging to a specific document type. Only available in \"aws\", \"aws-cn\", and \"aws-us-gov\" partitions",
40
40
  "type": "String"
41
41
  },
42
+ "ssm:documentversion": {
43
+ "key": "ssm:DocumentVersion",
44
+ "description": "Filters access by verifying that a user has permission to access a specific version of a document",
45
+ "type": "ArrayOfString"
46
+ },
42
47
  "ssm:inventorytypename": {
43
48
  "key": "ssm:InventoryTypeName",
44
49
  "description": "Filters access by verifying that a user also has access to the InventoryType specified in the request",
@@ -134,9 +134,9 @@
134
134
  "s3:RequestObjectTag/.+?": "s3:RequestObjectTag/<key>"
135
135
  },
136
136
  "sagemaker": {
137
- "sagemaker:ResourceTag/.+?": "sagemaker:ResourceTag/${TagKey}",
138
137
  "sagemaker:CurrentCustomerMetadataProperties/.+?": "sagemaker:CurrentCustomerMetadataProperties/${MetadataKey}",
139
138
  "sagemaker:CustomerMetadataProperties/.+?": "sagemaker:CustomerMetadataProperties/${MetadataKey}",
139
+ "sagemaker:ResourceTag/.+?": "sagemaker:ResourceTag/${TagKey}",
140
140
  "sagemaker:SearchVisibilityCondition/.+?": "sagemaker:SearchVisibilityCondition/${FilterKey}"
141
141
  },
142
142
  "vpc-lattice-svcs": {
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "0.1.202512121",
3
- "updatedAt": "2025-12-12T04:56:31.146Z"
2
+ "version": "0.1.202512281",
3
+ "updatedAt": "2025-12-28T05:03:38.268Z"
4
4
  }
@@ -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"
@@ -212,7 +212,7 @@
212
212
  },
213
213
  "custom-model-deployment": {
214
214
  "key": "custom-model-deployment",
215
- "arn": "arn:${Partition}:bedrock:${Region}:${Account}:custom-model/${ResourceId}",
215
+ "arn": "arn:${Partition}:bedrock:${Region}:${Account}:custom-model-deployment/${ResourceId}",
216
216
  "conditionKeys": [
217
217
  "aws:ResourceTag/${TagKey}"
218
218
  ]
@@ -39,10 +39,6 @@
39
39
  "aws:ResourceTag/${TagKey}"
40
40
  ]
41
41
  },
42
- "metered-product": {
43
- "key": "metered-product",
44
- "arn": "arn:${Partition}:deadline:${Region}:${Account}:license-endpoint/${LicenseEndpointId}/metered-product/${ProductId}"
45
- },
46
42
  "monitor": {
47
43
  "key": "monitor",
48
44
  "arn": "arn:${Partition}:deadline:${Region}:${Account}:monitor/${MonitorId}",
@@ -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}",
@@ -40,5 +40,26 @@
40
40
  "conditionKeys": [
41
41
  "aws:ResourceTag/${TagKey}"
42
42
  ]
43
+ },
44
+ "proxyrulegroup": {
45
+ "key": "ProxyRuleGroup",
46
+ "arn": "arn:${Partition}:network-firewall:${Region}:${Account}:proxy-rule-group/${Name}",
47
+ "conditionKeys": [
48
+ "aws:ResourceTag/${TagKey}"
49
+ ]
50
+ },
51
+ "proxyconfiguration": {
52
+ "key": "ProxyConfiguration",
53
+ "arn": "arn:${Partition}:network-firewall:${Region}:${Account}:proxy-configuration/${Name}",
54
+ "conditionKeys": [
55
+ "aws:ResourceTag/${TagKey}"
56
+ ]
57
+ },
58
+ "proxy": {
59
+ "key": "Proxy",
60
+ "arn": "arn:${Partition}:network-firewall:${Region}:${Account}:proxy/${Name}",
61
+ "conditionKeys": [
62
+ "aws:ResourceTag/${TagKey}"
63
+ ]
43
64
  }
44
65
  }
@@ -1,10 +1,6 @@
1
1
  {
2
2
  "mlflow-tracking-server": {
3
3
  "key": "mlflow-tracking-server",
4
- "arn": "arn:${Partition}:sagemaker:${Region}:${Account}:mlflow-tracking-server/${MlflowTrackingServerName}",
5
- "conditionKeys": [
6
- "aws:ResourceTag/${TagKey}",
7
- "sagemaker:ResourceTag/${TagKey}"
8
- ]
4
+ "arn": "arn:${Partition}:sagemaker:${Region}:${Account}:mlflow-tracking-server/${MlflowTrackingServerName}"
9
5
  }
10
6
  }
@@ -496,19 +496,11 @@
496
496
  },
497
497
  "mlflow-tracking-server": {
498
498
  "key": "mlflow-tracking-server",
499
- "arn": "arn:${Partition}:sagemaker:${Region}:${Account}:mlflow-tracking-server/${MlflowTrackingServerName}",
500
- "conditionKeys": [
501
- "aws:ResourceTag/${TagKey}",
502
- "sagemaker:ResourceTag/${TagKey}"
503
- ]
499
+ "arn": "arn:${Partition}:sagemaker:${Region}:${Account}:mlflow-tracking-server/${MlflowTrackingServerName}"
504
500
  },
505
501
  "mlflow-app": {
506
502
  "key": "mlflow-app",
507
- "arn": "arn:${Partition}:sagemaker:${Region}:${Account}:mlflow-app/${MLflowAppId}",
508
- "conditionKeys": [
509
- "aws:ResourceTag/${TagKey}",
510
- "sagemaker:ResourceTag/${TagKey}"
511
- ]
503
+ "arn": "arn:${Partition}:sagemaker:${Region}:${Account}:mlflow-app/${MLflowAppId}"
512
504
  },
513
505
  "compute-quota": {
514
506
  "key": "compute-quota",
@@ -528,10 +520,6 @@
528
520
  },
529
521
  "partner-app": {
530
522
  "key": "partner-app",
531
- "arn": "arn:${Partition}:sagemaker:${Region}:${Account}:partner-app/${AppId}",
532
- "conditionKeys": [
533
- "aws:ResourceTag/${TagKey}",
534
- "sagemaker:ResourceTag/${TagKey}"
535
- ]
523
+ "arn": "arn:${Partition}:sagemaker:${Region}:${Account}:partner-app/${AppId}"
536
524
  }
537
525
  }