aws-cdk-lib 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-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +210 -181
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.173.3.jsii.tgz → aws-cdk-lib@2.174.0.jsii.tgz} +0 -0
- aws_cdk/aws_apigateway/__init__.py +127 -168
- aws_cdk/aws_appconfig/__init__.py +498 -1
- aws_cdk/aws_applicationautoscaling/__init__.py +4 -1
- aws_cdk/aws_appsync/__init__.py +4 -0
- aws_cdk/aws_autoscaling/__init__.py +96 -0
- aws_cdk/aws_batch/__init__.py +1084 -233
- aws_cdk/aws_bedrock/__init__.py +2119 -181
- aws_cdk/aws_cassandra/__init__.py +476 -4
- aws_cdk/aws_cleanrooms/__init__.py +543 -17
- aws_cdk/aws_cloudformation/__init__.py +172 -169
- aws_cdk/aws_cloudfront/__init__.py +773 -26
- aws_cdk/aws_cloudtrail/__init__.py +8 -2
- aws_cdk/aws_codebuild/__init__.py +83 -0
- aws_cdk/aws_codepipeline/__init__.py +2 -1
- aws_cdk/aws_cognito/__init__.py +232 -200
- aws_cdk/aws_connect/__init__.py +187 -36
- aws_cdk/aws_connectcampaignsv2/__init__.py +106 -12
- aws_cdk/aws_databrew/__init__.py +69 -1
- aws_cdk/aws_datasync/__init__.py +33 -28
- aws_cdk/aws_datazone/__init__.py +141 -41
- aws_cdk/aws_dlm/__init__.py +20 -10
- aws_cdk/aws_dms/__init__.py +722 -30
- aws_cdk/aws_dynamodb/__init__.py +76 -4
- aws_cdk/aws_ec2/__init__.py +1233 -65
- aws_cdk/aws_ecr/__init__.py +31 -0
- aws_cdk/aws_ecr_assets/__init__.py +5 -0
- aws_cdk/aws_ecs/__init__.py +88 -11
- aws_cdk/aws_efs/__init__.py +15 -8
- aws_cdk/aws_eks/__init__.py +114 -45
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +2 -2
- aws_cdk/aws_emrserverless/__init__.py +143 -0
- aws_cdk/aws_events/__init__.py +50 -30
- aws_cdk/aws_fis/__init__.py +33 -33
- aws_cdk/aws_fsx/__init__.py +20 -10
- aws_cdk/aws_glue/__init__.py +34 -11
- aws_cdk/aws_greengrass/__init__.py +8 -8
- aws_cdk/aws_guardduty/__init__.py +1 -1
- aws_cdk/aws_imagebuilder/__init__.py +45 -47
- aws_cdk/aws_internetmonitor/__init__.py +3 -3
- aws_cdk/aws_invoicing/__init__.py +55 -30
- aws_cdk/aws_iot/__init__.py +1117 -4
- aws_cdk/aws_iot1click/__init__.py +17 -7
- aws_cdk/aws_kendra/__init__.py +4 -6
- aws_cdk/aws_lambda/__init__.py +15 -1
- aws_cdk/aws_logs/__init__.py +4011 -86
- aws_cdk/aws_m2/__init__.py +41 -0
- aws_cdk/aws_mediaconnect/__init__.py +202 -7
- aws_cdk/aws_memorydb/__init__.py +22 -22
- aws_cdk/aws_networkmanager/__init__.py +758 -0
- aws_cdk/aws_opensearchservice/__init__.py +222 -0
- aws_cdk/aws_organizations/__init__.py +5 -3
- aws_cdk/aws_pcs/__init__.py +3038 -0
- aws_cdk/aws_pipes/__init__.py +10 -10
- aws_cdk/aws_qbusiness/__init__.py +415 -140
- aws_cdk/aws_quicksight/__init__.py +15932 -6448
- aws_cdk/aws_ram/__init__.py +5 -11
- aws_cdk/aws_rbin/__init__.py +28 -16
- aws_cdk/aws_rds/__init__.py +184 -24
- aws_cdk/aws_redshiftserverless/__init__.py +156 -0
- aws_cdk/aws_resiliencehub/__init__.py +2 -1
- aws_cdk/aws_route53_targets/__init__.py +5 -5
- aws_cdk/aws_s3/__init__.py +25 -15
- aws_cdk/aws_s3express/__init__.py +7 -7
- aws_cdk/aws_s3tables/__init__.py +683 -0
- aws_cdk/aws_sagemaker/__init__.py +574 -189
- aws_cdk/aws_secretsmanager/__init__.py +2 -0
- aws_cdk/aws_securityhub/__init__.py +41 -165
- aws_cdk/aws_servicediscovery/__init__.py +10 -3
- aws_cdk/aws_ses/__init__.py +190 -5
- aws_cdk/aws_sns/__init__.py +7 -3
- aws_cdk/aws_synthetics/__init__.py +29 -4
- aws_cdk/aws_transfer/__init__.py +8 -0
- aws_cdk/aws_vpclattice/__init__.py +147 -77
- aws_cdk/aws_wafv2/__init__.py +20 -8
- aws_cdk/aws_wisdom/__init__.py +162 -111
- aws_cdk/aws_workspaces/__init__.py +10 -4
- aws_cdk/cloud_assembly_schema/__init__.py +22 -0
- aws_cdk/custom_resources/__init__.py +31 -0
- aws_cdk/cx_api/__init__.py +19 -0
- {aws_cdk_lib-2.173.3.dist-info → aws_cdk_lib-2.174.0.dist-info}/LICENSE +1 -1
- {aws_cdk_lib-2.173.3.dist-info → aws_cdk_lib-2.174.0.dist-info}/METADATA +2 -2
- {aws_cdk_lib-2.173.3.dist-info → aws_cdk_lib-2.174.0.dist-info}/NOTICE +1 -1
- {aws_cdk_lib-2.173.3.dist-info → aws_cdk_lib-2.174.0.dist-info}/RECORD +88 -86
- {aws_cdk_lib-2.173.3.dist-info → aws_cdk_lib-2.174.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.173.3.dist-info → aws_cdk_lib-2.174.0.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
|
-
'''
|
|
75
|
+
'''.. epigraph::
|
|
76
76
|
|
|
77
|
-
|
|
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
|
-
'''
|
|
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
|
-
'''
|
|
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
|
-
'''
|
|
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
|
|
aws_cdk/aws_kendra/__init__.py
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
'''
|
aws_cdk/aws_lambda/__init__.py
CHANGED
|
@@ -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":
|