aws-cdk.cx-api 2.133.0__tar.gz → 2.135.0__tar.gz
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-2.133.0/src/aws_cdk.cx_api.egg-info → aws-cdk.cx-api-2.135.0}/PKG-INFO +18 -1
- {aws-cdk.cx-api-2.133.0 → aws-cdk.cx-api-2.135.0}/README.md +17 -0
- {aws-cdk.cx-api-2.133.0 → aws-cdk.cx-api-2.135.0}/setup.py +4 -4
- {aws-cdk.cx-api-2.133.0 → aws-cdk.cx-api-2.135.0}/src/aws_cdk/cx_api/__init__.py +20 -0
- {aws-cdk.cx-api-2.133.0 → aws-cdk.cx-api-2.135.0}/src/aws_cdk/cx_api/_jsii/__init__.py +4 -1
- aws-cdk.cx-api-2.135.0/src/aws_cdk/cx_api/_jsii/cx-api@2.135.0.jsii.tgz +0 -0
- {aws-cdk.cx-api-2.133.0 → aws-cdk.cx-api-2.135.0/src/aws_cdk.cx_api.egg-info}/PKG-INFO +18 -1
- {aws-cdk.cx-api-2.133.0 → aws-cdk.cx-api-2.135.0}/src/aws_cdk.cx_api.egg-info/SOURCES.txt +1 -1
- aws-cdk.cx-api-2.135.0/src/aws_cdk.cx_api.egg-info/requires.txt +4 -0
- aws-cdk.cx-api-2.133.0/src/aws_cdk/cx_api/_jsii/cx-api@2.133.0.jsii.tgz +0 -0
- aws-cdk.cx-api-2.133.0/src/aws_cdk.cx_api.egg-info/requires.txt +0 -4
- {aws-cdk.cx-api-2.133.0 → aws-cdk.cx-api-2.135.0}/LICENSE +0 -0
- {aws-cdk.cx-api-2.133.0 → aws-cdk.cx-api-2.135.0}/MANIFEST.in +0 -0
- {aws-cdk.cx-api-2.133.0 → aws-cdk.cx-api-2.135.0}/NOTICE +0 -0
- {aws-cdk.cx-api-2.133.0 → aws-cdk.cx-api-2.135.0}/pyproject.toml +0 -0
- {aws-cdk.cx-api-2.133.0 → aws-cdk.cx-api-2.135.0}/setup.cfg +0 -0
- {aws-cdk.cx-api-2.133.0 → aws-cdk.cx-api-2.135.0}/src/aws_cdk/cx_api/py.typed +0 -0
- {aws-cdk.cx-api-2.133.0 → aws-cdk.cx-api-2.135.0}/src/aws_cdk.cx_api.egg-info/dependency_links.txt +0 -0
- {aws-cdk.cx-api-2.133.0 → aws-cdk.cx-api-2.135.0}/src/aws_cdk.cx_api.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-cdk.cx-api
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.135.0
|
|
4
4
|
Summary: Cloud executable protocol
|
|
5
5
|
Home-page: https://github.com/aws/aws-cdk
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -318,3 +318,20 @@ construct, the construct automatically defaults the value of this property to `P
|
|
|
318
318
|
}
|
|
319
319
|
}
|
|
320
320
|
```
|
|
321
|
+
|
|
322
|
+
* `@aws-cdk/aws-kms:reduceCrossAccountRegionPolicyScope`
|
|
323
|
+
|
|
324
|
+
Reduce resource scope of the IAM Policy created from KMS key grant to granting key only.
|
|
325
|
+
|
|
326
|
+
When this feature flag is enabled and calling KMS key grant method, the created IAM policy will reduce the resource scope from
|
|
327
|
+
'*' to this specific granting KMS key.
|
|
328
|
+
|
|
329
|
+
*cdk.json*
|
|
330
|
+
|
|
331
|
+
```json
|
|
332
|
+
{
|
|
333
|
+
"context": {
|
|
334
|
+
"@aws-cdk/aws-kms:reduceCrossAccountRegionPolicyScope": true
|
|
335
|
+
}
|
|
336
|
+
}
|
|
337
|
+
```
|
|
@@ -292,3 +292,20 @@ construct, the construct automatically defaults the value of this property to `P
|
|
|
292
292
|
}
|
|
293
293
|
}
|
|
294
294
|
```
|
|
295
|
+
|
|
296
|
+
* `@aws-cdk/aws-kms:reduceCrossAccountRegionPolicyScope`
|
|
297
|
+
|
|
298
|
+
Reduce resource scope of the IAM Policy created from KMS key grant to granting key only.
|
|
299
|
+
|
|
300
|
+
When this feature flag is enabled and calling KMS key grant method, the created IAM policy will reduce the resource scope from
|
|
301
|
+
'*' to this specific granting KMS key.
|
|
302
|
+
|
|
303
|
+
*cdk.json*
|
|
304
|
+
|
|
305
|
+
```json
|
|
306
|
+
{
|
|
307
|
+
"context": {
|
|
308
|
+
"@aws-cdk/aws-kms:reduceCrossAccountRegionPolicyScope": true
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
```
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-cdk.cx-api",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.135.0",
|
|
9
9
|
"description": "Cloud executable protocol",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"url": "https://github.com/aws/aws-cdk",
|
|
@@ -26,7 +26,7 @@ kwargs = json.loads(
|
|
|
26
26
|
],
|
|
27
27
|
"package_data": {
|
|
28
28
|
"aws_cdk.cx_api._jsii": [
|
|
29
|
-
"cx-api@2.
|
|
29
|
+
"cx-api@2.135.0.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_cdk.cx_api": [
|
|
32
32
|
"py.typed"
|
|
@@ -34,8 +34,8 @@ kwargs = json.loads(
|
|
|
34
34
|
},
|
|
35
35
|
"python_requires": "~=3.8",
|
|
36
36
|
"install_requires": [
|
|
37
|
-
"aws-cdk.cloud-assembly-schema==2.
|
|
38
|
-
"jsii>=1.
|
|
37
|
+
"aws-cdk.cloud-assembly-schema==2.135.0",
|
|
38
|
+
"jsii>=1.96.0, <2.0.0",
|
|
39
39
|
"publication>=0.0.3",
|
|
40
40
|
"typeguard~=2.13.3"
|
|
41
41
|
],
|
|
@@ -293,7 +293,27 @@ 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
|
'''
|
|
314
|
+
from pkgutil import extend_path
|
|
315
|
+
__path__ = extend_path(__path__, __name__)
|
|
316
|
+
|
|
297
317
|
import abc
|
|
298
318
|
import builtins
|
|
299
319
|
import datetime
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
from pkgutil import extend_path
|
|
2
|
+
__path__ = extend_path(__path__, __name__)
|
|
3
|
+
|
|
1
4
|
import abc
|
|
2
5
|
import builtins
|
|
3
6
|
import datetime
|
|
@@ -13,7 +16,7 @@ from typeguard import check_type
|
|
|
13
16
|
import aws_cdk.cloud_assembly_schema._jsii
|
|
14
17
|
|
|
15
18
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
16
|
-
"@aws-cdk/cx-api", "2.
|
|
19
|
+
"@aws-cdk/cx-api", "2.135.0", __name__[0:-6], "cx-api@2.135.0.jsii.tgz"
|
|
17
20
|
)
|
|
18
21
|
|
|
19
22
|
__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.135.0
|
|
4
4
|
Summary: Cloud executable protocol
|
|
5
5
|
Home-page: https://github.com/aws/aws-cdk
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -318,3 +318,20 @@ construct, the construct automatically defaults the value of this property to `P
|
|
|
318
318
|
}
|
|
319
319
|
}
|
|
320
320
|
```
|
|
321
|
+
|
|
322
|
+
* `@aws-cdk/aws-kms:reduceCrossAccountRegionPolicyScope`
|
|
323
|
+
|
|
324
|
+
Reduce resource scope of the IAM Policy created from KMS key grant to granting key only.
|
|
325
|
+
|
|
326
|
+
When this feature flag is enabled and calling KMS key grant method, the created IAM policy will reduce the resource scope from
|
|
327
|
+
'*' to this specific granting KMS key.
|
|
328
|
+
|
|
329
|
+
*cdk.json*
|
|
330
|
+
|
|
331
|
+
```json
|
|
332
|
+
{
|
|
333
|
+
"context": {
|
|
334
|
+
"@aws-cdk/aws-kms:reduceCrossAccountRegionPolicyScope": true
|
|
335
|
+
}
|
|
336
|
+
}
|
|
337
|
+
```
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aws-cdk.cx-api-2.133.0 → aws-cdk.cx-api-2.135.0}/src/aws_cdk.cx_api.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|