aws-cdk-lib 2.173.4__py3-none-any.whl → 2.174.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.

Potentially problematic release.


This version of aws-cdk-lib might be problematic. Click here for more details.

Files changed (91) hide show
  1. aws_cdk/__init__.py +210 -181
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.173.4.jsii.tgz → aws-cdk-lib@2.174.1.jsii.tgz} +0 -0
  4. aws_cdk/aws_amazonmq/__init__.py +18 -0
  5. aws_cdk/aws_apigateway/__init__.py +127 -168
  6. aws_cdk/aws_appconfig/__init__.py +498 -1
  7. aws_cdk/aws_applicationautoscaling/__init__.py +4 -1
  8. aws_cdk/aws_appsync/__init__.py +4 -0
  9. aws_cdk/aws_autoscaling/__init__.py +96 -0
  10. aws_cdk/aws_batch/__init__.py +662 -237
  11. aws_cdk/aws_bedrock/__init__.py +2122 -181
  12. aws_cdk/aws_cassandra/__init__.py +476 -4
  13. aws_cdk/aws_cleanrooms/__init__.py +1227 -20
  14. aws_cdk/aws_cloudformation/__init__.py +172 -169
  15. aws_cdk/aws_cloudfront/__init__.py +773 -26
  16. aws_cdk/aws_cloudtrail/__init__.py +8 -2
  17. aws_cdk/aws_codebuild/__init__.py +83 -0
  18. aws_cdk/aws_codepipeline/__init__.py +2 -1
  19. aws_cdk/aws_cognito/__init__.py +232 -200
  20. aws_cdk/aws_connect/__init__.py +187 -36
  21. aws_cdk/aws_connectcampaignsv2/__init__.py +106 -12
  22. aws_cdk/aws_databrew/__init__.py +69 -1
  23. aws_cdk/aws_datasync/__init__.py +33 -28
  24. aws_cdk/aws_datazone/__init__.py +141 -41
  25. aws_cdk/aws_dlm/__init__.py +20 -10
  26. aws_cdk/aws_dms/__init__.py +736 -22
  27. aws_cdk/aws_docdb/__init__.py +134 -0
  28. aws_cdk/aws_dynamodb/__init__.py +76 -4
  29. aws_cdk/aws_ec2/__init__.py +1233 -65
  30. aws_cdk/aws_ecr/__init__.py +31 -0
  31. aws_cdk/aws_ecr_assets/__init__.py +5 -0
  32. aws_cdk/aws_ecs/__init__.py +88 -11
  33. aws_cdk/aws_efs/__init__.py +15 -8
  34. aws_cdk/aws_eks/__init__.py +114 -45
  35. aws_cdk/aws_elasticloadbalancingv2/__init__.py +2 -2
  36. aws_cdk/aws_emrserverless/__init__.py +143 -0
  37. aws_cdk/aws_events/__init__.py +50 -30
  38. aws_cdk/aws_fis/__init__.py +33 -33
  39. aws_cdk/aws_fsx/__init__.py +20 -10
  40. aws_cdk/aws_glue/__init__.py +34 -11
  41. aws_cdk/aws_greengrass/__init__.py +8 -8
  42. aws_cdk/aws_guardduty/__init__.py +1 -1
  43. aws_cdk/aws_imagebuilder/__init__.py +45 -47
  44. aws_cdk/aws_internetmonitor/__init__.py +3 -3
  45. aws_cdk/aws_invoicing/__init__.py +55 -30
  46. aws_cdk/aws_iot/__init__.py +1117 -4
  47. aws_cdk/aws_iot1click/__init__.py +17 -7
  48. aws_cdk/aws_kendra/__init__.py +4 -6
  49. aws_cdk/aws_lambda/__init__.py +15 -1
  50. aws_cdk/aws_logs/__init__.py +4011 -86
  51. aws_cdk/aws_m2/__init__.py +41 -0
  52. aws_cdk/aws_mediaconnect/__init__.py +202 -7
  53. aws_cdk/aws_mediaconvert/__init__.py +39 -0
  54. aws_cdk/aws_memorydb/__init__.py +22 -22
  55. aws_cdk/aws_networkmanager/__init__.py +758 -0
  56. aws_cdk/aws_opensearchservice/__init__.py +222 -0
  57. aws_cdk/aws_organizations/__init__.py +5 -3
  58. aws_cdk/aws_pcs/__init__.py +3038 -0
  59. aws_cdk/aws_pipes/__init__.py +10 -10
  60. aws_cdk/aws_qbusiness/__init__.py +415 -140
  61. aws_cdk/aws_quicksight/__init__.py +59795 -49748
  62. aws_cdk/aws_ram/__init__.py +5 -11
  63. aws_cdk/aws_rbin/__init__.py +28 -16
  64. aws_cdk/aws_rds/__init__.py +186 -31
  65. aws_cdk/aws_redshiftserverless/__init__.py +156 -0
  66. aws_cdk/aws_resiliencehub/__init__.py +2 -1
  67. aws_cdk/aws_route53_targets/__init__.py +5 -5
  68. aws_cdk/aws_s3/__init__.py +25 -15
  69. aws_cdk/aws_s3express/__init__.py +7 -7
  70. aws_cdk/aws_s3tables/__init__.py +683 -0
  71. aws_cdk/aws_sagemaker/__init__.py +580 -195
  72. aws_cdk/aws_secretsmanager/__init__.py +2 -0
  73. aws_cdk/aws_securityhub/__init__.py +41 -165
  74. aws_cdk/aws_servicediscovery/__init__.py +10 -3
  75. aws_cdk/aws_ses/__init__.py +190 -5
  76. aws_cdk/aws_sns/__init__.py +7 -3
  77. aws_cdk/aws_synthetics/__init__.py +29 -4
  78. aws_cdk/aws_transfer/__init__.py +8 -0
  79. aws_cdk/aws_vpclattice/__init__.py +147 -77
  80. aws_cdk/aws_wafv2/__init__.py +20 -8
  81. aws_cdk/aws_wisdom/__init__.py +162 -111
  82. aws_cdk/aws_workspaces/__init__.py +10 -4
  83. aws_cdk/cloud_assembly_schema/__init__.py +22 -0
  84. aws_cdk/custom_resources/__init__.py +31 -0
  85. aws_cdk/cx_api/__init__.py +19 -0
  86. {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.1.dist-info}/LICENSE +1 -1
  87. {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.1.dist-info}/METADATA +2 -2
  88. {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.1.dist-info}/NOTICE +1 -1
  89. {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.1.dist-info}/RECORD +91 -89
  90. {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.1.dist-info}/WHEEL +0 -0
  91. {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.1.dist-info}/top_level.txt +0 -0
@@ -72,9 +72,11 @@ class CfnDevice(
72
72
  metaclass=jsii.JSIIMeta,
73
73
  jsii_type="aws-cdk-lib.aws_iot1click.CfnDevice",
74
74
  ):
75
- '''The ``AWS::IoT1Click::Device`` resource controls the enabled state of an AWS IoT 1-Click compatible device.
75
+ '''.. epigraph::
76
76
 
77
- For more information, see `Device <https://docs.aws.amazon.com/iot-1-click/1.0/devices-apireference/devices-deviceid.html>`_ in the *AWS IoT 1-Click Devices API Reference* .
77
+ AWS IoT 1-Click was discontinued on Dec 16, 2024. For more information, see `AWS IoT 1-Click <https://docs.aws.amazon.com//iot/latest/developerguide/iot-legacy-services.html>`_ .
78
+
79
+ The ``AWS::IoT1Click::Device`` resource controls the enabled state of an AWS IoT 1-Click compatible device. For more information, see `Device <https://docs.aws.amazon.com/iot-1-click/1.0/devices-apireference/devices-deviceid.html>`_ in the *AWS IoT 1-Click Devices API Reference* .
78
80
 
79
81
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-device.html
80
82
  :cloudformationResource: AWS::IoT1Click::Device
@@ -284,9 +286,11 @@ class CfnPlacement(
284
286
  metaclass=jsii.JSIIMeta,
285
287
  jsii_type="aws-cdk-lib.aws_iot1click.CfnPlacement",
286
288
  ):
287
- '''The ``AWS::IoT1Click::Placement`` resource creates a placement to be associated with an AWS IoT 1-Click project.
289
+ '''.. epigraph::
290
+
291
+ AWS IoT 1-Click was discontinued on Dec 16, 2024. For more information, see `AWS IoT 1-Click <https://docs.aws.amazon.com//iot/latest/developerguide/iot-legacy-services.html>`_ .
288
292
 
289
- A placement is an instance of a device in a location. For more information, see `Projects, Templates, and Placements <https://docs.aws.amazon.com/iot-1-click/latest/developerguide/1click-PTP.html>`_ in the *AWS IoT 1-Click Developer Guide* .
293
+ The ``AWS::IoT1Click::Placement`` resource creates a placement to be associated with an AWS IoT 1-Click project. A placement is an instance of a device in a location. For more information, see `Projects, Templates, and Placements <https://docs.aws.amazon.com/iot-1-click/latest/developerguide/1click-PTP.html>`_ in the *AWS IoT 1-Click Developer Guide* .
290
294
 
291
295
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-placement.html
292
296
  :cloudformationResource: AWS::IoT1Click::Placement
@@ -574,9 +578,11 @@ class CfnProject(
574
578
  metaclass=jsii.JSIIMeta,
575
579
  jsii_type="aws-cdk-lib.aws_iot1click.CfnProject",
576
580
  ):
577
- '''The ``AWS::IoT1Click::Project`` resource creates an empty project with a placement template.
581
+ '''.. epigraph::
582
+
583
+ AWS IoT 1-Click was discontinued on Dec 16, 2024. For more information, see `AWS IoT 1-Click <https://docs.aws.amazon.com//iot/latest/developerguide/iot-legacy-services.html>`_ .
578
584
 
579
- A project contains zero or more placements that adhere to the placement template defined in the project. For more information, see `CreateProject <https://docs.aws.amazon.com/iot-1-click/latest/projects-apireference/API_CreateProject.html>`_ in the *AWS IoT 1-Click Projects API Reference* .
585
+ The ``AWS::IoT1Click::Project`` resource creates an empty project with a placement template. A project contains zero or more placements that adhere to the placement template defined in the project. For more information, see `CreateProject <https://docs.aws.amazon.com/iot-1-click/latest/projects-apireference/API_CreateProject.html>`_ in the *AWS IoT 1-Click Projects API Reference* .
580
586
 
581
587
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot1click-project.html
582
588
  :cloudformationResource: AWS::IoT1Click::Project
@@ -828,7 +834,11 @@ class CfnProject(
828
834
  default_attributes: typing.Any = None,
829
835
  device_templates: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Union["CfnProject.DeviceTemplateProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
830
836
  ) -> None:
831
- '''In AWS CloudFormation , use the ``PlacementTemplate`` property type to define the template for an AWS IoT 1-Click project.
837
+ '''.. epigraph::
838
+
839
+ AWS IoT 1-Click was discontinued on Dec 16, 2024. For more information, see `AWS IoT 1-Click <https://docs.aws.amazon.com//iot/latest/developerguide/iot-legacy-services.html>`_ .
840
+
841
+ In AWS CloudFormation , use the ``PlacementTemplate`` property type to define the template for an AWS IoT 1-Click project.
832
842
 
833
843
  ``PlacementTemplate`` is a property of the ``AWS::IoT1Click::Project`` resource.
834
844
 
@@ -8655,7 +8655,7 @@ class CfnIndex(
8655
8655
  '''
8656
8656
  :param scope: Scope in which this resource is defined.
8657
8657
  :param id: Construct identifier for this resource (unique in its scope).
8658
- :param edition: Indicates whether the index is a Enterprise Edition index or a Developer Edition index. Valid values are ``DEVELOPER_EDITION`` and ``ENTERPRISE_EDITION`` .
8658
+ :param edition: Indicates whether the index is a Enterprise Edition index, a Developer Edition index, or a GenAI Enterprise Edition index.
8659
8659
  :param name: The name of the index.
8660
8660
  :param role_arn: An IAM role that gives Amazon Kendra permissions to access your Amazon CloudWatch logs and metrics. This is also the role used when you use the `BatchPutDocument <https://docs.aws.amazon.com/kendra/latest/dg/BatchPutDocument.html>`_ operation to index documents from an Amazon S3 bucket.
8661
8661
  :param capacity_units: Specifies additional capacity units configured for your Enterprise Edition index. You can add and remove capacity units to fit your usage requirements.
@@ -8751,7 +8751,7 @@ class CfnIndex(
8751
8751
  @builtins.property
8752
8752
  @jsii.member(jsii_name="edition")
8753
8753
  def edition(self) -> builtins.str:
8754
- '''Indicates whether the index is a Enterprise Edition index or a Developer Edition index.'''
8754
+ '''Indicates whether the index is a Enterprise Edition index, a Developer Edition index, or a GenAI Enterprise Edition index.'''
8755
8755
  return typing.cast(builtins.str, jsii.get(self, "edition"))
8756
8756
 
8757
8757
  @edition.setter
@@ -9858,7 +9858,7 @@ class CfnIndexProps:
9858
9858
  ) -> None:
9859
9859
  '''Properties for defining a ``CfnIndex``.
9860
9860
 
9861
- :param edition: Indicates whether the index is a Enterprise Edition index or a Developer Edition index. Valid values are ``DEVELOPER_EDITION`` and ``ENTERPRISE_EDITION`` .
9861
+ :param edition: Indicates whether the index is a Enterprise Edition index, a Developer Edition index, or a GenAI Enterprise Edition index.
9862
9862
  :param name: The name of the index.
9863
9863
  :param role_arn: An IAM role that gives Amazon Kendra permissions to access your Amazon CloudWatch logs and metrics. This is also the role used when you use the `BatchPutDocument <https://docs.aws.amazon.com/kendra/latest/dg/BatchPutDocument.html>`_ operation to index documents from an Amazon S3 bucket.
9864
9864
  :param capacity_units: Specifies additional capacity units configured for your Enterprise Edition index. You can add and remove capacity units to fit your usage requirements.
@@ -9972,9 +9972,7 @@ class CfnIndexProps:
9972
9972
 
9973
9973
  @builtins.property
9974
9974
  def edition(self) -> builtins.str:
9975
- '''Indicates whether the index is a Enterprise Edition index or a Developer Edition index.
9976
-
9977
- Valid values are ``DEVELOPER_EDITION`` and ``ENTERPRISE_EDITION`` .
9975
+ '''Indicates whether the index is a Enterprise Edition index, a Developer Edition index, or a GenAI Enterprise Edition index.
9978
9976
 
9979
9977
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-index.html#cfn-kendra-index-edition
9980
9978
  '''
@@ -21414,7 +21414,12 @@ class Runtime(metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.aws_lambda.Runtime
21414
21414
  @jsii.python.classproperty
21415
21415
  @jsii.member(jsii_name="PYTHON_3_8")
21416
21416
  def PYTHON_3_8(cls) -> "Runtime":
21417
- '''The Python 3.8 runtime (python3.8).'''
21417
+ '''(deprecated) The Python 3.8 runtime (python3.8).
21418
+
21419
+ :deprecated: Legacy runtime no longer supported by AWS Lambda. Migrate to the latest Python runtime.
21420
+
21421
+ :stability: deprecated
21422
+ '''
21418
21423
  return typing.cast("Runtime", jsii.sget(cls, "PYTHON_3_8"))
21419
21424
 
21420
21425
  @jsii.python.classproperty
@@ -27179,6 +27184,15 @@ class SingletonFunction(
27179
27184
  '''
27180
27185
  return typing.cast(_Connections_0f31fce8, jsii.get(self, "connections"))
27181
27186
 
27187
+ @builtins.property
27188
+ @jsii.member(jsii_name="constructName")
27189
+ def construct_name(self) -> builtins.str:
27190
+ '''The name of the singleton function.
27191
+
27192
+ It acts as a unique ID within its CDK stack.
27193
+ '''
27194
+ return typing.cast(builtins.str, jsii.get(self, "constructName"))
27195
+
27182
27196
  @builtins.property
27183
27197
  @jsii.member(jsii_name="currentVersion")
27184
27198
  def current_version(self) -> "Version":