aws-cdk.cx-api 2.173.3__py3-none-any.whl → 2.174.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 +19 -0
- aws_cdk/cx_api/_jsii/__init__.py +1 -1
- aws_cdk/cx_api/_jsii/cx-api@2.174.0.jsii.tgz +0 -0
- {aws_cdk.cx_api-2.173.3.dist-info → aws_cdk.cx_api-2.174.0.dist-info}/LICENSE +1 -1
- {aws_cdk.cx_api-2.173.3.dist-info → aws_cdk.cx_api-2.174.0.dist-info}/METADATA +21 -2
- {aws_cdk.cx_api-2.173.3.dist-info → aws_cdk.cx_api-2.174.0.dist-info}/NOTICE +1 -1
- aws_cdk.cx_api-2.174.0.dist-info/RECORD +10 -0
- aws_cdk/cx_api/_jsii/cx-api@2.173.3.jsii.tgz +0 -0
- aws_cdk.cx_api-2.173.3.dist-info/RECORD +0 -10
- {aws_cdk.cx_api-2.173.3.dist-info → aws_cdk.cx_api-2.174.0.dist-info}/WHEEL +0 -0
- {aws_cdk.cx_api-2.173.3.dist-info → aws_cdk.cx_api-2.174.0.dist-info}/top_level.txt +0 -0
aws_cdk/cx_api/__init__.py
CHANGED
|
@@ -495,6 +495,25 @@ This is a feature flag as the old behavior was technically incorrect but users m
|
|
|
495
495
|
},
|
|
496
496
|
}
|
|
497
497
|
```
|
|
498
|
+
|
|
499
|
+
* `@aws-cdk/aws-route53-targets:userPoolDomainNameMethodWithoutCustomResource`
|
|
500
|
+
|
|
501
|
+
When enabled, use a new method for DNS Name of user pool domain target without creating a custom resource.
|
|
502
|
+
|
|
503
|
+
When this feature flag is enabled, a new method will be used to get the DNS Name of the user pool domain target. The old method
|
|
504
|
+
creates a custom resource internally, but the new method doesn't need a custom resource.
|
|
505
|
+
|
|
506
|
+
If the flag is set to false then a custom resource will be created when using `UserPoolDomainTarget`.
|
|
507
|
+
|
|
508
|
+
*cdk.json*
|
|
509
|
+
|
|
510
|
+
```json
|
|
511
|
+
{
|
|
512
|
+
"context": {
|
|
513
|
+
"@aws-cdk/aws-route53-targets:userPoolDomainNameMethodWithoutCustomResource": true
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
```
|
|
498
517
|
'''
|
|
499
518
|
from pkgutil import extend_path
|
|
500
519
|
__path__ = extend_path(__path__, __name__)
|
aws_cdk/cx_api/_jsii/__init__.py
CHANGED
|
@@ -31,7 +31,7 @@ def check_type(argname: str, value: object, expected_type: typing.Any) -> typing
|
|
|
31
31
|
import aws_cdk.cloud_assembly_schema._jsii
|
|
32
32
|
|
|
33
33
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
34
|
-
"@aws-cdk/cx-api", "2.
|
|
34
|
+
"@aws-cdk/cx-api", "2.174.0", __name__[0:-6], "cx-api@2.174.0.jsii.tgz"
|
|
35
35
|
)
|
|
36
36
|
|
|
37
37
|
__all__ = [
|
|
Binary file
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright 2018-
|
|
189
|
+
Copyright 2018-2025 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-cdk.cx-api
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.174.0
|
|
4
4
|
Summary: Cloud executable protocol
|
|
5
5
|
Home-page: https://github.com/aws/aws-cdk
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -23,7 +23,7 @@ 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<
|
|
26
|
+
Requires-Dist: aws-cdk.cloud-assembly-schema<40.0.0,>=39.0.0
|
|
27
27
|
Requires-Dist: jsii<2.0.0,>=1.104.0
|
|
28
28
|
Requires-Dist: publication>=0.0.3
|
|
29
29
|
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
@@ -524,3 +524,22 @@ This is a feature flag as the old behavior was technically incorrect but users m
|
|
|
524
524
|
},
|
|
525
525
|
}
|
|
526
526
|
```
|
|
527
|
+
|
|
528
|
+
* `@aws-cdk/aws-route53-targets:userPoolDomainNameMethodWithoutCustomResource`
|
|
529
|
+
|
|
530
|
+
When enabled, use a new method for DNS Name of user pool domain target without creating a custom resource.
|
|
531
|
+
|
|
532
|
+
When this feature flag is enabled, a new method will be used to get the DNS Name of the user pool domain target. The old method
|
|
533
|
+
creates a custom resource internally, but the new method doesn't need a custom resource.
|
|
534
|
+
|
|
535
|
+
If the flag is set to false then a custom resource will be created when using `UserPoolDomainTarget`.
|
|
536
|
+
|
|
537
|
+
*cdk.json*
|
|
538
|
+
|
|
539
|
+
```json
|
|
540
|
+
{
|
|
541
|
+
"context": {
|
|
542
|
+
"@aws-cdk/aws-route53-targets:userPoolDomainNameMethodWithoutCustomResource": true
|
|
543
|
+
}
|
|
544
|
+
}
|
|
545
|
+
```
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
AWS Cloud Development Kit (AWS CDK)
|
|
2
|
-
Copyright 2018-
|
|
2
|
+
Copyright 2018-2025 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
3
3
|
|
|
4
4
|
-------------------------------------------------------------------------------
|
|
5
5
|
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
aws_cdk/cx_api/__init__.py,sha256=vj0nCuA0wifnVr2vjFNV40iPT3cJNViyvGK460vX5HU,188449
|
|
2
|
+
aws_cdk/cx_api/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
+
aws_cdk/cx_api/_jsii/__init__.py,sha256=stF5i7HQ7CREZuNbCCxCrbnUwU_XmLnZrtGjkI3-VHw,1434
|
|
4
|
+
aws_cdk/cx_api/_jsii/cx-api@2.174.0.jsii.tgz,sha256=zFp9BYZ5WDGtRhu81v0ZzVdJ-eqJCOfgdiwh04OthB8,227835
|
|
5
|
+
aws_cdk.cx_api-2.174.0.dist-info/LICENSE,sha256=y47tc38H0C4DpGljYUZDl8XxidQjNxxGLq-K4jwv6Xc,11391
|
|
6
|
+
aws_cdk.cx_api-2.174.0.dist-info/METADATA,sha256=46h1Nw-SiLC7KM6bv_cFD7UalYmZwkVtVeg99_QSNec,17798
|
|
7
|
+
aws_cdk.cx_api-2.174.0.dist-info/NOTICE,sha256=ADLo99tv5kq5gQDGp9ApDXyR8I8l6SQRbLl_UT8kHuY,1078
|
|
8
|
+
aws_cdk.cx_api-2.174.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
9
|
+
aws_cdk.cx_api-2.174.0.dist-info/top_level.txt,sha256=1TALAKbuUGsMSrfKWEf268lySCmcqSEO6cDYe_XlLHM,8
|
|
10
|
+
aws_cdk.cx_api-2.174.0.dist-info/RECORD,,
|
|
Binary file
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
aws_cdk/cx_api/__init__.py,sha256=kRsQZ1h2EnbotaY0WxXtcKX1IjJnEI2atw42ZPlpcwQ,187805
|
|
2
|
-
aws_cdk/cx_api/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
-
aws_cdk/cx_api/_jsii/__init__.py,sha256=0ZWGy-TLqczospbitpDlhrvK3ksBBvmt_U--oGqXgww,1434
|
|
4
|
-
aws_cdk/cx_api/_jsii/cx-api@2.173.3.jsii.tgz,sha256=JqPxYNL1LEX4Cv4_qiSKHDI5NJuyasfmoU0kShE2my8,226176
|
|
5
|
-
aws_cdk.cx_api-2.173.3.dist-info/LICENSE,sha256=kEDF86xJUQh1E9M7UPKKbHepBEdFxIUyoGfTwQB7zKg,11391
|
|
6
|
-
aws_cdk.cx_api-2.173.3.dist-info/METADATA,sha256=lJctHmSAmXiUJ1TC_oCElaxU1oR8sNUbm08maMse1xw,17154
|
|
7
|
-
aws_cdk.cx_api-2.173.3.dist-info/NOTICE,sha256=7NBh7G38MUfvNz94ADBTirf0VgJwU48PUCT7jvrNxK4,1078
|
|
8
|
-
aws_cdk.cx_api-2.173.3.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
9
|
-
aws_cdk.cx_api-2.173.3.dist-info/top_level.txt,sha256=1TALAKbuUGsMSrfKWEf268lySCmcqSEO6cDYe_XlLHM,8
|
|
10
|
-
aws_cdk.cx_api-2.173.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|