aws-cdk.cx-api 2.163.0__py3-none-any.whl → 2.164.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.164.0.jsii.tgz +0 -0
- {aws_cdk.cx_api-2.163.0.dist-info → aws_cdk.cx_api-2.164.0.dist-info}/METADATA +20 -1
- aws_cdk.cx_api-2.164.0.dist-info/RECORD +10 -0
- aws_cdk/cx_api/_jsii/cx-api@2.163.0.jsii.tgz +0 -0
- aws_cdk.cx_api-2.163.0.dist-info/RECORD +0 -10
- {aws_cdk.cx_api-2.163.0.dist-info → aws_cdk.cx_api-2.164.0.dist-info}/LICENSE +0 -0
- {aws_cdk.cx_api-2.163.0.dist-info → aws_cdk.cx_api-2.164.0.dist-info}/NOTICE +0 -0
- {aws_cdk.cx_api-2.163.0.dist-info → aws_cdk.cx_api-2.164.0.dist-info}/WHEEL +0 -0
- {aws_cdk.cx_api-2.163.0.dist-info → aws_cdk.cx_api-2.164.0.dist-info}/top_level.txt +0 -0
aws_cdk/cx_api/__init__.py
CHANGED
|
@@ -476,6 +476,25 @@ occur between these tightly coupled dependencies when using the AWS SDK v3 in La
|
|
|
476
476
|
}
|
|
477
477
|
}
|
|
478
478
|
```
|
|
479
|
+
|
|
480
|
+
* `@aws-cdk/aws-dynamodb:resourcePolicyPerReplica`
|
|
481
|
+
|
|
482
|
+
If this flag is not set, the default behavior for `TableV2` is to use a different `resourcePolicy` for each replica.
|
|
483
|
+
|
|
484
|
+
If this flag is set to false, the behavior is that each replica shares the same `resourcePolicy` as the source table.
|
|
485
|
+
This will prevent you from creating a new table which has an additional replica and a resource policy.
|
|
486
|
+
|
|
487
|
+
This is a feature flag as the old behavior was technically incorrect but users may have come to depend on it.
|
|
488
|
+
|
|
489
|
+
*cdk.json*
|
|
490
|
+
|
|
491
|
+
```json
|
|
492
|
+
{
|
|
493
|
+
"context": {
|
|
494
|
+
"@aws-cdk/aws-dynamodb:resourcePolicyPerReplica": false,
|
|
495
|
+
},
|
|
496
|
+
}
|
|
497
|
+
```
|
|
479
498
|
'''
|
|
480
499
|
from pkgutil import extend_path
|
|
481
500
|
__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.164.0", __name__[0:-6], "cx-api@2.164.0.jsii.tgz"
|
|
35
35
|
)
|
|
36
36
|
|
|
37
37
|
__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.164.0
|
|
4
4
|
Summary: Cloud executable protocol
|
|
5
5
|
Home-page: https://github.com/aws/aws-cdk
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -505,3 +505,22 @@ occur between these tightly coupled dependencies when using the AWS SDK v3 in La
|
|
|
505
505
|
}
|
|
506
506
|
}
|
|
507
507
|
```
|
|
508
|
+
|
|
509
|
+
* `@aws-cdk/aws-dynamodb:resourcePolicyPerReplica`
|
|
510
|
+
|
|
511
|
+
If this flag is not set, the default behavior for `TableV2` is to use a different `resourcePolicy` for each replica.
|
|
512
|
+
|
|
513
|
+
If this flag is set to false, the behavior is that each replica shares the same `resourcePolicy` as the source table.
|
|
514
|
+
This will prevent you from creating a new table which has an additional replica and a resource policy.
|
|
515
|
+
|
|
516
|
+
This is a feature flag as the old behavior was technically incorrect but users may have come to depend on it.
|
|
517
|
+
|
|
518
|
+
*cdk.json*
|
|
519
|
+
|
|
520
|
+
```json
|
|
521
|
+
{
|
|
522
|
+
"context": {
|
|
523
|
+
"@aws-cdk/aws-dynamodb:resourcePolicyPerReplica": false,
|
|
524
|
+
},
|
|
525
|
+
}
|
|
526
|
+
```
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
aws_cdk/cx_api/__init__.py,sha256=9w4l9ukQqoYuZTewDY9LvGLAMhRQ-j8BupxJDOvrBGM,187771
|
|
2
|
+
aws_cdk/cx_api/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
+
aws_cdk/cx_api/_jsii/__init__.py,sha256=mgXFLldS3A3FKP-dF9EAbh-B4Lm-4JpClxUYXH3H-ds,1434
|
|
4
|
+
aws_cdk/cx_api/_jsii/cx-api@2.164.0.jsii.tgz,sha256=ncLbBRQFovWcDcLID4OQwPHcU64j1gWhw70NtPoGAnA,224282
|
|
5
|
+
aws_cdk.cx_api-2.164.0.dist-info/LICENSE,sha256=kEDF86xJUQh1E9M7UPKKbHepBEdFxIUyoGfTwQB7zKg,11391
|
|
6
|
+
aws_cdk.cx_api-2.164.0.dist-info/METADATA,sha256=MYAQyyR3GpPNemEwDBjFAO8-NsVsxm8-P_5jQ463lYs,17154
|
|
7
|
+
aws_cdk.cx_api-2.164.0.dist-info/NOTICE,sha256=7NBh7G38MUfvNz94ADBTirf0VgJwU48PUCT7jvrNxK4,1078
|
|
8
|
+
aws_cdk.cx_api-2.164.0.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
|
9
|
+
aws_cdk.cx_api-2.164.0.dist-info/top_level.txt,sha256=1TALAKbuUGsMSrfKWEf268lySCmcqSEO6cDYe_XlLHM,8
|
|
10
|
+
aws_cdk.cx_api-2.164.0.dist-info/RECORD,,
|
|
Binary file
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
aws_cdk/cx_api/__init__.py,sha256=xEPgw1h8lOhs9rxami7z2ssrAzp3Gc6XSXYZCaAlUSg,187158
|
|
2
|
-
aws_cdk/cx_api/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
-
aws_cdk/cx_api/_jsii/__init__.py,sha256=DznBIRpSggfNkT5ffTd-00IAopnd7Btv-JIFKNTqKCQ,1434
|
|
4
|
-
aws_cdk/cx_api/_jsii/cx-api@2.163.0.jsii.tgz,sha256=09Ryrp-McpHbDRwqee_XKrh-4eFLrK6eeaLNoFMEldU,223133
|
|
5
|
-
aws_cdk.cx_api-2.163.0.dist-info/LICENSE,sha256=kEDF86xJUQh1E9M7UPKKbHepBEdFxIUyoGfTwQB7zKg,11391
|
|
6
|
-
aws_cdk.cx_api-2.163.0.dist-info/METADATA,sha256=h_18iWzuQzTcA81yuyM2FtRgn0OrAchHMPjFk9Rij9k,16541
|
|
7
|
-
aws_cdk.cx_api-2.163.0.dist-info/NOTICE,sha256=7NBh7G38MUfvNz94ADBTirf0VgJwU48PUCT7jvrNxK4,1078
|
|
8
|
-
aws_cdk.cx_api-2.163.0.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
|
9
|
-
aws_cdk.cx_api-2.163.0.dist-info/top_level.txt,sha256=1TALAKbuUGsMSrfKWEf268lySCmcqSEO6cDYe_XlLHM,8
|
|
10
|
-
aws_cdk.cx_api-2.163.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|