aws-cdk-lib 2.172.0__py3-none-any.whl → 2.173.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.
- aws_cdk/__init__.py +57 -0
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.172.0.jsii.tgz → aws-cdk-lib@2.173.1.jsii.tgz} +0 -0
- aws_cdk/aws_amazonmq/__init__.py +40 -40
- aws_cdk/aws_apigateway/__init__.py +111 -64
- aws_cdk/aws_applicationautoscaling/__init__.py +141 -66
- aws_cdk/aws_appsync/__init__.py +4 -3
- aws_cdk/aws_autoscaling/__init__.py +15 -6
- aws_cdk/aws_bedrock/__init__.py +32 -44
- aws_cdk/aws_chatbot/__init__.py +72 -46
- aws_cdk/aws_cleanrooms/__init__.py +4 -6
- aws_cdk/aws_cloudfront/__init__.py +4 -2
- aws_cdk/aws_cloudtrail/__init__.py +104 -68
- aws_cdk/aws_cloudwatch/__init__.py +51 -14
- aws_cdk/aws_codebuild/__init__.py +39 -0
- aws_cdk/aws_codepipeline/__init__.py +4 -4
- aws_cdk/aws_cognito/__init__.py +221 -53
- aws_cdk/aws_config/__init__.py +13 -10
- aws_cdk/aws_connect/__init__.py +25 -23
- aws_cdk/aws_connectcampaignsv2/__init__.py +187 -176
- aws_cdk/aws_docdb/__init__.py +128 -0
- aws_cdk/aws_dynamodb/__init__.py +256 -0
- aws_cdk/aws_ec2/__init__.py +130 -48
- aws_cdk/aws_ecs/__init__.py +25 -13
- aws_cdk/aws_eks/__init__.py +86 -24
- aws_cdk/aws_elasticache/__init__.py +22 -22
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +138 -128
- aws_cdk/aws_events/__init__.py +39 -26
- aws_cdk/aws_fsx/__init__.py +134 -10
- aws_cdk/aws_imagebuilder/__init__.py +8 -8
- aws_cdk/aws_invoicing/__init__.py +651 -0
- aws_cdk/aws_iot/__init__.py +28 -22
- aws_cdk/aws_iotfleetwise/__init__.py +473 -332
- aws_cdk/aws_iotsitewise/__init__.py +6 -4
- aws_cdk/aws_ivs/__init__.py +43 -31
- aws_cdk/aws_kendra/__init__.py +4 -0
- aws_cdk/aws_lakeformation/__init__.py +2 -1
- aws_cdk/aws_lambda/__init__.py +258 -156
- aws_cdk/aws_logs/__init__.py +532 -0
- aws_cdk/aws_m2/__init__.py +15 -15
- aws_cdk/aws_mediaconnect/__init__.py +24 -14
- aws_cdk/aws_medialive/__init__.py +2359 -5
- aws_cdk/aws_mediapackage/__init__.py +3 -9
- aws_cdk/aws_mediapackagev2/__init__.py +19 -17
- aws_cdk/aws_memorydb/__init__.py +664 -4
- aws_cdk/aws_qbusiness/__init__.py +2018 -66
- aws_cdk/aws_rds/__init__.py +30 -0
- aws_cdk/aws_resourcegroups/__init__.py +26 -17
- aws_cdk/aws_route53/__init__.py +1177 -10
- aws_cdk/aws_route53_targets/__init__.py +224 -100
- aws_cdk/aws_route53resolver/__init__.py +4 -2
- aws_cdk/aws_s3/__init__.py +4 -4
- aws_cdk/aws_s3express/__init__.py +30 -19
- aws_cdk/aws_sagemaker/__init__.py +783 -9
- aws_cdk/aws_secretsmanager/__init__.py +20 -6
- aws_cdk/aws_securityhub/__init__.py +64 -32
- aws_cdk/aws_servicediscovery/__init__.py +43 -0
- aws_cdk/aws_ses/__init__.py +109 -0
- aws_cdk/aws_stepfunctions_tasks/__init__.py +190 -35
- aws_cdk/aws_synthetics/__init__.py +7 -5
- aws_cdk/aws_vpclattice/__init__.py +1479 -122
- aws_cdk/aws_wisdom/__init__.py +2698 -232
- aws_cdk/aws_workspacesweb/__init__.py +118 -61
- {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/RECORD +69 -68
- {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/top_level.txt +0 -0
aws_cdk/aws_iot/__init__.py
CHANGED
|
@@ -12578,10 +12578,10 @@ class CfnThingType(
|
|
|
12578
12578
|
'''
|
|
12579
12579
|
:param scope: Scope in which this resource is defined.
|
|
12580
12580
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
12581
|
-
:param deprecate_thing_type: Deprecates a thing type. You can not associate new things with deprecated thing type. Requires permission to access the `DeprecateThingType <https://docs.aws.amazon.com//service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions>`_ action.
|
|
12581
|
+
:param deprecate_thing_type: Deprecates a thing type. You can not associate new things with deprecated thing type. You cannot update ``ThingTypeProperties`` if the thing type is deprecated. Requires permission to access the `DeprecateThingType <https://docs.aws.amazon.com//service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions>`_ action.
|
|
12582
12582
|
:param tags: Metadata which can be used to manage the thing type.
|
|
12583
12583
|
:param thing_type_name: The name of the thing type.
|
|
12584
|
-
:param thing_type_properties: The thing type properties for the thing type to create. It contains information about the new thing type including a description,
|
|
12584
|
+
:param thing_type_properties: The thing type properties for the thing type to create. It contains information about the new thing type including a description, a list of searchable thing attribute names, and a list of propagating attributes. After a thing type is created, you can only update ``Mqtt5Configuration`` .
|
|
12585
12585
|
'''
|
|
12586
12586
|
if __debug__:
|
|
12587
12587
|
type_hints = typing.get_type_hints(_typecheckingstub__855c3886be1512886349890e201c5566281b169c77e8a1ea7d540216ec69c482)
|
|
@@ -12660,10 +12660,7 @@ class CfnThingType(
|
|
|
12660
12660
|
def deprecate_thing_type(
|
|
12661
12661
|
self,
|
|
12662
12662
|
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
12663
|
-
'''Deprecates a thing type.
|
|
12664
|
-
|
|
12665
|
-
You can not associate new things with deprecated thing type.
|
|
12666
|
-
'''
|
|
12663
|
+
'''Deprecates a thing type.'''
|
|
12667
12664
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "deprecateThingType"))
|
|
12668
12665
|
|
|
12669
12666
|
@deprecate_thing_type.setter
|
|
@@ -12731,8 +12728,9 @@ class CfnThingType(
|
|
|
12731
12728
|
*,
|
|
12732
12729
|
propagating_attributes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnThingType.PropagatingAttributeProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
12733
12730
|
) -> None:
|
|
12734
|
-
'''
|
|
12735
|
-
|
|
12731
|
+
'''The configuration to add user-defined properties to enrich MQTT 5 messages.
|
|
12732
|
+
|
|
12733
|
+
:param propagating_attributes: An object that represents the connection attribute, the thing attribute, and the MQTT 5 user property key.
|
|
12736
12734
|
|
|
12737
12735
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-thingtype-mqtt5configuration.html
|
|
12738
12736
|
:exampleMetadata: fixture=_generated
|
|
@@ -12764,7 +12762,8 @@ class CfnThingType(
|
|
|
12764
12762
|
def propagating_attributes(
|
|
12765
12763
|
self,
|
|
12766
12764
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnThingType.PropagatingAttributeProperty"]]]]:
|
|
12767
|
-
'''
|
|
12765
|
+
'''An object that represents the connection attribute, the thing attribute, and the MQTT 5 user property key.
|
|
12766
|
+
|
|
12768
12767
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-thingtype-mqtt5configuration.html#cfn-iot-thingtype-mqtt5configuration-propagatingattributes
|
|
12769
12768
|
'''
|
|
12770
12769
|
result = self._values.get("propagating_attributes")
|
|
@@ -12798,10 +12797,11 @@ class CfnThingType(
|
|
|
12798
12797
|
connection_attribute: typing.Optional[builtins.str] = None,
|
|
12799
12798
|
thing_attribute: typing.Optional[builtins.str] = None,
|
|
12800
12799
|
) -> None:
|
|
12801
|
-
'''
|
|
12802
|
-
|
|
12803
|
-
:param
|
|
12804
|
-
:param
|
|
12800
|
+
'''An object that represents the connection attribute, the thing attribute, and the MQTT 5 user property key.
|
|
12801
|
+
|
|
12802
|
+
:param user_property_key: The key of the MQTT 5 user property, which is a key-value pair.
|
|
12803
|
+
:param connection_attribute: The attribute associated with the connection details.
|
|
12804
|
+
:param thing_attribute: The thing attribute that is propagating for MQTT 5 message enrichment.
|
|
12805
12805
|
|
|
12806
12806
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-thingtype-propagatingattribute.html
|
|
12807
12807
|
:exampleMetadata: fixture=_generated
|
|
@@ -12835,7 +12835,8 @@ class CfnThingType(
|
|
|
12835
12835
|
|
|
12836
12836
|
@builtins.property
|
|
12837
12837
|
def user_property_key(self) -> builtins.str:
|
|
12838
|
-
'''
|
|
12838
|
+
'''The key of the MQTT 5 user property, which is a key-value pair.
|
|
12839
|
+
|
|
12839
12840
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-thingtype-propagatingattribute.html#cfn-iot-thingtype-propagatingattribute-userpropertykey
|
|
12840
12841
|
'''
|
|
12841
12842
|
result = self._values.get("user_property_key")
|
|
@@ -12844,7 +12845,8 @@ class CfnThingType(
|
|
|
12844
12845
|
|
|
12845
12846
|
@builtins.property
|
|
12846
12847
|
def connection_attribute(self) -> typing.Optional[builtins.str]:
|
|
12847
|
-
'''
|
|
12848
|
+
'''The attribute associated with the connection details.
|
|
12849
|
+
|
|
12848
12850
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-thingtype-propagatingattribute.html#cfn-iot-thingtype-propagatingattribute-connectionattribute
|
|
12849
12851
|
'''
|
|
12850
12852
|
result = self._values.get("connection_attribute")
|
|
@@ -12852,7 +12854,8 @@ class CfnThingType(
|
|
|
12852
12854
|
|
|
12853
12855
|
@builtins.property
|
|
12854
12856
|
def thing_attribute(self) -> typing.Optional[builtins.str]:
|
|
12855
|
-
'''
|
|
12857
|
+
'''The thing attribute that is propagating for MQTT 5 message enrichment.
|
|
12858
|
+
|
|
12856
12859
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-thingtype-propagatingattribute.html#cfn-iot-thingtype-propagatingattribute-thingattribute
|
|
12857
12860
|
'''
|
|
12858
12861
|
result = self._values.get("thing_attribute")
|
|
@@ -12888,7 +12891,7 @@ class CfnThingType(
|
|
|
12888
12891
|
) -> None:
|
|
12889
12892
|
'''The ThingTypeProperties contains information about the thing type including: a thing type description, and a list of searchable thing attribute names.
|
|
12890
12893
|
|
|
12891
|
-
:param mqtt5_configuration:
|
|
12894
|
+
:param mqtt5_configuration: The configuration to add user-defined properties to enrich MQTT 5 messages.
|
|
12892
12895
|
:param searchable_attributes: A list of searchable thing attribute names.
|
|
12893
12896
|
:param thing_type_description: The description of the thing type.
|
|
12894
12897
|
|
|
@@ -12932,7 +12935,8 @@ class CfnThingType(
|
|
|
12932
12935
|
def mqtt5_configuration(
|
|
12933
12936
|
self,
|
|
12934
12937
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnThingType.Mqtt5ConfigurationProperty"]]:
|
|
12935
|
-
'''
|
|
12938
|
+
'''The configuration to add user-defined properties to enrich MQTT 5 messages.
|
|
12939
|
+
|
|
12936
12940
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-thingtype-thingtypeproperties.html#cfn-iot-thingtype-thingtypeproperties-mqtt5configuration
|
|
12937
12941
|
'''
|
|
12938
12942
|
result = self._values.get("mqtt5_configuration")
|
|
@@ -12989,10 +12993,10 @@ class CfnThingTypeProps:
|
|
|
12989
12993
|
) -> None:
|
|
12990
12994
|
'''Properties for defining a ``CfnThingType``.
|
|
12991
12995
|
|
|
12992
|
-
:param deprecate_thing_type: Deprecates a thing type. You can not associate new things with deprecated thing type. Requires permission to access the `DeprecateThingType <https://docs.aws.amazon.com//service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions>`_ action.
|
|
12996
|
+
:param deprecate_thing_type: Deprecates a thing type. You can not associate new things with deprecated thing type. You cannot update ``ThingTypeProperties`` if the thing type is deprecated. Requires permission to access the `DeprecateThingType <https://docs.aws.amazon.com//service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions>`_ action.
|
|
12993
12997
|
:param tags: Metadata which can be used to manage the thing type.
|
|
12994
12998
|
:param thing_type_name: The name of the thing type.
|
|
12995
|
-
:param thing_type_properties: The thing type properties for the thing type to create. It contains information about the new thing type including a description,
|
|
12999
|
+
:param thing_type_properties: The thing type properties for the thing type to create. It contains information about the new thing type including a description, a list of searchable thing attribute names, and a list of propagating attributes. After a thing type is created, you can only update ``Mqtt5Configuration`` .
|
|
12996
13000
|
|
|
12997
13001
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingtype.html
|
|
12998
13002
|
:exampleMetadata: fixture=_generated
|
|
@@ -13045,7 +13049,9 @@ class CfnThingTypeProps:
|
|
|
13045
13049
|
def deprecate_thing_type(
|
|
13046
13050
|
self,
|
|
13047
13051
|
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
13048
|
-
'''Deprecates a thing type.
|
|
13052
|
+
'''Deprecates a thing type.
|
|
13053
|
+
|
|
13054
|
+
You can not associate new things with deprecated thing type. You cannot update ``ThingTypeProperties`` if the thing type is deprecated.
|
|
13049
13055
|
|
|
13050
13056
|
Requires permission to access the `DeprecateThingType <https://docs.aws.amazon.com//service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions>`_ action.
|
|
13051
13057
|
|
|
@@ -13078,7 +13084,7 @@ class CfnThingTypeProps:
|
|
|
13078
13084
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnThingType.ThingTypePropertiesProperty]]:
|
|
13079
13085
|
'''The thing type properties for the thing type to create.
|
|
13080
13086
|
|
|
13081
|
-
It contains information about the new thing type including a description,
|
|
13087
|
+
It contains information about the new thing type including a description, a list of searchable thing attribute names, and a list of propagating attributes. After a thing type is created, you can only update ``Mqtt5Configuration`` .
|
|
13082
13088
|
|
|
13083
13089
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-thingtype.html#cfn-iot-thingtype-thingtypeproperties
|
|
13084
13090
|
'''
|