aws-cdk.cx-api 2.163.1__py3-none-any.whl → 2.164.1__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.
@@ -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__)
@@ -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.163.1", __name__[0:-6], "cx-api@2.163.1.jsii.tgz"
34
+ "@aws-cdk/cx-api", "2.164.1", __name__[0:-6], "cx-api@2.164.1.jsii.tgz"
35
35
  )
36
36
 
37
37
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aws-cdk.cx-api
3
- Version: 2.163.1
3
+ Version: 2.164.1
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=LIFqIlQ5iLVgs9cBWxvr9G2O-WbfUOrSD63XO9WGA5w,1434
4
+ aws_cdk/cx_api/_jsii/cx-api@2.164.1.jsii.tgz,sha256=qgzc7eozTDJ5aYZkYyIyzElejs93mR1g9r0ROEE_IWo,224283
5
+ aws_cdk.cx_api-2.164.1.dist-info/LICENSE,sha256=kEDF86xJUQh1E9M7UPKKbHepBEdFxIUyoGfTwQB7zKg,11391
6
+ aws_cdk.cx_api-2.164.1.dist-info/METADATA,sha256=Bkq5a-SCp8ETLWMtDDBiXlBOs68RBhqiZiVCCszstn8,17154
7
+ aws_cdk.cx_api-2.164.1.dist-info/NOTICE,sha256=7NBh7G38MUfvNz94ADBTirf0VgJwU48PUCT7jvrNxK4,1078
8
+ aws_cdk.cx_api-2.164.1.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
9
+ aws_cdk.cx_api-2.164.1.dist-info/top_level.txt,sha256=1TALAKbuUGsMSrfKWEf268lySCmcqSEO6cDYe_XlLHM,8
10
+ aws_cdk.cx_api-2.164.1.dist-info/RECORD,,
@@ -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=XVq6DCWSEBhiWJNd47C5xonLI0z1P3YBd3M-un0AcOw,1434
4
- aws_cdk/cx_api/_jsii/cx-api@2.163.1.jsii.tgz,sha256=NasNOb8_Du0oTeOlIXQOmVXe_R4_aUxtwzfXZgg8GOk,223134
5
- aws_cdk.cx_api-2.163.1.dist-info/LICENSE,sha256=kEDF86xJUQh1E9M7UPKKbHepBEdFxIUyoGfTwQB7zKg,11391
6
- aws_cdk.cx_api-2.163.1.dist-info/METADATA,sha256=tHh4gvfeAKhKbbwdzVl7f_JjcDzpUwH5Hl4f47uBerM,16541
7
- aws_cdk.cx_api-2.163.1.dist-info/NOTICE,sha256=7NBh7G38MUfvNz94ADBTirf0VgJwU48PUCT7jvrNxK4,1078
8
- aws_cdk.cx_api-2.163.1.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
9
- aws_cdk.cx_api-2.163.1.dist-info/top_level.txt,sha256=1TALAKbuUGsMSrfKWEf268lySCmcqSEO6cDYe_XlLHM,8
10
- aws_cdk.cx_api-2.163.1.dist-info/RECORD,,