aws-cdk.cx-api 2.125.0__tar.gz → 2.127.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.

Files changed (18) hide show
  1. {aws-cdk.cx-api-2.125.0/src/aws_cdk.cx_api.egg-info → aws-cdk.cx-api-2.127.0}/PKG-INFO +18 -1
  2. {aws-cdk.cx-api-2.125.0 → aws-cdk.cx-api-2.127.0}/README.md +17 -0
  3. {aws-cdk.cx-api-2.125.0 → aws-cdk.cx-api-2.127.0}/setup.py +3 -3
  4. {aws-cdk.cx-api-2.125.0 → aws-cdk.cx-api-2.127.0}/src/aws_cdk/cx_api/__init__.py +17 -0
  5. {aws-cdk.cx-api-2.125.0 → aws-cdk.cx-api-2.127.0}/src/aws_cdk/cx_api/_jsii/__init__.py +1 -1
  6. aws-cdk.cx-api-2.127.0/src/aws_cdk/cx_api/_jsii/cx-api@2.127.0.jsii.tgz +0 -0
  7. {aws-cdk.cx-api-2.125.0 → aws-cdk.cx-api-2.127.0/src/aws_cdk.cx_api.egg-info}/PKG-INFO +18 -1
  8. {aws-cdk.cx-api-2.125.0 → aws-cdk.cx-api-2.127.0}/src/aws_cdk.cx_api.egg-info/SOURCES.txt +1 -1
  9. {aws-cdk.cx-api-2.125.0 → aws-cdk.cx-api-2.127.0}/src/aws_cdk.cx_api.egg-info/requires.txt +1 -1
  10. aws-cdk.cx-api-2.125.0/src/aws_cdk/cx_api/_jsii/cx-api@2.125.0.jsii.tgz +0 -0
  11. {aws-cdk.cx-api-2.125.0 → aws-cdk.cx-api-2.127.0}/LICENSE +0 -0
  12. {aws-cdk.cx-api-2.125.0 → aws-cdk.cx-api-2.127.0}/MANIFEST.in +0 -0
  13. {aws-cdk.cx-api-2.125.0 → aws-cdk.cx-api-2.127.0}/NOTICE +0 -0
  14. {aws-cdk.cx-api-2.125.0 → aws-cdk.cx-api-2.127.0}/pyproject.toml +0 -0
  15. {aws-cdk.cx-api-2.125.0 → aws-cdk.cx-api-2.127.0}/setup.cfg +0 -0
  16. {aws-cdk.cx-api-2.125.0 → aws-cdk.cx-api-2.127.0}/src/aws_cdk/cx_api/py.typed +0 -0
  17. {aws-cdk.cx-api-2.125.0 → aws-cdk.cx-api-2.127.0}/src/aws_cdk.cx_api.egg-info/dependency_links.txt +0 -0
  18. {aws-cdk.cx-api-2.125.0 → aws-cdk.cx-api-2.127.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.125.0
3
+ Version: 2.127.0
4
4
  Summary: Cloud executable protocol
5
5
  Home-page: https://github.com/aws/aws-cdk
6
6
  Author: Amazon Web Services
@@ -284,3 +284,20 @@ This flag allows multiple alarms with the `LambdaAction` for the same Lambda to
284
284
  }
285
285
  }
286
286
  ```
287
+
288
+ * `@aws-cdk/aws-codepipeline:crossAccountKeysDefaultValueToFalse`
289
+
290
+ Enables Pipeline to set the default value for `crossAccountKeys` to false.
291
+
292
+ When this feature flag is enabled, and the `crossAccountKeys` property is not provided in a `Pipeline`
293
+ construct, the construct automatically defaults the value of this property to false.
294
+
295
+ *cdk.json*
296
+
297
+ ```json
298
+ {
299
+ "context": {
300
+ "@aws-cdk/aws-codepipeline:crossAccountKeysDefaultValueToFalse": true
301
+ }
302
+ }
303
+ ```
@@ -258,3 +258,20 @@ This flag allows multiple alarms with the `LambdaAction` for the same Lambda to
258
258
  }
259
259
  }
260
260
  ```
261
+
262
+ * `@aws-cdk/aws-codepipeline:crossAccountKeysDefaultValueToFalse`
263
+
264
+ Enables Pipeline to set the default value for `crossAccountKeys` to false.
265
+
266
+ When this feature flag is enabled, and the `crossAccountKeys` property is not provided in a `Pipeline`
267
+ construct, the construct automatically defaults the value of this property to false.
268
+
269
+ *cdk.json*
270
+
271
+ ```json
272
+ {
273
+ "context": {
274
+ "@aws-cdk/aws-codepipeline:crossAccountKeysDefaultValueToFalse": true
275
+ }
276
+ }
277
+ ```
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "aws-cdk.cx-api",
8
- "version": "2.125.0",
8
+ "version": "2.127.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.125.0.jsii.tgz"
29
+ "cx-api@2.127.0.jsii.tgz"
30
30
  ],
31
31
  "aws_cdk.cx_api": [
32
32
  "py.typed"
@@ -34,7 +34,7 @@ kwargs = json.loads(
34
34
  },
35
35
  "python_requires": "~=3.8",
36
36
  "install_requires": [
37
- "aws-cdk.cloud-assembly-schema==2.125.0",
37
+ "aws-cdk.cloud-assembly-schema==2.127.0",
38
38
  "jsii>=1.94.0, <2.0.0",
39
39
  "publication>=0.0.3",
40
40
  "typeguard~=2.13.3"
@@ -259,6 +259,23 @@ This flag allows multiple alarms with the `LambdaAction` for the same Lambda to
259
259
  }
260
260
  }
261
261
  ```
262
+
263
+ * `@aws-cdk/aws-codepipeline:crossAccountKeysDefaultValueToFalse`
264
+
265
+ Enables Pipeline to set the default value for `crossAccountKeys` to false.
266
+
267
+ When this feature flag is enabled, and the `crossAccountKeys` property is not provided in a `Pipeline`
268
+ construct, the construct automatically defaults the value of this property to false.
269
+
270
+ *cdk.json*
271
+
272
+ ```json
273
+ {
274
+ "context": {
275
+ "@aws-cdk/aws-codepipeline:crossAccountKeysDefaultValueToFalse": true
276
+ }
277
+ }
278
+ ```
262
279
  '''
263
280
  import abc
264
281
  import builtins
@@ -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.125.0", __name__[0:-6], "cx-api@2.125.0.jsii.tgz"
16
+ "@aws-cdk/cx-api", "2.127.0", __name__[0:-6], "cx-api@2.127.0.jsii.tgz"
17
17
  )
18
18
 
19
19
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aws-cdk.cx-api
3
- Version: 2.125.0
3
+ Version: 2.127.0
4
4
  Summary: Cloud executable protocol
5
5
  Home-page: https://github.com/aws/aws-cdk
6
6
  Author: Amazon Web Services
@@ -284,3 +284,20 @@ This flag allows multiple alarms with the `LambdaAction` for the same Lambda to
284
284
  }
285
285
  }
286
286
  ```
287
+
288
+ * `@aws-cdk/aws-codepipeline:crossAccountKeysDefaultValueToFalse`
289
+
290
+ Enables Pipeline to set the default value for `crossAccountKeys` to false.
291
+
292
+ When this feature flag is enabled, and the `crossAccountKeys` property is not provided in a `Pipeline`
293
+ construct, the construct automatically defaults the value of this property to false.
294
+
295
+ *cdk.json*
296
+
297
+ ```json
298
+ {
299
+ "context": {
300
+ "@aws-cdk/aws-codepipeline:crossAccountKeysDefaultValueToFalse": true
301
+ }
302
+ }
303
+ ```
@@ -12,4 +12,4 @@ src/aws_cdk.cx_api.egg-info/top_level.txt
12
12
  src/aws_cdk/cx_api/__init__.py
13
13
  src/aws_cdk/cx_api/py.typed
14
14
  src/aws_cdk/cx_api/_jsii/__init__.py
15
- src/aws_cdk/cx_api/_jsii/cx-api@2.125.0.jsii.tgz
15
+ src/aws_cdk/cx_api/_jsii/cx-api@2.127.0.jsii.tgz
@@ -1,4 +1,4 @@
1
- aws-cdk.cloud-assembly-schema==2.125.0
1
+ aws-cdk.cloud-assembly-schema==2.127.0
2
2
  jsii<2.0.0,>=1.94.0
3
3
  publication>=0.0.3
4
4
  typeguard~=2.13.3