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

Files changed (58) hide show
  1. aws_cdk/__init__.py +60 -28
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.216.0.jsii.tgz → aws-cdk-lib@2.217.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_acmpca/__init__.py +1 -1
  5. aws_cdk/aws_amplify/__init__.py +8 -8
  6. aws_cdk/aws_apigateway/__init__.py +26 -6
  7. aws_cdk/aws_apigatewayv2/__init__.py +2 -2
  8. aws_cdk/aws_appmesh/__init__.py +12 -12
  9. aws_cdk/aws_appstream/__init__.py +14 -4
  10. aws_cdk/aws_appsync/__init__.py +3 -3
  11. aws_cdk/aws_aps/__init__.py +459 -0
  12. aws_cdk/aws_batch/__init__.py +6 -2
  13. aws_cdk/aws_bedrock/__init__.py +132 -0
  14. aws_cdk/aws_bedrockagentcore/__init__.py +3178 -0
  15. aws_cdk/aws_certificatemanager/__init__.py +9 -10
  16. aws_cdk/aws_cleanrooms/__init__.py +163 -0
  17. aws_cdk/aws_cloudformation/__init__.py +14 -14
  18. aws_cdk/aws_cloudfront/__init__.py +12 -8
  19. aws_cdk/aws_cognito/__init__.py +2 -2
  20. aws_cdk/aws_connect/__init__.py +138 -10
  21. aws_cdk/aws_cur/__init__.py +57 -3
  22. aws_cdk/aws_datasync/__init__.py +351 -0
  23. aws_cdk/aws_datazone/__init__.py +675 -2
  24. aws_cdk/aws_dynamodb/__init__.py +123 -0
  25. aws_cdk/aws_ec2/__init__.py +55 -10
  26. aws_cdk/aws_ecs/__init__.py +55 -12
  27. aws_cdk/aws_elasticloadbalancingv2/__init__.py +48 -0
  28. aws_cdk/aws_elasticsearch/__init__.py +2 -2
  29. aws_cdk/aws_evs/__init__.py +58 -4
  30. aws_cdk/aws_gamelift/__init__.py +72 -56
  31. aws_cdk/aws_iam/__init__.py +1 -1
  32. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +35 -38
  33. aws_cdk/aws_iotsitewise/__init__.py +75 -111
  34. aws_cdk/aws_kms/__init__.py +10 -2
  35. aws_cdk/aws_lambda/__init__.py +46 -0
  36. aws_cdk/aws_medialive/__init__.py +127 -0
  37. aws_cdk/aws_mediapackage/__init__.py +2 -2
  38. aws_cdk/aws_networkfirewall/__init__.py +10 -10
  39. aws_cdk/aws_networkmanager/__init__.py +63 -0
  40. aws_cdk/aws_odb/__init__.py +2082 -195
  41. aws_cdk/aws_omics/__init__.py +1414 -171
  42. aws_cdk/aws_opensearchserverless/__init__.py +164 -21
  43. aws_cdk/aws_opensearchservice/__init__.py +5 -4
  44. aws_cdk/aws_pcs/__init__.py +9 -9
  45. aws_cdk/aws_quicksight/__init__.py +295 -3
  46. aws_cdk/aws_rds/__init__.py +338 -58
  47. aws_cdk/aws_sagemaker/__init__.py +251 -1
  48. aws_cdk/aws_servicecatalog/__init__.py +162 -154
  49. aws_cdk/aws_smsvoice/__init__.py +5218 -0
  50. aws_cdk/aws_transfer/__init__.py +13 -12
  51. aws_cdk/aws_verifiedpermissions/__init__.py +1 -1
  52. aws_cdk/aws_workspacesinstances/__init__.py +641 -2
  53. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.217.0.dist-info}/METADATA +1 -1
  54. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.217.0.dist-info}/RECORD +58 -56
  55. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.217.0.dist-info}/LICENSE +0 -0
  56. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.217.0.dist-info}/NOTICE +0 -0
  57. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.217.0.dist-info}/WHEEL +0 -0
  58. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.217.0.dist-info}/top_level.txt +0 -0
@@ -421,7 +421,7 @@ class CfnAssetModelProps:
421
421
  :param asset_model_external_id: The external ID of the asset model. For more information, see `Using external IDs <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-ids>`_ in the *AWS IoT SiteWise User Guide* .
422
422
  :param asset_model_hierarchies: The hierarchy definitions of the asset model. Each hierarchy specifies an asset model whose assets can be children of any other assets created from this asset model. For more information, see `Asset hierarchies <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-hierarchies.html>`_ in the *AWS IoT SiteWise User Guide* . You can specify up to 10 hierarchies per asset model. For more information, see `Quotas <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html>`_ in the *AWS IoT SiteWise User Guide* .
423
423
  :param asset_model_properties: The property definitions of the asset model. For more information, see `Asset properties <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-properties.html>`_ in the *AWS IoT SiteWise User Guide* . You can specify up to 200 properties per asset model. For more information, see `Quotas <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html>`_ in the *AWS IoT SiteWise User Guide* .
424
- :param asset_model_type: The type of asset model. - *ASSET_MODEL* – (default) An asset model that you can use to create assets. Can't be included as a component in another asset model. - *COMPONENT_MODEL* – A reusable component that you can include in the composite models of other asset models. You can't create assets directly from this type of asset model. - *INTERFACE* – An interface is a type of model that defines a standard structure that can be applied to different asset models.
424
+ :param asset_model_type: The type of asset model. - *ASSET_MODEL* – (default) An asset model that you can use to create assets. Can't be included as a component in another asset model. - *COMPONENT_MODEL* – A reusable component that you can include in the composite models of other asset models. You can't create assets directly from this type of asset model.
425
425
  :param enforced_asset_model_interface_relationships: a list of asset model and interface relationships.
426
426
  :param tags: A list of key-value pairs that contain metadata for the asset. For more information, see `Tagging your AWS IoT SiteWise resources <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html>`_ in the *AWS IoT SiteWise User Guide* .
427
427
 
@@ -713,7 +713,6 @@ class CfnAssetModelProps:
713
713
 
714
714
  - *ASSET_MODEL* – (default) An asset model that you can use to create assets. Can't be included as a component in another asset model.
715
715
  - *COMPONENT_MODEL* – A reusable component that you can include in the composite models of other asset models. You can't create assets directly from this type of asset model.
716
- - *INTERFACE* – An interface is a type of model that defines a standard structure that can be applied to different asset models.
717
716
 
718
717
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-assetmodel.html#cfn-iotsitewise-assetmodel-assetmodeltype
719
718
  '''
@@ -965,11 +964,11 @@ class CfnComputationModelProps:
965
964
  ) -> None:
966
965
  '''Properties for defining a ``CfnComputationModel``.
967
966
 
968
- :param computation_model_configuration: The configuration for the computation model.
969
- :param computation_model_data_binding: The data binding for the computation model. Key is a variable name defined in configuration. Value is a ``ComputationModelDataBindingValue`` referenced by the variable.
967
+ :param computation_model_configuration:
968
+ :param computation_model_data_binding:
970
969
  :param computation_model_name: The name of the computation model.
971
- :param computation_model_description: The description of the computation model.
972
- :param tags: A list of key-value pairs that contain metadata for the asset. For more information, see `Tagging your AWS IoT SiteWise resources <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html>`_ in the *AWS IoT SiteWise User Guide* .
970
+ :param computation_model_description: A description about the computation model.
971
+ :param tags: An array of key-value pairs to apply to this resource.
973
972
 
974
973
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html
975
974
  :exampleMetadata: fixture=_generated
@@ -1033,8 +1032,7 @@ class CfnComputationModelProps:
1033
1032
  def computation_model_configuration(
1034
1033
  self,
1035
1034
  ) -> typing.Union[_IResolvable_da3f097b, "CfnComputationModel.ComputationModelConfigurationProperty"]:
1036
- '''The configuration for the computation model.
1037
-
1035
+ '''
1038
1036
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html#cfn-iotsitewise-computationmodel-computationmodelconfiguration
1039
1037
  '''
1040
1038
  result = self._values.get("computation_model_configuration")
@@ -1045,10 +1043,7 @@ class CfnComputationModelProps:
1045
1043
  def computation_model_data_binding(
1046
1044
  self,
1047
1045
  ) -> typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, "CfnComputationModel.ComputationModelDataBindingValueProperty"]]]:
1048
- '''The data binding for the computation model.
1049
-
1050
- Key is a variable name defined in configuration. Value is a ``ComputationModelDataBindingValue`` referenced by the variable.
1051
-
1046
+ '''
1052
1047
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html#cfn-iotsitewise-computationmodel-computationmodeldatabinding
1053
1048
  '''
1054
1049
  result = self._values.get("computation_model_data_binding")
@@ -1067,7 +1062,7 @@ class CfnComputationModelProps:
1067
1062
 
1068
1063
  @builtins.property
1069
1064
  def computation_model_description(self) -> typing.Optional[builtins.str]:
1070
- '''The description of the computation model.
1065
+ '''A description about the computation model.
1071
1066
 
1072
1067
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html#cfn-iotsitewise-computationmodel-computationmodeldescription
1073
1068
  '''
@@ -1076,9 +1071,7 @@ class CfnComputationModelProps:
1076
1071
 
1077
1072
  @builtins.property
1078
1073
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
1079
- '''A list of key-value pairs that contain metadata for the asset.
1080
-
1081
- For more information, see `Tagging your AWS IoT SiteWise resources <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html>`_ in the *AWS IoT SiteWise User Guide* .
1074
+ '''An array of key-value pairs to apply to this resource.
1082
1075
 
1083
1076
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html#cfn-iotsitewise-computationmodel-tags
1084
1077
  '''
@@ -1254,9 +1247,9 @@ class CfnDatasetProps:
1254
1247
  '''Properties for defining a ``CfnDataset``.
1255
1248
 
1256
1249
  :param dataset_name: The name of the dataset.
1257
- :param dataset_source: The data source for the dataset.
1250
+ :param dataset_source:
1258
1251
  :param dataset_description: A description about the dataset, and its functionality.
1259
- :param tags: A list of key-value pairs that contain metadata for the access policy. For more information, see `Tagging your AWS IoT SiteWise resources <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html>`_ in the *AWS IoT SiteWise User Guide* .
1252
+ :param tags: An array of key-value pairs to apply to this resource.
1260
1253
 
1261
1254
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-dataset.html
1262
1255
  :exampleMetadata: fixture=_generated
@@ -1319,8 +1312,7 @@ class CfnDatasetProps:
1319
1312
  def dataset_source(
1320
1313
  self,
1321
1314
  ) -> typing.Union[_IResolvable_da3f097b, "CfnDataset.DatasetSourceProperty"]:
1322
- '''The data source for the dataset.
1323
-
1315
+ '''
1324
1316
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-dataset.html#cfn-iotsitewise-dataset-datasetsource
1325
1317
  '''
1326
1318
  result = self._values.get("dataset_source")
@@ -1338,9 +1330,7 @@ class CfnDatasetProps:
1338
1330
 
1339
1331
  @builtins.property
1340
1332
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
1341
- '''A list of key-value pairs that contain metadata for the access policy.
1342
-
1343
- For more information, see `Tagging your AWS IoT SiteWise resources <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html>`_ in the *AWS IoT SiteWise User Guide* .
1333
+ '''An array of key-value pairs to apply to this resource.
1344
1334
 
1345
1335
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-dataset.html#cfn-iotsitewise-dataset-tags
1346
1336
  '''
@@ -3966,7 +3956,7 @@ class CfnAssetModel(
3966
3956
  :param asset_model_external_id: The external ID of the asset model. For more information, see `Using external IDs <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-ids>`_ in the *AWS IoT SiteWise User Guide* .
3967
3957
  :param asset_model_hierarchies: The hierarchy definitions of the asset model. Each hierarchy specifies an asset model whose assets can be children of any other assets created from this asset model. For more information, see `Asset hierarchies <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-hierarchies.html>`_ in the *AWS IoT SiteWise User Guide* . You can specify up to 10 hierarchies per asset model. For more information, see `Quotas <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html>`_ in the *AWS IoT SiteWise User Guide* .
3968
3958
  :param asset_model_properties: The property definitions of the asset model. For more information, see `Asset properties <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-properties.html>`_ in the *AWS IoT SiteWise User Guide* . You can specify up to 200 properties per asset model. For more information, see `Quotas <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html>`_ in the *AWS IoT SiteWise User Guide* .
3969
- :param asset_model_type: The type of asset model. - *ASSET_MODEL* – (default) An asset model that you can use to create assets. Can't be included as a component in another asset model. - *COMPONENT_MODEL* – A reusable component that you can include in the composite models of other asset models. You can't create assets directly from this type of asset model. - *INTERFACE* – An interface is a type of model that defines a standard structure that can be applied to different asset models.
3959
+ :param asset_model_type: The type of asset model. - *ASSET_MODEL* – (default) An asset model that you can use to create assets. Can't be included as a component in another asset model. - *COMPONENT_MODEL* – A reusable component that you can include in the composite models of other asset models. You can't create assets directly from this type of asset model.
3970
3960
  :param enforced_asset_model_interface_relationships: a list of asset model and interface relationships.
3971
3961
  :param tags: A list of key-value pairs that contain metadata for the asset. For more information, see `Tagging your AWS IoT SiteWise resources <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html>`_ in the *AWS IoT SiteWise User Guide* .
3972
3962
  '''
@@ -4923,11 +4913,11 @@ class CfnAssetModel(
4923
4913
  asset_model_property_external_id: typing.Optional[builtins.str] = None,
4924
4914
  asset_model_property_logical_id: typing.Optional[builtins.str] = None,
4925
4915
  ) -> None:
4926
- '''Contains information about applied interface property and asset model property.
4916
+ '''Contains information about enforced interface property and asset model property.
4927
4917
 
4928
- :param interface_asset_model_property_external_id: The external ID of the applied interface property.
4929
- :param asset_model_property_external_id: The external ID of the linked asset model property.
4930
- :param asset_model_property_logical_id: The logical ID of the linked asset model property.
4918
+ :param interface_asset_model_property_external_id: The external ID of the enforced interface property.
4919
+ :param asset_model_property_external_id: The external ID of the enforced asset model property.
4920
+ :param asset_model_property_logical_id: The logical ID of the enforced asset model property.
4931
4921
 
4932
4922
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping.html
4933
4923
  :exampleMetadata: fixture=_generated
@@ -4961,7 +4951,7 @@ class CfnAssetModel(
4961
4951
 
4962
4952
  @builtins.property
4963
4953
  def interface_asset_model_property_external_id(self) -> builtins.str:
4964
- '''The external ID of the applied interface property.
4954
+ '''The external ID of the enforced interface property.
4965
4955
 
4966
4956
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping.html#cfn-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping-interfaceassetmodelpropertyexternalid
4967
4957
  '''
@@ -4971,7 +4961,7 @@ class CfnAssetModel(
4971
4961
 
4972
4962
  @builtins.property
4973
4963
  def asset_model_property_external_id(self) -> typing.Optional[builtins.str]:
4974
- '''The external ID of the linked asset model property.
4964
+ '''The external ID of the enforced asset model property.
4975
4965
 
4976
4966
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping.html#cfn-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping-assetmodelpropertyexternalid
4977
4967
  '''
@@ -4980,7 +4970,7 @@ class CfnAssetModel(
4980
4970
 
4981
4971
  @builtins.property
4982
4972
  def asset_model_property_logical_id(self) -> typing.Optional[builtins.str]:
4983
- '''The logical ID of the linked asset model property.
4973
+ '''The logical ID of the enforced asset model property.
4984
4974
 
4985
4975
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping.html#cfn-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping-assetmodelpropertylogicalid
4986
4976
  '''
@@ -5013,10 +5003,10 @@ class CfnAssetModel(
5013
5003
  interface_asset_model_id: typing.Optional[builtins.str] = None,
5014
5004
  property_mappings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAssetModel.EnforcedAssetModelInterfacePropertyMappingProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
5015
5005
  ) -> None:
5016
- '''Contains information about applied interface hierarchy and asset model hierarchy.
5006
+ '''Contains information about enforced interface hierarchy and asset model hierarchy.
5017
5007
 
5018
- :param interface_asset_model_id: The ID of the asset model that has the interface applied to it.
5019
- :param property_mappings: A list of property mappings between the interface asset model and the asset model where the interface is applied.
5008
+ :param interface_asset_model_id: The ID of the interface that is enforced to the asset model.
5009
+ :param property_mappings: Contains information about enforced interface property and asset model property.
5020
5010
 
5021
5011
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacerelationship.html
5022
5012
  :exampleMetadata: fixture=_generated
@@ -5050,7 +5040,7 @@ class CfnAssetModel(
5050
5040
 
5051
5041
  @builtins.property
5052
5042
  def interface_asset_model_id(self) -> typing.Optional[builtins.str]:
5053
- '''The ID of the asset model that has the interface applied to it.
5043
+ '''The ID of the interface that is enforced to the asset model.
5054
5044
 
5055
5045
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacerelationship.html#cfn-iotsitewise-assetmodel-enforcedassetmodelinterfacerelationship-interfaceassetmodelid
5056
5046
  '''
@@ -5061,7 +5051,7 @@ class CfnAssetModel(
5061
5051
  def property_mappings(
5062
5052
  self,
5063
5053
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAssetModel.EnforcedAssetModelInterfacePropertyMappingProperty"]]]]:
5064
- '''A list of property mappings between the interface asset model and the asset model where the interface is applied.
5054
+ '''Contains information about enforced interface property and asset model property.
5065
5055
 
5066
5056
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacerelationship.html#cfn-iotsitewise-assetmodel-enforcedassetmodelinterfacerelationship-propertymappings
5067
5057
  '''
@@ -5947,7 +5937,7 @@ class CfnComputationModel(
5947
5937
  metaclass=jsii.JSIIMeta,
5948
5938
  jsii_type="aws-cdk-lib.aws_iotsitewise.CfnComputationModel",
5949
5939
  ):
5950
- '''Create a computation model with a configuration and data binding.
5940
+ '''Resource schema for AWS::IoTSiteWise::ComputationModel.
5951
5941
 
5952
5942
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html
5953
5943
  :cloudformationResource: AWS::IoTSiteWise::ComputationModel
@@ -6006,11 +5996,11 @@ class CfnComputationModel(
6006
5996
  '''
6007
5997
  :param scope: Scope in which this resource is defined.
6008
5998
  :param id: Construct identifier for this resource (unique in its scope).
6009
- :param computation_model_configuration: The configuration for the computation model.
6010
- :param computation_model_data_binding: The data binding for the computation model. Key is a variable name defined in configuration. Value is a ``ComputationModelDataBindingValue`` referenced by the variable.
5999
+ :param computation_model_configuration:
6000
+ :param computation_model_data_binding:
6011
6001
  :param computation_model_name: The name of the computation model.
6012
- :param computation_model_description: The description of the computation model.
6013
- :param tags: A list of key-value pairs that contain metadata for the asset. For more information, see `Tagging your AWS IoT SiteWise resources <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html>`_ in the *AWS IoT SiteWise User Guide* .
6002
+ :param computation_model_description: A description about the computation model.
6003
+ :param tags: An array of key-value pairs to apply to this resource.
6014
6004
  '''
6015
6005
  if __debug__:
6016
6006
  type_hints = typing.get_type_hints(_typecheckingstub__566bf1711c9dcacb9cb88add46c2c4e157208bdce4a774ccb256a7d21c68de89)
@@ -6059,9 +6049,7 @@ class CfnComputationModel(
6059
6049
  @builtins.property
6060
6050
  @jsii.member(jsii_name="attrComputationModelArn")
6061
6051
  def attr_computation_model_arn(self) -> builtins.str:
6062
- '''The ARN of the computation model, which has the following format.
6063
-
6064
- ``arn:${Partition}:iotsitewise:${Region}:${Account}:computation-model/${ComputationModelId}``
6052
+ '''The ARN of the computation model.
6065
6053
 
6066
6054
  :cloudformationAttribute: ComputationModelArn
6067
6055
  '''
@@ -6098,7 +6086,6 @@ class CfnComputationModel(
6098
6086
  def computation_model_configuration(
6099
6087
  self,
6100
6088
  ) -> typing.Union[_IResolvable_da3f097b, "CfnComputationModel.ComputationModelConfigurationProperty"]:
6101
- '''The configuration for the computation model.'''
6102
6089
  return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnComputationModel.ComputationModelConfigurationProperty"], jsii.get(self, "computationModelConfiguration"))
6103
6090
 
6104
6091
  @computation_model_configuration.setter
@@ -6116,7 +6103,6 @@ class CfnComputationModel(
6116
6103
  def computation_model_data_binding(
6117
6104
  self,
6118
6105
  ) -> typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, "CfnComputationModel.ComputationModelDataBindingValueProperty"]]]:
6119
- '''The data binding for the computation model.'''
6120
6106
  return typing.cast(typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, "CfnComputationModel.ComputationModelDataBindingValueProperty"]]], jsii.get(self, "computationModelDataBinding"))
6121
6107
 
6122
6108
  @computation_model_data_binding.setter
@@ -6145,7 +6131,7 @@ class CfnComputationModel(
6145
6131
  @builtins.property
6146
6132
  @jsii.member(jsii_name="computationModelDescription")
6147
6133
  def computation_model_description(self) -> typing.Optional[builtins.str]:
6148
- '''The description of the computation model.'''
6134
+ '''A description about the computation model.'''
6149
6135
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "computationModelDescription"))
6150
6136
 
6151
6137
  @computation_model_description.setter
@@ -6161,7 +6147,7 @@ class CfnComputationModel(
6161
6147
  @builtins.property
6162
6148
  @jsii.member(jsii_name="tags")
6163
6149
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
6164
- '''A list of key-value pairs that contain metadata for the asset.'''
6150
+ '''An array of key-value pairs to apply to this resource.'''
6165
6151
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
6166
6152
 
6167
6153
  @tags.setter
@@ -6186,10 +6172,9 @@ class CfnComputationModel(
6186
6172
  input_properties: builtins.str,
6187
6173
  result_property: builtins.str,
6188
6174
  ) -> None:
6189
- '''Contains the configuration for anomaly detection computation models.
6190
-
6191
- :param input_properties: The list of input properties for the anomaly detection model.
6192
- :param result_property: The property where the anomaly detection results will be stored.
6175
+ '''
6176
+ :param input_properties: Input properties for anomaly detection.
6177
+ :param result_property: Result property for anomaly detection.
6193
6178
 
6194
6179
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration.html
6195
6180
  :exampleMetadata: fixture=_generated
@@ -6216,7 +6201,7 @@ class CfnComputationModel(
6216
6201
 
6217
6202
  @builtins.property
6218
6203
  def input_properties(self) -> builtins.str:
6219
- '''The list of input properties for the anomaly detection model.
6204
+ '''Input properties for anomaly detection.
6220
6205
 
6221
6206
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration.html#cfn-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration-inputproperties
6222
6207
  '''
@@ -6226,7 +6211,7 @@ class CfnComputationModel(
6226
6211
 
6227
6212
  @builtins.property
6228
6213
  def result_property(self) -> builtins.str:
6229
- '''The property where the anomaly detection results will be stored.
6214
+ '''Result property for anomaly detection.
6230
6215
 
6231
6216
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration.html#cfn-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration-resultproperty
6232
6217
  '''
@@ -6257,10 +6242,9 @@ class CfnComputationModel(
6257
6242
  asset_model_id: builtins.str,
6258
6243
  property_id: builtins.str,
6259
6244
  ) -> None:
6260
- '''Contains information about an ``assetModelProperty`` binding value.
6261
-
6262
- :param asset_model_id: The ID of the asset model, in UUID format.
6263
- :param property_id: The ID of the asset model property used in data binding value.
6245
+ '''
6246
+ :param asset_model_id: The ID of the asset model.
6247
+ :param property_id: The ID of the asset model property.
6264
6248
 
6265
6249
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetmodelpropertybindingvalue.html
6266
6250
  :exampleMetadata: fixture=_generated
@@ -6287,7 +6271,7 @@ class CfnComputationModel(
6287
6271
 
6288
6272
  @builtins.property
6289
6273
  def asset_model_id(self) -> builtins.str:
6290
- '''The ID of the asset model, in UUID format.
6274
+ '''The ID of the asset model.
6291
6275
 
6292
6276
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetmodelpropertybindingvalue.html#cfn-iotsitewise-computationmodel-assetmodelpropertybindingvalue-assetmodelid
6293
6277
  '''
@@ -6297,7 +6281,7 @@ class CfnComputationModel(
6297
6281
 
6298
6282
  @builtins.property
6299
6283
  def property_id(self) -> builtins.str:
6300
- '''The ID of the asset model property used in data binding value.
6284
+ '''The ID of the asset model property.
6301
6285
 
6302
6286
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetmodelpropertybindingvalue.html#cfn-iotsitewise-computationmodel-assetmodelpropertybindingvalue-propertyid
6303
6287
  '''
@@ -6328,12 +6312,9 @@ class CfnComputationModel(
6328
6312
  asset_id: builtins.str,
6329
6313
  property_id: builtins.str,
6330
6314
  ) -> None:
6331
- '''Represents a data binding value referencing a specific asset property.
6332
-
6333
- It's used to bind computation model variables to actual asset property values for processing.
6334
-
6335
- :param asset_id: The ID of the asset containing the property. This identifies the specific asset instance's property value used in the computation model.
6336
- :param property_id: The ID of the property within the asset. This identifies the specific property's value used in the computation model.
6315
+ '''
6316
+ :param asset_id: The ID of the asset.
6317
+ :param property_id: The ID of the asset property.
6337
6318
 
6338
6319
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetpropertybindingvalue.html
6339
6320
  :exampleMetadata: fixture=_generated
@@ -6360,9 +6341,7 @@ class CfnComputationModel(
6360
6341
 
6361
6342
  @builtins.property
6362
6343
  def asset_id(self) -> builtins.str:
6363
- '''The ID of the asset containing the property.
6364
-
6365
- This identifies the specific asset instance's property value used in the computation model.
6344
+ '''The ID of the asset.
6366
6345
 
6367
6346
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetpropertybindingvalue.html#cfn-iotsitewise-computationmodel-assetpropertybindingvalue-assetid
6368
6347
  '''
@@ -6372,9 +6351,7 @@ class CfnComputationModel(
6372
6351
 
6373
6352
  @builtins.property
6374
6353
  def property_id(self) -> builtins.str:
6375
- '''The ID of the property within the asset.
6376
-
6377
- This identifies the specific property's value used in the computation model.
6354
+ '''The ID of the asset property.
6378
6355
 
6379
6356
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetpropertybindingvalue.html#cfn-iotsitewise-computationmodel-assetpropertybindingvalue-propertyid
6380
6357
  '''
@@ -6404,9 +6381,8 @@ class CfnComputationModel(
6404
6381
  *,
6405
6382
  anomaly_detection: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnComputationModel.AnomalyDetectionComputationModelConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
6406
6383
  ) -> None:
6407
- '''The configuration for the computation model.
6408
-
6409
- :param anomaly_detection: The configuration for the anomaly detection type of computation model.
6384
+ '''
6385
+ :param anomaly_detection:
6410
6386
 
6411
6387
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodelconfiguration.html
6412
6388
  :exampleMetadata: fixture=_generated
@@ -6435,8 +6411,7 @@ class CfnComputationModel(
6435
6411
  def anomaly_detection(
6436
6412
  self,
6437
6413
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnComputationModel.AnomalyDetectionComputationModelConfigurationProperty"]]:
6438
- '''The configuration for the anomaly detection type of computation model.
6439
-
6414
+ '''
6440
6415
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodelconfiguration.html#cfn-iotsitewise-computationmodel-computationmodelconfiguration-anomalydetection
6441
6416
  '''
6442
6417
  result = self._values.get("anomaly_detection")
@@ -6470,11 +6445,10 @@ class CfnComputationModel(
6470
6445
  asset_property: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnComputationModel.AssetPropertyBindingValueProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
6471
6446
  list: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnComputationModel.ComputationModelDataBindingValueProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
6472
6447
  ) -> None:
6473
- '''Contains computation model data binding value information, which can be one of ``assetModelProperty`` , ``list`` .
6474
-
6475
- :param asset_model_property: Specifies an asset model property data binding value.
6476
- :param asset_property: The asset property value used for computation model data binding.
6477
- :param list: Specifies a list of data binding value.
6448
+ '''
6449
+ :param asset_model_property:
6450
+ :param asset_property:
6451
+ :param list: Defines a list of computation model binding values.
6478
6452
 
6479
6453
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodeldatabindingvalue.html
6480
6454
  :exampleMetadata: fixture=_generated
@@ -6516,8 +6490,7 @@ class CfnComputationModel(
6516
6490
  def asset_model_property(
6517
6491
  self,
6518
6492
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnComputationModel.AssetModelPropertyBindingValueProperty"]]:
6519
- '''Specifies an asset model property data binding value.
6520
-
6493
+ '''
6521
6494
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodeldatabindingvalue.html#cfn-iotsitewise-computationmodel-computationmodeldatabindingvalue-assetmodelproperty
6522
6495
  '''
6523
6496
  result = self._values.get("asset_model_property")
@@ -6527,8 +6500,7 @@ class CfnComputationModel(
6527
6500
  def asset_property(
6528
6501
  self,
6529
6502
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnComputationModel.AssetPropertyBindingValueProperty"]]:
6530
- '''The asset property value used for computation model data binding.
6531
-
6503
+ '''
6532
6504
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodeldatabindingvalue.html#cfn-iotsitewise-computationmodel-computationmodeldatabindingvalue-assetproperty
6533
6505
  '''
6534
6506
  result = self._values.get("asset_property")
@@ -6538,7 +6510,7 @@ class CfnComputationModel(
6538
6510
  def list(
6539
6511
  self,
6540
6512
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnComputationModel.ComputationModelDataBindingValueProperty"]]]]:
6541
- '''Specifies a list of data binding value.
6513
+ '''Defines a list of computation model binding values.
6542
6514
 
6543
6515
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodeldatabindingvalue.html#cfn-iotsitewise-computationmodel-computationmodeldatabindingvalue-list
6544
6516
  '''
@@ -6762,7 +6734,7 @@ class CfnDataset(
6762
6734
  metaclass=jsii.JSIIMeta,
6763
6735
  jsii_type="aws-cdk-lib.aws_iotsitewise.CfnDataset",
6764
6736
  ):
6765
- '''Creates a dataset to connect an external datasource.
6737
+ '''Resource schema for AWS::IoTSiteWise::Dataset.
6766
6738
 
6767
6739
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-dataset.html
6768
6740
  :cloudformationResource: AWS::IoTSiteWise::Dataset
@@ -6812,9 +6784,9 @@ class CfnDataset(
6812
6784
  :param scope: Scope in which this resource is defined.
6813
6785
  :param id: Construct identifier for this resource (unique in its scope).
6814
6786
  :param dataset_name: The name of the dataset.
6815
- :param dataset_source: The data source for the dataset.
6787
+ :param dataset_source:
6816
6788
  :param dataset_description: A description about the dataset, and its functionality.
6817
- :param tags: A list of key-value pairs that contain metadata for the access policy. For more information, see `Tagging your AWS IoT SiteWise resources <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html>`_ in the *AWS IoT SiteWise User Guide* .
6789
+ :param tags: An array of key-value pairs to apply to this resource.
6818
6790
  '''
6819
6791
  if __debug__:
6820
6792
  type_hints = typing.get_type_hints(_typecheckingstub__44369ff07e07f1dbb28102a65eb5a8e6317f5b2e832b326cf3fc0bef13d7e1cc)
@@ -6862,9 +6834,7 @@ class CfnDataset(
6862
6834
  @builtins.property
6863
6835
  @jsii.member(jsii_name="attrDatasetArn")
6864
6836
  def attr_dataset_arn(self) -> builtins.str:
6865
- '''The ARN of the dataset, which has the following format.
6866
-
6867
- ``arn:${Partition}:iotsitewise:${Region}:${Account}:dataset/${DatasetId}``
6837
+ '''The ARN of the dataset.
6868
6838
 
6869
6839
  :cloudformationAttribute: DatasetArn
6870
6840
  '''
@@ -6914,7 +6884,6 @@ class CfnDataset(
6914
6884
  def dataset_source(
6915
6885
  self,
6916
6886
  ) -> typing.Union[_IResolvable_da3f097b, "CfnDataset.DatasetSourceProperty"]:
6917
- '''The data source for the dataset.'''
6918
6887
  return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnDataset.DatasetSourceProperty"], jsii.get(self, "datasetSource"))
6919
6888
 
6920
6889
  @dataset_source.setter
@@ -6943,7 +6912,7 @@ class CfnDataset(
6943
6912
  @builtins.property
6944
6913
  @jsii.member(jsii_name="tags")
6945
6914
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
6946
- '''A list of key-value pairs that contain metadata for the access policy.'''
6915
+ '''An array of key-value pairs to apply to this resource.'''
6947
6916
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
6948
6917
 
6949
6918
  @tags.setter
@@ -6970,11 +6939,10 @@ class CfnDataset(
6970
6939
  source_type: builtins.str,
6971
6940
  source_detail: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataset.SourceDetailProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
6972
6941
  ) -> None:
6973
- '''The data source for the dataset.
6974
-
6942
+ '''
6975
6943
  :param source_format: The format of the dataset source associated with the dataset.
6976
6944
  :param source_type: The type of data source for the dataset.
6977
- :param source_detail: The details of the dataset source associated with the dataset.
6945
+ :param source_detail:
6978
6946
 
6979
6947
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-datasetsource.html
6980
6948
  :exampleMetadata: fixture=_generated
@@ -7034,8 +7002,7 @@ class CfnDataset(
7034
7002
  def source_detail(
7035
7003
  self,
7036
7004
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataset.SourceDetailProperty"]]:
7037
- '''The details of the dataset source associated with the dataset.
7038
-
7005
+ '''
7039
7006
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-datasetsource.html#cfn-iotsitewise-dataset-datasetsource-sourcedetail
7040
7007
  '''
7041
7008
  result = self._values.get("source_detail")
@@ -7064,10 +7031,9 @@ class CfnDataset(
7064
7031
  knowledge_base_arn: builtins.str,
7065
7032
  role_arn: builtins.str,
7066
7033
  ) -> None:
7067
- '''The source details for the Kendra dataset source.
7068
-
7069
- :param knowledge_base_arn: The ``knowledgeBaseArn`` details for the Kendra dataset source.
7070
- :param role_arn: The ``roleARN`` details for the Kendra dataset source.
7034
+ '''
7035
+ :param knowledge_base_arn: The knowledgeBaseArn details for the Kendra dataset source.
7036
+ :param role_arn: The roleARN details for the Kendra dataset source.
7071
7037
 
7072
7038
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-kendrasourcedetail.html
7073
7039
  :exampleMetadata: fixture=_generated
@@ -7094,7 +7060,7 @@ class CfnDataset(
7094
7060
 
7095
7061
  @builtins.property
7096
7062
  def knowledge_base_arn(self) -> builtins.str:
7097
- '''The ``knowledgeBaseArn`` details for the Kendra dataset source.
7063
+ '''The knowledgeBaseArn details for the Kendra dataset source.
7098
7064
 
7099
7065
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-kendrasourcedetail.html#cfn-iotsitewise-dataset-kendrasourcedetail-knowledgebasearn
7100
7066
  '''
@@ -7104,7 +7070,7 @@ class CfnDataset(
7104
7070
 
7105
7071
  @builtins.property
7106
7072
  def role_arn(self) -> builtins.str:
7107
- '''The ``roleARN`` details for the Kendra dataset source.
7073
+ '''The roleARN details for the Kendra dataset source.
7108
7074
 
7109
7075
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-kendrasourcedetail.html#cfn-iotsitewise-dataset-kendrasourcedetail-rolearn
7110
7076
  '''
@@ -7134,9 +7100,8 @@ class CfnDataset(
7134
7100
  *,
7135
7101
  kendra: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataset.KendraSourceDetailProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
7136
7102
  ) -> None:
7137
- '''The details of the dataset source associated with the dataset.
7138
-
7139
- :param kendra: Contains details about the Kendra dataset source.
7103
+ '''
7104
+ :param kendra:
7140
7105
 
7141
7106
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-sourcedetail.html
7142
7107
  :exampleMetadata: fixture=_generated
@@ -7165,8 +7130,7 @@ class CfnDataset(
7165
7130
  def kendra(
7166
7131
  self,
7167
7132
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataset.KendraSourceDetailProperty"]]:
7168
- '''Contains details about the Kendra dataset source.
7169
-
7133
+ '''
7170
7134
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-sourcedetail.html#cfn-iotsitewise-dataset-sourcedetail-kendra
7171
7135
  '''
7172
7136
  result = self._values.get("kendra")
@@ -2783,7 +2783,11 @@ class CfnReplicaKey(
2783
2783
 
2784
2784
  @jsii.interface(jsii_type="aws-cdk-lib.aws_kms.IKey")
2785
2785
  class IKey(_IResource_c80c4260, IKeyRef, typing_extensions.Protocol):
2786
- '''A KMS Key, either managed by this CDK app, or imported.'''
2786
+ '''A KMS Key, either managed by this CDK app, or imported.
2787
+
2788
+ This interface does double duty: it represents an actual KMS keys, but it
2789
+ also represents things that can behave like KMS keys, like a key alias.
2790
+ '''
2787
2791
 
2788
2792
  @builtins.property
2789
2793
  @jsii.member(jsii_name="keyArn")
@@ -2906,7 +2910,11 @@ class _IKeyProxy(
2906
2910
  jsii.proxy_for(_IResource_c80c4260), # type: ignore[misc]
2907
2911
  jsii.proxy_for(IKeyRef), # type: ignore[misc]
2908
2912
  ):
2909
- '''A KMS Key, either managed by this CDK app, or imported.'''
2913
+ '''A KMS Key, either managed by this CDK app, or imported.
2914
+
2915
+ This interface does double duty: it represents an actual KMS keys, but it
2916
+ also represents things that can behave like KMS keys, like a key alias.
2917
+ '''
2910
2918
 
2911
2919
  __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.aws_kms.IKey"
2912
2920