aws-cdk.cx-api 2.185.0__py3-none-any.whl → 2.187.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.

@@ -659,6 +659,44 @@ When this feature flag is disabled, it will keep the root account principal in t
659
659
  }
660
660
  }
661
661
  ```
662
+
663
+ * `@aws-cdk/aws-events:requireEventBusPolicySid`
664
+
665
+ When this flag is enabled:
666
+
667
+ * Resource policies will be created with Statement IDs for service principals
668
+ * The operation will succeed as expected
669
+
670
+ When this flag is disabled:
671
+
672
+ * A warning will be emitted
673
+ * The grant operation will be dropped
674
+ * No permissions will be added
675
+
676
+ *cdk.json*
677
+
678
+ ```json
679
+ {
680
+ "context": {
681
+ "@aws-cdk/aws-events:requireEventBusPolicySid": true
682
+ }
683
+ }
684
+ ```
685
+
686
+ * `@aws-cdk/aws-dynamodb:retainTableReplica`
687
+
688
+ Currently, table replica will always be deleted when stack deletes regardless of source table's deletion policy.
689
+ When enabled, table replica will be default to the removal policy of source table unless specified otherwise.
690
+
691
+ *cdk.json*
692
+
693
+ ```json
694
+ {
695
+ "context": {
696
+ "@aws-cdk/aws-dynamodb:retainTableReplica": true
697
+ }
698
+ }
699
+ ```
662
700
  '''
663
701
  from pkgutil import extend_path
664
702
  __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.185.0", __name__[0:-6], "cx-api@2.185.0.jsii.tgz"
34
+ "@aws-cdk/cx-api", "2.187.0", __name__[0:-6], "cx-api@2.187.0.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.185.0
3
+ Version: 2.187.0
4
4
  Summary: Cloud executable protocol
5
5
  Home-page: https://github.com/aws/aws-cdk
6
6
  Author: Amazon Web Services
@@ -22,8 +22,8 @@ Requires-Python: ~=3.9
22
22
  Description-Content-Type: text/markdown
23
23
  License-File: LICENSE
24
24
  License-File: NOTICE
25
- Requires-Dist: aws-cdk.cloud-assembly-schema<41.0.0,>=40.6.0
26
- Requires-Dist: jsii<2.0.0,>=1.109.0
25
+ Requires-Dist: aws-cdk.cloud-assembly-schema<42.0.0,>=41.0.0
26
+ Requires-Dist: jsii<2.0.0,>=1.110.0
27
27
  Requires-Dist: publication>=0.0.3
28
28
  Requires-Dist: typeguard<4.3.0,>=2.13.3
29
29
 
@@ -687,3 +687,41 @@ When this feature flag is disabled, it will keep the root account principal in t
687
687
  }
688
688
  }
689
689
  ```
690
+
691
+ * `@aws-cdk/aws-events:requireEventBusPolicySid`
692
+
693
+ When this flag is enabled:
694
+
695
+ * Resource policies will be created with Statement IDs for service principals
696
+ * The operation will succeed as expected
697
+
698
+ When this flag is disabled:
699
+
700
+ * A warning will be emitted
701
+ * The grant operation will be dropped
702
+ * No permissions will be added
703
+
704
+ *cdk.json*
705
+
706
+ ```json
707
+ {
708
+ "context": {
709
+ "@aws-cdk/aws-events:requireEventBusPolicySid": true
710
+ }
711
+ }
712
+ ```
713
+
714
+ * `@aws-cdk/aws-dynamodb:retainTableReplica`
715
+
716
+ Currently, table replica will always be deleted when stack deletes regardless of source table's deletion policy.
717
+ When enabled, table replica will be default to the removal policy of source table unless specified otherwise.
718
+
719
+ *cdk.json*
720
+
721
+ ```json
722
+ {
723
+ "context": {
724
+ "@aws-cdk/aws-dynamodb:retainTableReplica": true
725
+ }
726
+ }
727
+ ```
@@ -0,0 +1,10 @@
1
+ aws_cdk/cx_api/__init__.py,sha256=VsJsTmYBSdcF6PbeHJ15Tcmzdgwe0JzAezzlpzBlIQk,195986
2
+ aws_cdk/cx_api/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
3
+ aws_cdk/cx_api/_jsii/__init__.py,sha256=F2Qx9jiX4wqJGqzDtfEFQaBqQXovW2eITSX0F2we0W0,1434
4
+ aws_cdk/cx_api/_jsii/cx-api@2.187.0.jsii.tgz,sha256=GIb_rbFWlDqqS2Df-M63P4nkq8_uqL_L8-Q2JHKXChs,244516
5
+ aws_cdk_cx_api-2.187.0.dist-info/LICENSE,sha256=y47tc38H0C4DpGljYUZDl8XxidQjNxxGLq-K4jwv6Xc,11391
6
+ aws_cdk_cx_api-2.187.0.dist-info/METADATA,sha256=sOU3k4rZejwsHiTm4CTS0Jz5AezlSfFRzt8FLc7TBh0,24083
7
+ aws_cdk_cx_api-2.187.0.dist-info/NOTICE,sha256=ADLo99tv5kq5gQDGp9ApDXyR8I8l6SQRbLl_UT8kHuY,1078
8
+ aws_cdk_cx_api-2.187.0.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
9
+ aws_cdk_cx_api-2.187.0.dist-info/top_level.txt,sha256=1TALAKbuUGsMSrfKWEf268lySCmcqSEO6cDYe_XlLHM,8
10
+ aws_cdk_cx_api-2.187.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.45.1)
2
+ Generator: setuptools (75.3.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,10 +0,0 @@
1
- aws_cdk/cx_api/__init__.py,sha256=hLQ0vsw8fbTTs-w7sOZ2LDduVW25iUVyMsfxr78VSFI,195185
2
- aws_cdk/cx_api/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
3
- aws_cdk/cx_api/_jsii/__init__.py,sha256=Gw1Stw_kWbGf0l-Z08WXPgNOIKA_954KIhCB54SMCKo,1434
4
- aws_cdk/cx_api/_jsii/cx-api@2.185.0.jsii.tgz,sha256=uCGEnR6WrxfmGG0WWUVZFH5tfAQT-oSv2JNjiRHHNJQ,241364
5
- aws_cdk.cx_api-2.185.0.dist-info/LICENSE,sha256=y47tc38H0C4DpGljYUZDl8XxidQjNxxGLq-K4jwv6Xc,11391
6
- aws_cdk.cx_api-2.185.0.dist-info/METADATA,sha256=T6akWfIDSyPIpNC8NuMhuwpCI1K4yRLNrMUQlmhsEMw,23282
7
- aws_cdk.cx_api-2.185.0.dist-info/NOTICE,sha256=ADLo99tv5kq5gQDGp9ApDXyR8I8l6SQRbLl_UT8kHuY,1078
8
- aws_cdk.cx_api-2.185.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
9
- aws_cdk.cx_api-2.185.0.dist-info/top_level.txt,sha256=1TALAKbuUGsMSrfKWEf268lySCmcqSEO6cDYe_XlLHM,8
10
- aws_cdk.cx_api-2.185.0.dist-info/RECORD,,