aws-cdk.cx-api 2.133.0__py3-none-any.whl → 2.134.0__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.
Potentially problematic release.
This version of aws-cdk.cx-api might be problematic. Click here for more details.
- aws_cdk/cx_api/__init__.py +17 -0
- aws_cdk/cx_api/_jsii/__init__.py +1 -1
- aws_cdk/cx_api/_jsii/cx-api@2.134.0.jsii.tgz +0 -0
- {aws_cdk.cx_api-2.133.0.dist-info → aws_cdk.cx_api-2.134.0.dist-info}/METADATA +20 -3
- aws_cdk.cx_api-2.134.0.dist-info/RECORD +10 -0
- aws_cdk/cx_api/_jsii/cx-api@2.133.0.jsii.tgz +0 -0
- aws_cdk.cx_api-2.133.0.dist-info/RECORD +0 -10
- {aws_cdk.cx_api-2.133.0.dist-info → aws_cdk.cx_api-2.134.0.dist-info}/LICENSE +0 -0
- {aws_cdk.cx_api-2.133.0.dist-info → aws_cdk.cx_api-2.134.0.dist-info}/NOTICE +0 -0
- {aws_cdk.cx_api-2.133.0.dist-info → aws_cdk.cx_api-2.134.0.dist-info}/WHEEL +0 -0
- {aws_cdk.cx_api-2.133.0.dist-info → aws_cdk.cx_api-2.134.0.dist-info}/top_level.txt +0 -0
aws_cdk/cx_api/__init__.py
CHANGED
|
@@ -293,6 +293,23 @@ construct, the construct automatically defaults the value of this property to `P
|
|
|
293
293
|
}
|
|
294
294
|
}
|
|
295
295
|
```
|
|
296
|
+
|
|
297
|
+
* `@aws-cdk/aws-kms:reduceCrossAccountRegionPolicyScope`
|
|
298
|
+
|
|
299
|
+
Reduce resource scope of the IAM Policy created from KMS key grant to granting key only.
|
|
300
|
+
|
|
301
|
+
When this feature flag is enabled and calling KMS key grant method, the created IAM policy will reduce the resource scope from
|
|
302
|
+
'*' to this specific granting KMS key.
|
|
303
|
+
|
|
304
|
+
*cdk.json*
|
|
305
|
+
|
|
306
|
+
```json
|
|
307
|
+
{
|
|
308
|
+
"context": {
|
|
309
|
+
"@aws-cdk/aws-kms:reduceCrossAccountRegionPolicyScope": true
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
```
|
|
296
313
|
'''
|
|
297
314
|
import abc
|
|
298
315
|
import builtins
|
aws_cdk/cx_api/_jsii/__init__.py
CHANGED
|
@@ -13,7 +13,7 @@ from typeguard import check_type
|
|
|
13
13
|
import aws_cdk.cloud_assembly_schema._jsii
|
|
14
14
|
|
|
15
15
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
16
|
-
"@aws-cdk/cx-api", "2.
|
|
16
|
+
"@aws-cdk/cx-api", "2.134.0", __name__[0:-6], "cx-api@2.134.0.jsii.tgz"
|
|
17
17
|
)
|
|
18
18
|
|
|
19
19
|
__all__ = [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-cdk.cx-api
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.134.0
|
|
4
4
|
Summary: Cloud executable protocol
|
|
5
5
|
Home-page: https://github.com/aws/aws-cdk
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -23,8 +23,8 @@ Requires-Python: ~=3.8
|
|
|
23
23
|
Description-Content-Type: text/markdown
|
|
24
24
|
License-File: LICENSE
|
|
25
25
|
License-File: NOTICE
|
|
26
|
-
Requires-Dist: aws-cdk.cloud-assembly-schema ==2.
|
|
27
|
-
Requires-Dist: jsii <2.0.0,>=1.
|
|
26
|
+
Requires-Dist: aws-cdk.cloud-assembly-schema ==2.134.0
|
|
27
|
+
Requires-Dist: jsii <2.0.0,>=1.95.0
|
|
28
28
|
Requires-Dist: publication >=0.0.3
|
|
29
29
|
Requires-Dist: typeguard ~=2.13.3
|
|
30
30
|
|
|
@@ -322,3 +322,20 @@ construct, the construct automatically defaults the value of this property to `P
|
|
|
322
322
|
}
|
|
323
323
|
}
|
|
324
324
|
```
|
|
325
|
+
|
|
326
|
+
* `@aws-cdk/aws-kms:reduceCrossAccountRegionPolicyScope`
|
|
327
|
+
|
|
328
|
+
Reduce resource scope of the IAM Policy created from KMS key grant to granting key only.
|
|
329
|
+
|
|
330
|
+
When this feature flag is enabled and calling KMS key grant method, the created IAM policy will reduce the resource scope from
|
|
331
|
+
'*' to this specific granting KMS key.
|
|
332
|
+
|
|
333
|
+
*cdk.json*
|
|
334
|
+
|
|
335
|
+
```json
|
|
336
|
+
{
|
|
337
|
+
"context": {
|
|
338
|
+
"@aws-cdk/aws-kms:reduceCrossAccountRegionPolicyScope": true
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
```
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
aws_cdk/cx_api/__init__.py,sha256=UByGrtKJ5HdN33UyAlA82XlLO-er5daz0vH4SuLELTk,177479
|
|
2
|
+
aws_cdk/cx_api/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
+
aws_cdk/cx_api/_jsii/__init__.py,sha256=X3fTOZ6HDW9BTASFpyomFkIDsD4VsuJzu2Tn6Oh5Rm4,390
|
|
4
|
+
aws_cdk/cx_api/_jsii/cx-api@2.134.0.jsii.tgz,sha256=lVmtbBxwfzNa2F2rqro6r_WwaDXbXoTTXEBinYzEz5Y,213762
|
|
5
|
+
aws_cdk.cx_api-2.134.0.dist-info/LICENSE,sha256=kEDF86xJUQh1E9M7UPKKbHepBEdFxIUyoGfTwQB7zKg,11391
|
|
6
|
+
aws_cdk.cx_api-2.134.0.dist-info/METADATA,sha256=hsp2_wakArFbZaT1A1ilmJ9DUhvBgb1lQ_o7sYFkIHo,11379
|
|
7
|
+
aws_cdk.cx_api-2.134.0.dist-info/NOTICE,sha256=Ng1l24cpSh5JXVyue-LBU5TSd1psLessKIp-A50Om20,2718
|
|
8
|
+
aws_cdk.cx_api-2.134.0.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
|
|
9
|
+
aws_cdk.cx_api-2.134.0.dist-info/top_level.txt,sha256=1TALAKbuUGsMSrfKWEf268lySCmcqSEO6cDYe_XlLHM,8
|
|
10
|
+
aws_cdk.cx_api-2.134.0.dist-info/RECORD,,
|
|
Binary file
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
aws_cdk/cx_api/__init__.py,sha256=TY3WR1EC5CpXI_WDFh1HuLdyBUjE0V5ygzk-FYgHH1w,177051
|
|
2
|
-
aws_cdk/cx_api/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
-
aws_cdk/cx_api/_jsii/__init__.py,sha256=GRlrWNyV7ZlS2jJy9VviUAO447ghoTvj1jS0-DndYdA,390
|
|
4
|
-
aws_cdk/cx_api/_jsii/cx-api@2.133.0.jsii.tgz,sha256=WFSpnBDlG0q0lkV6KLH_nrrPGog7kc2RzDzfOwEWzwI,212945
|
|
5
|
-
aws_cdk.cx_api-2.133.0.dist-info/LICENSE,sha256=kEDF86xJUQh1E9M7UPKKbHepBEdFxIUyoGfTwQB7zKg,11391
|
|
6
|
-
aws_cdk.cx_api-2.133.0.dist-info/METADATA,sha256=Gp4XLTIFbMQoxL1NSh5tMa8qXD0BQjyivf-asY7LORY,10951
|
|
7
|
-
aws_cdk.cx_api-2.133.0.dist-info/NOTICE,sha256=Ng1l24cpSh5JXVyue-LBU5TSd1psLessKIp-A50Om20,2718
|
|
8
|
-
aws_cdk.cx_api-2.133.0.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
|
|
9
|
-
aws_cdk.cx_api-2.133.0.dist-info/top_level.txt,sha256=1TALAKbuUGsMSrfKWEf268lySCmcqSEO6cDYe_XlLHM,8
|
|
10
|
-
aws_cdk.cx_api-2.133.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|