aws-cdk-lib 2.219.0__py3-none-any.whl → 2.220.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 (51) hide show
  1. aws_cdk/__init__.py +12 -17
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.219.0.jsii.tgz → aws-cdk-lib@2.220.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_applicationsignals/__init__.py +450 -2
  5. aws_cdk/aws_arcregionswitch/__init__.py +8 -0
  6. aws_cdk/aws_backup/__init__.py +29 -0
  7. aws_cdk/aws_batch/__init__.py +109 -7
  8. aws_cdk/aws_bedrock/__init__.py +44 -16
  9. aws_cdk/aws_bedrockagentcore/__init__.py +7872 -1718
  10. aws_cdk/aws_cloudfront/experimental/__init__.py +4 -0
  11. aws_cdk/aws_cloudfront_origins/__init__.py +87 -6
  12. aws_cdk/aws_cloudwatch/__init__.py +5 -5
  13. aws_cdk/aws_cognito/__init__.py +6 -4
  14. aws_cdk/aws_dax/__init__.py +12 -3
  15. aws_cdk/aws_directoryservice/__init__.py +29 -0
  16. aws_cdk/aws_ec2/__init__.py +99 -8
  17. aws_cdk/aws_ecs/__init__.py +342 -134
  18. aws_cdk/aws_eks/__init__.py +114 -9
  19. aws_cdk/aws_fsx/__init__.py +4 -4
  20. aws_cdk/aws_imagebuilder/__init__.py +397 -0
  21. aws_cdk/aws_iotsitewise/__init__.py +136 -80
  22. aws_cdk/aws_kinesis/__init__.py +95 -4
  23. aws_cdk/aws_lambda/__init__.py +43 -0
  24. aws_cdk/aws_lightsail/__init__.py +584 -0
  25. aws_cdk/aws_logs/__init__.py +57 -0
  26. aws_cdk/aws_lookoutmetrics/__init__.py +14 -2
  27. aws_cdk/aws_m2/__init__.py +59 -13
  28. aws_cdk/aws_medialive/__init__.py +108 -0
  29. aws_cdk/aws_mwaa/__init__.py +5 -5
  30. aws_cdk/aws_neptune/__init__.py +133 -70
  31. aws_cdk/aws_networkmanager/__init__.py +29 -0
  32. aws_cdk/aws_observabilityadmin/__init__.py +1227 -83
  33. aws_cdk/aws_omics/__init__.py +7 -1
  34. aws_cdk/aws_opensearchservice/__init__.py +6 -0
  35. aws_cdk/aws_pcs/__init__.py +224 -33
  36. aws_cdk/aws_pinpoint/__init__.py +58 -0
  37. aws_cdk/aws_quicksight/__init__.py +80 -0
  38. aws_cdk/aws_rds/__init__.py +29 -23
  39. aws_cdk/aws_refactorspaces/__init__.py +18 -6
  40. aws_cdk/aws_route53/__init__.py +130 -6
  41. aws_cdk/aws_s3/__init__.py +29 -2
  42. aws_cdk/aws_s3objectlambda/__init__.py +44 -12
  43. aws_cdk/aws_servicecatalog/__init__.py +25 -20
  44. aws_cdk/aws_ssmquicksetup/__init__.py +3 -3
  45. aws_cdk/aws_synthetics/__init__.py +21 -1
  46. {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.220.0.dist-info}/METADATA +1 -1
  47. {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.220.0.dist-info}/RECORD +51 -51
  48. {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.220.0.dist-info}/LICENSE +0 -0
  49. {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.220.0.dist-info}/NOTICE +0 -0
  50. {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.220.0.dist-info}/WHEEL +0 -0
  51. {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.220.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.
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.
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,6 +713,7 @@ 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.
716
717
 
717
718
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-assetmodel.html#cfn-iotsitewise-assetmodel-assetmodeltype
718
719
  '''
@@ -964,11 +965,11 @@ class CfnComputationModelProps:
964
965
  ) -> None:
965
966
  '''Properties for defining a ``CfnComputationModel``.
966
967
 
967
- :param computation_model_configuration:
968
- :param computation_model_data_binding:
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.
969
970
  :param computation_model_name: The name of the computation model.
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.
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* .
972
973
 
973
974
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html
974
975
  :exampleMetadata: fixture=_generated
@@ -1032,7 +1033,8 @@ class CfnComputationModelProps:
1032
1033
  def computation_model_configuration(
1033
1034
  self,
1034
1035
  ) -> typing.Union[_IResolvable_da3f097b, "CfnComputationModel.ComputationModelConfigurationProperty"]:
1035
- '''
1036
+ '''The configuration for the computation model.
1037
+
1036
1038
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html#cfn-iotsitewise-computationmodel-computationmodelconfiguration
1037
1039
  '''
1038
1040
  result = self._values.get("computation_model_configuration")
@@ -1043,7 +1045,10 @@ class CfnComputationModelProps:
1043
1045
  def computation_model_data_binding(
1044
1046
  self,
1045
1047
  ) -> typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, "CfnComputationModel.ComputationModelDataBindingValueProperty"]]]:
1046
- '''
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
+
1047
1052
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html#cfn-iotsitewise-computationmodel-computationmodeldatabinding
1048
1053
  '''
1049
1054
  result = self._values.get("computation_model_data_binding")
@@ -1062,7 +1067,7 @@ class CfnComputationModelProps:
1062
1067
 
1063
1068
  @builtins.property
1064
1069
  def computation_model_description(self) -> typing.Optional[builtins.str]:
1065
- '''A description about the computation model.
1070
+ '''The description of the computation model.
1066
1071
 
1067
1072
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html#cfn-iotsitewise-computationmodel-computationmodeldescription
1068
1073
  '''
@@ -1071,7 +1076,9 @@ class CfnComputationModelProps:
1071
1076
 
1072
1077
  @builtins.property
1073
1078
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
1074
- '''An array of key-value pairs to apply to this resource.
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* .
1075
1082
 
1076
1083
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html#cfn-iotsitewise-computationmodel-tags
1077
1084
  '''
@@ -1247,9 +1254,9 @@ class CfnDatasetProps:
1247
1254
  '''Properties for defining a ``CfnDataset``.
1248
1255
 
1249
1256
  :param dataset_name: The name of the dataset.
1250
- :param dataset_source:
1257
+ :param dataset_source: The data source for the dataset.
1251
1258
  :param dataset_description: A description about the dataset, and its functionality.
1252
- :param tags: An array of key-value pairs to apply to this resource.
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* .
1253
1260
 
1254
1261
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-dataset.html
1255
1262
  :exampleMetadata: fixture=_generated
@@ -1312,7 +1319,8 @@ class CfnDatasetProps:
1312
1319
  def dataset_source(
1313
1320
  self,
1314
1321
  ) -> typing.Union[_IResolvable_da3f097b, "CfnDataset.DatasetSourceProperty"]:
1315
- '''
1322
+ '''The data source for the dataset.
1323
+
1316
1324
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-dataset.html#cfn-iotsitewise-dataset-datasetsource
1317
1325
  '''
1318
1326
  result = self._values.get("dataset_source")
@@ -1330,7 +1338,9 @@ class CfnDatasetProps:
1330
1338
 
1331
1339
  @builtins.property
1332
1340
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
1333
- '''An array of key-value pairs to apply to this resource.
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* .
1334
1344
 
1335
1345
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-dataset.html#cfn-iotsitewise-dataset-tags
1336
1346
  '''
@@ -2598,8 +2608,13 @@ class CfnAccessPolicy(
2598
2608
  metaclass=jsii.JSIIMeta,
2599
2609
  jsii_type="aws-cdk-lib.aws_iotsitewise.CfnAccessPolicy",
2600
2610
  ):
2601
- '''Creates an access policy that grants the specified identity (IAM Identity Center user, IAM Identity Center group, or IAM user) access to the specified AWS IoT SiteWise Monitor portal or project resource.
2611
+ '''.. epigraph::
2612
+
2613
+ The AWS IoT SiteWise Monitor feature will no longer be open to new customers starting November 7, 2025 .
2614
+
2615
+ If you would like to use the AWS IoT SiteWise Monitor feature, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see `AWS IoT SiteWise Monitor availability change <https://docs.aws.amazon.com/iot-sitewise/latest/appguide/iotsitewise-monitor-availability-change.html>`_ .
2602
2616
 
2617
+ Creates an access policy that grants the specified identity (IAM Identity Center user, IAM Identity Center group, or IAM user) access to the specified AWS IoT SiteWise Monitor portal or project resource.
2603
2618
  .. epigraph::
2604
2619
 
2605
2620
  Support for access policies that use an SSO Group as the identity is not supported at this time.
@@ -4040,7 +4055,7 @@ class CfnAssetModel(
4040
4055
  :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* .
4041
4056
  :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* .
4042
4057
  :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* .
4043
- :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.
4058
+ :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.
4044
4059
  :param enforced_asset_model_interface_relationships: a list of asset model and interface relationships.
4045
4060
  :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* .
4046
4061
  '''
@@ -5039,11 +5054,11 @@ class CfnAssetModel(
5039
5054
  asset_model_property_external_id: typing.Optional[builtins.str] = None,
5040
5055
  asset_model_property_logical_id: typing.Optional[builtins.str] = None,
5041
5056
  ) -> None:
5042
- '''Contains information about enforced interface property and asset model property.
5057
+ '''Contains information about applied interface property and asset model property.
5043
5058
 
5044
- :param interface_asset_model_property_external_id: The external ID of the enforced interface property.
5045
- :param asset_model_property_external_id: The external ID of the enforced asset model property.
5046
- :param asset_model_property_logical_id: The logical ID of the enforced asset model property.
5059
+ :param interface_asset_model_property_external_id: The external ID of the applied interface property.
5060
+ :param asset_model_property_external_id: The external ID of the linked asset model property.
5061
+ :param asset_model_property_logical_id: The logical ID of the linked asset model property.
5047
5062
 
5048
5063
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping.html
5049
5064
  :exampleMetadata: fixture=_generated
@@ -5077,7 +5092,7 @@ class CfnAssetModel(
5077
5092
 
5078
5093
  @builtins.property
5079
5094
  def interface_asset_model_property_external_id(self) -> builtins.str:
5080
- '''The external ID of the enforced interface property.
5095
+ '''The external ID of the applied interface property.
5081
5096
 
5082
5097
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping.html#cfn-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping-interfaceassetmodelpropertyexternalid
5083
5098
  '''
@@ -5087,7 +5102,7 @@ class CfnAssetModel(
5087
5102
 
5088
5103
  @builtins.property
5089
5104
  def asset_model_property_external_id(self) -> typing.Optional[builtins.str]:
5090
- '''The external ID of the enforced asset model property.
5105
+ '''The external ID of the linked asset model property.
5091
5106
 
5092
5107
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping.html#cfn-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping-assetmodelpropertyexternalid
5093
5108
  '''
@@ -5096,7 +5111,7 @@ class CfnAssetModel(
5096
5111
 
5097
5112
  @builtins.property
5098
5113
  def asset_model_property_logical_id(self) -> typing.Optional[builtins.str]:
5099
- '''The logical ID of the enforced asset model property.
5114
+ '''The logical ID of the linked asset model property.
5100
5115
 
5101
5116
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping.html#cfn-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping-assetmodelpropertylogicalid
5102
5117
  '''
@@ -5129,10 +5144,10 @@ class CfnAssetModel(
5129
5144
  interface_asset_model_id: typing.Optional[builtins.str] = None,
5130
5145
  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,
5131
5146
  ) -> None:
5132
- '''Contains information about enforced interface hierarchy and asset model hierarchy.
5147
+ '''Contains information about applied interface hierarchy and asset model hierarchy.
5133
5148
 
5134
- :param interface_asset_model_id: The ID of the interface that is enforced to the asset model.
5135
- :param property_mappings: Contains information about enforced interface property and asset model property.
5149
+ :param interface_asset_model_id: The ID of the asset model that has the interface applied to it.
5150
+ :param property_mappings: A list of property mappings between the interface asset model and the asset model where the interface is applied.
5136
5151
 
5137
5152
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacerelationship.html
5138
5153
  :exampleMetadata: fixture=_generated
@@ -5166,7 +5181,7 @@ class CfnAssetModel(
5166
5181
 
5167
5182
  @builtins.property
5168
5183
  def interface_asset_model_id(self) -> typing.Optional[builtins.str]:
5169
- '''The ID of the interface that is enforced to the asset model.
5184
+ '''The ID of the asset model that has the interface applied to it.
5170
5185
 
5171
5186
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacerelationship.html#cfn-iotsitewise-assetmodel-enforcedassetmodelinterfacerelationship-interfaceassetmodelid
5172
5187
  '''
@@ -5177,7 +5192,7 @@ class CfnAssetModel(
5177
5192
  def property_mappings(
5178
5193
  self,
5179
5194
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAssetModel.EnforcedAssetModelInterfacePropertyMappingProperty"]]]]:
5180
- '''Contains information about enforced interface property and asset model property.
5195
+ '''A list of property mappings between the interface asset model and the asset model where the interface is applied.
5181
5196
 
5182
5197
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacerelationship.html#cfn-iotsitewise-assetmodel-enforcedassetmodelinterfacerelationship-propertymappings
5183
5198
  '''
@@ -6063,7 +6078,7 @@ class CfnComputationModel(
6063
6078
  metaclass=jsii.JSIIMeta,
6064
6079
  jsii_type="aws-cdk-lib.aws_iotsitewise.CfnComputationModel",
6065
6080
  ):
6066
- '''Resource schema for AWS::IoTSiteWise::ComputationModel.
6081
+ '''Create a computation model with a configuration and data binding.
6067
6082
 
6068
6083
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html
6069
6084
  :cloudformationResource: AWS::IoTSiteWise::ComputationModel
@@ -6122,11 +6137,11 @@ class CfnComputationModel(
6122
6137
  '''
6123
6138
  :param scope: Scope in which this resource is defined.
6124
6139
  :param id: Construct identifier for this resource (unique in its scope).
6125
- :param computation_model_configuration:
6126
- :param computation_model_data_binding:
6140
+ :param computation_model_configuration: The configuration for the computation model.
6141
+ :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.
6127
6142
  :param computation_model_name: The name of the computation model.
6128
- :param computation_model_description: A description about the computation model.
6129
- :param tags: An array of key-value pairs to apply to this resource.
6143
+ :param computation_model_description: The description of the computation model.
6144
+ :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* .
6130
6145
  '''
6131
6146
  if __debug__:
6132
6147
  type_hints = typing.get_type_hints(_typecheckingstub__566bf1711c9dcacb9cb88add46c2c4e157208bdce4a774ccb256a7d21c68de89)
@@ -6217,7 +6232,9 @@ class CfnComputationModel(
6217
6232
  @builtins.property
6218
6233
  @jsii.member(jsii_name="attrComputationModelArn")
6219
6234
  def attr_computation_model_arn(self) -> builtins.str:
6220
- '''The ARN of the computation model.
6235
+ '''The ARN of the computation model, which has the following format.
6236
+
6237
+ ``arn:${Partition}:iotsitewise:${Region}:${Account}:computation-model/${ComputationModelId}``
6221
6238
 
6222
6239
  :cloudformationAttribute: ComputationModelArn
6223
6240
  '''
@@ -6254,6 +6271,7 @@ class CfnComputationModel(
6254
6271
  def computation_model_configuration(
6255
6272
  self,
6256
6273
  ) -> typing.Union[_IResolvable_da3f097b, "CfnComputationModel.ComputationModelConfigurationProperty"]:
6274
+ '''The configuration for the computation model.'''
6257
6275
  return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnComputationModel.ComputationModelConfigurationProperty"], jsii.get(self, "computationModelConfiguration"))
6258
6276
 
6259
6277
  @computation_model_configuration.setter
@@ -6271,6 +6289,7 @@ class CfnComputationModel(
6271
6289
  def computation_model_data_binding(
6272
6290
  self,
6273
6291
  ) -> typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, "CfnComputationModel.ComputationModelDataBindingValueProperty"]]]:
6292
+ '''The data binding for the computation model.'''
6274
6293
  return typing.cast(typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, "CfnComputationModel.ComputationModelDataBindingValueProperty"]]], jsii.get(self, "computationModelDataBinding"))
6275
6294
 
6276
6295
  @computation_model_data_binding.setter
@@ -6299,7 +6318,7 @@ class CfnComputationModel(
6299
6318
  @builtins.property
6300
6319
  @jsii.member(jsii_name="computationModelDescription")
6301
6320
  def computation_model_description(self) -> typing.Optional[builtins.str]:
6302
- '''A description about the computation model.'''
6321
+ '''The description of the computation model.'''
6303
6322
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "computationModelDescription"))
6304
6323
 
6305
6324
  @computation_model_description.setter
@@ -6315,7 +6334,7 @@ class CfnComputationModel(
6315
6334
  @builtins.property
6316
6335
  @jsii.member(jsii_name="tags")
6317
6336
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
6318
- '''An array of key-value pairs to apply to this resource.'''
6337
+ '''A list of key-value pairs that contain metadata for the asset.'''
6319
6338
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
6320
6339
 
6321
6340
  @tags.setter
@@ -6340,9 +6359,10 @@ class CfnComputationModel(
6340
6359
  input_properties: builtins.str,
6341
6360
  result_property: builtins.str,
6342
6361
  ) -> None:
6343
- '''
6344
- :param input_properties: Input properties for anomaly detection.
6345
- :param result_property: Result property for anomaly detection.
6362
+ '''Contains the configuration for anomaly detection computation models.
6363
+
6364
+ :param input_properties: The list of input properties for the anomaly detection model.
6365
+ :param result_property: The property where the anomaly detection results will be stored.
6346
6366
 
6347
6367
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration.html
6348
6368
  :exampleMetadata: fixture=_generated
@@ -6369,7 +6389,7 @@ class CfnComputationModel(
6369
6389
 
6370
6390
  @builtins.property
6371
6391
  def input_properties(self) -> builtins.str:
6372
- '''Input properties for anomaly detection.
6392
+ '''The list of input properties for the anomaly detection model.
6373
6393
 
6374
6394
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration.html#cfn-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration-inputproperties
6375
6395
  '''
@@ -6379,7 +6399,7 @@ class CfnComputationModel(
6379
6399
 
6380
6400
  @builtins.property
6381
6401
  def result_property(self) -> builtins.str:
6382
- '''Result property for anomaly detection.
6402
+ '''The property where the anomaly detection results will be stored.
6383
6403
 
6384
6404
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration.html#cfn-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration-resultproperty
6385
6405
  '''
@@ -6410,9 +6430,10 @@ class CfnComputationModel(
6410
6430
  asset_model_id: builtins.str,
6411
6431
  property_id: builtins.str,
6412
6432
  ) -> None:
6413
- '''
6414
- :param asset_model_id: The ID of the asset model.
6415
- :param property_id: The ID of the asset model property.
6433
+ '''Contains information about an ``assetModelProperty`` binding value.
6434
+
6435
+ :param asset_model_id: The ID of the asset model, in UUID format.
6436
+ :param property_id: The ID of the asset model property used in data binding value.
6416
6437
 
6417
6438
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetmodelpropertybindingvalue.html
6418
6439
  :exampleMetadata: fixture=_generated
@@ -6439,7 +6460,7 @@ class CfnComputationModel(
6439
6460
 
6440
6461
  @builtins.property
6441
6462
  def asset_model_id(self) -> builtins.str:
6442
- '''The ID of the asset model.
6463
+ '''The ID of the asset model, in UUID format.
6443
6464
 
6444
6465
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetmodelpropertybindingvalue.html#cfn-iotsitewise-computationmodel-assetmodelpropertybindingvalue-assetmodelid
6445
6466
  '''
@@ -6449,7 +6470,7 @@ class CfnComputationModel(
6449
6470
 
6450
6471
  @builtins.property
6451
6472
  def property_id(self) -> builtins.str:
6452
- '''The ID of the asset model property.
6473
+ '''The ID of the asset model property used in data binding value.
6453
6474
 
6454
6475
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetmodelpropertybindingvalue.html#cfn-iotsitewise-computationmodel-assetmodelpropertybindingvalue-propertyid
6455
6476
  '''
@@ -6480,9 +6501,12 @@ class CfnComputationModel(
6480
6501
  asset_id: builtins.str,
6481
6502
  property_id: builtins.str,
6482
6503
  ) -> None:
6483
- '''
6484
- :param asset_id: The ID of the asset.
6485
- :param property_id: The ID of the asset property.
6504
+ '''Represents a data binding value referencing a specific asset property.
6505
+
6506
+ It's used to bind computation model variables to actual asset property values for processing.
6507
+
6508
+ :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.
6509
+ :param property_id: The ID of the property within the asset. This identifies the specific property's value used in the computation model.
6486
6510
 
6487
6511
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetpropertybindingvalue.html
6488
6512
  :exampleMetadata: fixture=_generated
@@ -6509,7 +6533,9 @@ class CfnComputationModel(
6509
6533
 
6510
6534
  @builtins.property
6511
6535
  def asset_id(self) -> builtins.str:
6512
- '''The ID of the asset.
6536
+ '''The ID of the asset containing the property.
6537
+
6538
+ This identifies the specific asset instance's property value used in the computation model.
6513
6539
 
6514
6540
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetpropertybindingvalue.html#cfn-iotsitewise-computationmodel-assetpropertybindingvalue-assetid
6515
6541
  '''
@@ -6519,7 +6545,9 @@ class CfnComputationModel(
6519
6545
 
6520
6546
  @builtins.property
6521
6547
  def property_id(self) -> builtins.str:
6522
- '''The ID of the asset property.
6548
+ '''The ID of the property within the asset.
6549
+
6550
+ This identifies the specific property's value used in the computation model.
6523
6551
 
6524
6552
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetpropertybindingvalue.html#cfn-iotsitewise-computationmodel-assetpropertybindingvalue-propertyid
6525
6553
  '''
@@ -6549,8 +6577,9 @@ class CfnComputationModel(
6549
6577
  *,
6550
6578
  anomaly_detection: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnComputationModel.AnomalyDetectionComputationModelConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
6551
6579
  ) -> None:
6552
- '''
6553
- :param anomaly_detection:
6580
+ '''The configuration for the computation model.
6581
+
6582
+ :param anomaly_detection: The configuration for the anomaly detection type of computation model.
6554
6583
 
6555
6584
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodelconfiguration.html
6556
6585
  :exampleMetadata: fixture=_generated
@@ -6579,7 +6608,8 @@ class CfnComputationModel(
6579
6608
  def anomaly_detection(
6580
6609
  self,
6581
6610
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnComputationModel.AnomalyDetectionComputationModelConfigurationProperty"]]:
6582
- '''
6611
+ '''The configuration for the anomaly detection type of computation model.
6612
+
6583
6613
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodelconfiguration.html#cfn-iotsitewise-computationmodel-computationmodelconfiguration-anomalydetection
6584
6614
  '''
6585
6615
  result = self._values.get("anomaly_detection")
@@ -6613,10 +6643,11 @@ class CfnComputationModel(
6613
6643
  asset_property: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnComputationModel.AssetPropertyBindingValueProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
6614
6644
  list: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnComputationModel.ComputationModelDataBindingValueProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
6615
6645
  ) -> None:
6616
- '''
6617
- :param asset_model_property:
6618
- :param asset_property:
6619
- :param list: Defines a list of computation model binding values.
6646
+ '''Contains computation model data binding value information, which can be one of ``assetModelProperty`` , ``list`` .
6647
+
6648
+ :param asset_model_property: Specifies an asset model property data binding value.
6649
+ :param asset_property: The asset property value used for computation model data binding.
6650
+ :param list: Specifies a list of data binding value.
6620
6651
 
6621
6652
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodeldatabindingvalue.html
6622
6653
  :exampleMetadata: fixture=_generated
@@ -6658,7 +6689,8 @@ class CfnComputationModel(
6658
6689
  def asset_model_property(
6659
6690
  self,
6660
6691
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnComputationModel.AssetModelPropertyBindingValueProperty"]]:
6661
- '''
6692
+ '''Specifies an asset model property data binding value.
6693
+
6662
6694
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodeldatabindingvalue.html#cfn-iotsitewise-computationmodel-computationmodeldatabindingvalue-assetmodelproperty
6663
6695
  '''
6664
6696
  result = self._values.get("asset_model_property")
@@ -6668,7 +6700,8 @@ class CfnComputationModel(
6668
6700
  def asset_property(
6669
6701
  self,
6670
6702
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnComputationModel.AssetPropertyBindingValueProperty"]]:
6671
- '''
6703
+ '''The asset property value used for computation model data binding.
6704
+
6672
6705
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodeldatabindingvalue.html#cfn-iotsitewise-computationmodel-computationmodeldatabindingvalue-assetproperty
6673
6706
  '''
6674
6707
  result = self._values.get("asset_property")
@@ -6678,7 +6711,7 @@ class CfnComputationModel(
6678
6711
  def list(
6679
6712
  self,
6680
6713
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnComputationModel.ComputationModelDataBindingValueProperty"]]]]:
6681
- '''Defines a list of computation model binding values.
6714
+ '''Specifies a list of data binding value.
6682
6715
 
6683
6716
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodeldatabindingvalue.html#cfn-iotsitewise-computationmodel-computationmodeldatabindingvalue-list
6684
6717
  '''
@@ -6703,7 +6736,13 @@ class CfnDashboard(
6703
6736
  metaclass=jsii.JSIIMeta,
6704
6737
  jsii_type="aws-cdk-lib.aws_iotsitewise.CfnDashboard",
6705
6738
  ):
6706
- '''Creates a dashboard in an AWS IoT SiteWise Monitor project.
6739
+ '''.. epigraph::
6740
+
6741
+ The AWS IoT SiteWise Monitor feature will no longer be open to new customers starting November 7, 2025 .
6742
+
6743
+ If you would like to use the AWS IoT SiteWise Monitor feature, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see `AWS IoT SiteWise Monitor availability change <https://docs.aws.amazon.com/iot-sitewise/latest/appguide/iotsitewise-monitor-availability-change.html>`_ .
6744
+
6745
+ Creates a dashboard in an AWS IoT SiteWise Monitor project.
6707
6746
 
6708
6747
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-dashboard.html
6709
6748
  :cloudformationResource: AWS::IoTSiteWise::Dashboard
@@ -6944,7 +6983,7 @@ class CfnDataset(
6944
6983
  metaclass=jsii.JSIIMeta,
6945
6984
  jsii_type="aws-cdk-lib.aws_iotsitewise.CfnDataset",
6946
6985
  ):
6947
- '''Resource schema for AWS::IoTSiteWise::Dataset.
6986
+ '''Creates a dataset to connect an external datasource.
6948
6987
 
6949
6988
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-dataset.html
6950
6989
  :cloudformationResource: AWS::IoTSiteWise::Dataset
@@ -6994,9 +7033,9 @@ class CfnDataset(
6994
7033
  :param scope: Scope in which this resource is defined.
6995
7034
  :param id: Construct identifier for this resource (unique in its scope).
6996
7035
  :param dataset_name: The name of the dataset.
6997
- :param dataset_source:
7036
+ :param dataset_source: The data source for the dataset.
6998
7037
  :param dataset_description: A description about the dataset, and its functionality.
6999
- :param tags: An array of key-value pairs to apply to this resource.
7038
+ :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* .
7000
7039
  '''
7001
7040
  if __debug__:
7002
7041
  type_hints = typing.get_type_hints(_typecheckingstub__44369ff07e07f1dbb28102a65eb5a8e6317f5b2e832b326cf3fc0bef13d7e1cc)
@@ -7086,7 +7125,9 @@ class CfnDataset(
7086
7125
  @builtins.property
7087
7126
  @jsii.member(jsii_name="attrDatasetArn")
7088
7127
  def attr_dataset_arn(self) -> builtins.str:
7089
- '''The ARN of the dataset.
7128
+ '''The ARN of the dataset, which has the following format.
7129
+
7130
+ ``arn:${Partition}:iotsitewise:${Region}:${Account}:dataset/${DatasetId}``
7090
7131
 
7091
7132
  :cloudformationAttribute: DatasetArn
7092
7133
  '''
@@ -7136,6 +7177,7 @@ class CfnDataset(
7136
7177
  def dataset_source(
7137
7178
  self,
7138
7179
  ) -> typing.Union[_IResolvable_da3f097b, "CfnDataset.DatasetSourceProperty"]:
7180
+ '''The data source for the dataset.'''
7139
7181
  return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnDataset.DatasetSourceProperty"], jsii.get(self, "datasetSource"))
7140
7182
 
7141
7183
  @dataset_source.setter
@@ -7164,7 +7206,7 @@ class CfnDataset(
7164
7206
  @builtins.property
7165
7207
  @jsii.member(jsii_name="tags")
7166
7208
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
7167
- '''An array of key-value pairs to apply to this resource.'''
7209
+ '''A list of key-value pairs that contain metadata for the access policy.'''
7168
7210
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
7169
7211
 
7170
7212
  @tags.setter
@@ -7191,10 +7233,11 @@ class CfnDataset(
7191
7233
  source_type: builtins.str,
7192
7234
  source_detail: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataset.SourceDetailProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
7193
7235
  ) -> None:
7194
- '''
7236
+ '''The data source for the dataset.
7237
+
7195
7238
  :param source_format: The format of the dataset source associated with the dataset.
7196
7239
  :param source_type: The type of data source for the dataset.
7197
- :param source_detail:
7240
+ :param source_detail: The details of the dataset source associated with the dataset.
7198
7241
 
7199
7242
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-datasetsource.html
7200
7243
  :exampleMetadata: fixture=_generated
@@ -7254,7 +7297,8 @@ class CfnDataset(
7254
7297
  def source_detail(
7255
7298
  self,
7256
7299
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataset.SourceDetailProperty"]]:
7257
- '''
7300
+ '''The details of the dataset source associated with the dataset.
7301
+
7258
7302
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-datasetsource.html#cfn-iotsitewise-dataset-datasetsource-sourcedetail
7259
7303
  '''
7260
7304
  result = self._values.get("source_detail")
@@ -7283,9 +7327,10 @@ class CfnDataset(
7283
7327
  knowledge_base_arn: builtins.str,
7284
7328
  role_arn: builtins.str,
7285
7329
  ) -> None:
7286
- '''
7287
- :param knowledge_base_arn: The knowledgeBaseArn details for the Kendra dataset source.
7288
- :param role_arn: The roleARN details for the Kendra dataset source.
7330
+ '''The source details for the Kendra dataset source.
7331
+
7332
+ :param knowledge_base_arn: The ``knowledgeBaseArn`` details for the Kendra dataset source.
7333
+ :param role_arn: The ``roleARN`` details for the Kendra dataset source.
7289
7334
 
7290
7335
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-kendrasourcedetail.html
7291
7336
  :exampleMetadata: fixture=_generated
@@ -7312,7 +7357,7 @@ class CfnDataset(
7312
7357
 
7313
7358
  @builtins.property
7314
7359
  def knowledge_base_arn(self) -> builtins.str:
7315
- '''The knowledgeBaseArn details for the Kendra dataset source.
7360
+ '''The ``knowledgeBaseArn`` details for the Kendra dataset source.
7316
7361
 
7317
7362
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-kendrasourcedetail.html#cfn-iotsitewise-dataset-kendrasourcedetail-knowledgebasearn
7318
7363
  '''
@@ -7322,7 +7367,7 @@ class CfnDataset(
7322
7367
 
7323
7368
  @builtins.property
7324
7369
  def role_arn(self) -> builtins.str:
7325
- '''The roleARN details for the Kendra dataset source.
7370
+ '''The ``roleARN`` details for the Kendra dataset source.
7326
7371
 
7327
7372
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-kendrasourcedetail.html#cfn-iotsitewise-dataset-kendrasourcedetail-rolearn
7328
7373
  '''
@@ -7352,8 +7397,9 @@ class CfnDataset(
7352
7397
  *,
7353
7398
  kendra: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataset.KendraSourceDetailProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
7354
7399
  ) -> None:
7355
- '''
7356
- :param kendra:
7400
+ '''The details of the dataset source associated with the dataset.
7401
+
7402
+ :param kendra: Contains details about the Kendra dataset source.
7357
7403
 
7358
7404
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-sourcedetail.html
7359
7405
  :exampleMetadata: fixture=_generated
@@ -7382,7 +7428,8 @@ class CfnDataset(
7382
7428
  def kendra(
7383
7429
  self,
7384
7430
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataset.KendraSourceDetailProperty"]]:
7385
- '''
7431
+ '''Contains details about the Kendra dataset source.
7432
+
7386
7433
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-sourcedetail.html#cfn-iotsitewise-dataset-sourcedetail-kendra
7387
7434
  '''
7388
7435
  result = self._values.get("kendra")
@@ -8014,9 +8061,13 @@ class CfnPortal(
8014
8061
  metaclass=jsii.JSIIMeta,
8015
8062
  jsii_type="aws-cdk-lib.aws_iotsitewise.CfnPortal",
8016
8063
  ):
8017
- '''Creates a portal, which can contain projects and dashboards.
8064
+ '''.. epigraph::
8065
+
8066
+ The AWS IoT SiteWise Monitor feature will no longer be open to new customers starting November 7, 2025 .
8018
8067
 
8019
- AWS IoT SiteWise Monitor uses IAM Identity Center or IAM to authenticate portal users and manage user permissions.
8068
+ If you would like to use the AWS IoT SiteWise Monitor feature, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see `AWS IoT SiteWise Monitor availability change <https://docs.aws.amazon.com/iot-sitewise/latest/appguide/iotsitewise-monitor-availability-change.html>`_ .
8069
+
8070
+ Creates a portal, which can contain projects and dashboards. AWS IoT SiteWise Monitor uses IAM Identity Center or IAM to authenticate portal users and manage user permissions.
8020
8071
  .. epigraph::
8021
8072
 
8022
8073
  Before you can sign in to a new portal, you must add at least one identity to that portal. For more information, see `Adding or removing portal administrators <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/administer-portals.html#portal-change-admins>`_ in the *AWS IoT SiteWise User Guide* .
@@ -8506,8 +8557,13 @@ class CfnProject(
8506
8557
  metaclass=jsii.JSIIMeta,
8507
8558
  jsii_type="aws-cdk-lib.aws_iotsitewise.CfnProject",
8508
8559
  ):
8509
- '''Creates a project in the specified portal.
8560
+ '''.. epigraph::
8561
+
8562
+ The AWS IoT SiteWise Monitor feature will no longer be open to new customers starting November 7, 2025 .
8563
+
8564
+ If you would like to use the AWS IoT SiteWise Monitor feature, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see `AWS IoT SiteWise Monitor availability change <https://docs.aws.amazon.com/iot-sitewise/latest/appguide/iotsitewise-monitor-availability-change.html>`_ .
8510
8565
 
8566
+ Creates a project in the specified portal.
8511
8567
  .. epigraph::
8512
8568
 
8513
8569
  Make sure that the project name and description don't contain confidential information.