aws-cdk-lib 2.216.0__py3-none-any.whl → 2.218.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 (151) 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.218.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_acmpca/__init__.py +1 -1
  5. aws_cdk/aws_amazonmq/__init__.py +87 -0
  6. aws_cdk/aws_amplify/__init__.py +8 -8
  7. aws_cdk/aws_apigateway/__init__.py +229 -6
  8. aws_cdk/aws_apigatewayv2/__init__.py +60 -2
  9. aws_cdk/aws_appconfig/__init__.py +145 -0
  10. aws_cdk/aws_appflow/__init__.py +116 -0
  11. aws_cdk/aws_appintegrations/__init__.py +116 -0
  12. aws_cdk/aws_appmesh/__init__.py +12 -12
  13. aws_cdk/aws_appstream/__init__.py +101 -4
  14. aws_cdk/aws_appsync/__init__.py +61 -3
  15. aws_cdk/aws_apptest/__init__.py +58 -0
  16. aws_cdk/aws_aps/__init__.py +459 -0
  17. aws_cdk/aws_athena/__init__.py +58 -0
  18. aws_cdk/aws_auditmanager/__init__.py +58 -0
  19. aws_cdk/aws_backup/__init__.py +145 -0
  20. aws_cdk/aws_batch/__init__.py +64 -2
  21. aws_cdk/aws_bedrock/__init__.py +277 -0
  22. aws_cdk/aws_bedrockagentcore/__init__.py +3178 -0
  23. aws_cdk/aws_cassandra/__init__.py +29 -0
  24. aws_cdk/aws_certificatemanager/__init__.py +38 -10
  25. aws_cdk/aws_cleanrooms/__init__.py +163 -0
  26. aws_cdk/aws_cloudformation/__init__.py +14 -14
  27. aws_cdk/aws_cloudfront/__init__.py +69 -8
  28. aws_cdk/aws_cloudfront_origins/__init__.py +87 -7
  29. aws_cdk/aws_cloudtrail/__init__.py +58 -0
  30. aws_cdk/aws_cloudwatch/__init__.py +145 -0
  31. aws_cdk/aws_codebuild/__init__.py +115 -12
  32. aws_cdk/aws_codedeploy/__init__.py +29 -0
  33. aws_cdk/aws_codeguruprofiler/__init__.py +58 -0
  34. aws_cdk/aws_codepipeline/__init__.py +29 -0
  35. aws_cdk/aws_cognito/__init__.py +89 -2
  36. aws_cdk/aws_config/__init__.py +58 -0
  37. aws_cdk/aws_connect/__init__.py +138 -10
  38. aws_cdk/aws_cur/__init__.py +86 -3
  39. aws_cdk/aws_customerprofiles/__init__.py +58 -0
  40. aws_cdk/aws_datapipeline/__init__.py +29 -0
  41. aws_cdk/aws_datasync/__init__.py +351 -0
  42. aws_cdk/aws_datazone/__init__.py +733 -2
  43. aws_cdk/aws_directoryservice/__init__.py +29 -0
  44. aws_cdk/aws_dms/__init__.py +58 -0
  45. aws_cdk/aws_docdb/__init__.py +153 -25
  46. aws_cdk/aws_dsql/__init__.py +29 -0
  47. aws_cdk/aws_dynamodb/__init__.py +181 -0
  48. aws_cdk/aws_ec2/__init__.py +2031 -10
  49. aws_cdk/aws_ecr/__init__.py +116 -0
  50. aws_cdk/aws_ecs/__init__.py +142 -12
  51. aws_cdk/aws_efs/__init__.py +116 -0
  52. aws_cdk/aws_eks/__init__.py +118 -0
  53. aws_cdk/aws_elasticache/__init__.py +261 -0
  54. aws_cdk/aws_elasticbeanstalk/__init__.py +29 -0
  55. aws_cdk/aws_elasticloadbalancingv2/__init__.py +48 -0
  56. aws_cdk/aws_elasticsearch/__init__.py +2 -2
  57. aws_cdk/aws_emr/__init__.py +87 -0
  58. aws_cdk/aws_emrcontainers/__init__.py +58 -0
  59. aws_cdk/aws_emrserverless/__init__.py +58 -0
  60. aws_cdk/aws_entityresolution/__init__.py +145 -0
  61. aws_cdk/aws_events/__init__.py +290 -0
  62. aws_cdk/aws_evs/__init__.py +58 -4
  63. aws_cdk/aws_finspace/__init__.py +58 -0
  64. aws_cdk/aws_gamelift/__init__.py +507 -56
  65. aws_cdk/aws_glue/__init__.py +145 -0
  66. aws_cdk/aws_greengrass/__init__.py +464 -0
  67. aws_cdk/aws_groundstation/__init__.py +87 -0
  68. aws_cdk/aws_guardduty/__init__.py +87 -0
  69. aws_cdk/aws_healthimaging/__init__.py +58 -0
  70. aws_cdk/aws_healthlake/__init__.py +29 -0
  71. aws_cdk/aws_iam/__init__.py +1 -1
  72. aws_cdk/aws_internetmonitor/__init__.py +58 -0
  73. aws_cdk/aws_iot/__init__.py +957 -0
  74. aws_cdk/aws_iotanalytics/__init__.py +116 -0
  75. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +93 -38
  76. aws_cdk/aws_iotevents/__init__.py +87 -0
  77. aws_cdk/aws_iotfleethub/__init__.py +58 -0
  78. aws_cdk/aws_iotfleetwise/__init__.py +116 -0
  79. aws_cdk/aws_iotsitewise/__init__.py +568 -111
  80. aws_cdk/aws_iottwinmaker/__init__.py +145 -0
  81. aws_cdk/aws_iotwireless/__init__.py +464 -0
  82. aws_cdk/aws_kendra/__init__.py +116 -0
  83. aws_cdk/aws_kinesis/__init__.py +58 -0
  84. aws_cdk/aws_kinesisanalytics/__init__.py +31 -0
  85. aws_cdk/aws_kinesisanalyticsv2/__init__.py +29 -0
  86. aws_cdk/aws_kinesisfirehose/__init__.py +58 -0
  87. aws_cdk/aws_kinesisvideo/__init__.py +29 -0
  88. aws_cdk/aws_kms/__init__.py +68 -2
  89. aws_cdk/aws_lambda/__init__.py +104 -0
  90. aws_cdk/aws_lex/__init__.py +29 -0
  91. aws_cdk/aws_location/__init__.py +348 -0
  92. aws_cdk/aws_logs/__init__.py +232 -0
  93. aws_cdk/aws_lookoutequipment/__init__.py +29 -0
  94. aws_cdk/aws_lookoutvision/__init__.py +58 -0
  95. aws_cdk/aws_managedblockchain/__init__.py +145 -0
  96. aws_cdk/aws_medialive/__init__.py +562 -0
  97. aws_cdk/aws_mediapackage/__init__.py +2 -2
  98. aws_cdk/aws_mediatailor/__init__.py +174 -0
  99. aws_cdk/aws_memorydb/__init__.py +203 -0
  100. aws_cdk/aws_mwaa/__init__.py +58 -0
  101. aws_cdk/aws_networkfirewall/__init__.py +10 -10
  102. aws_cdk/aws_networkmanager/__init__.py +92 -0
  103. aws_cdk/aws_nimblestudio/__init__.py +29 -0
  104. aws_cdk/aws_odb/__init__.py +2082 -195
  105. aws_cdk/aws_omics/__init__.py +1520 -103
  106. aws_cdk/aws_opensearchserverless/__init__.py +222 -21
  107. aws_cdk/aws_opensearchservice/__init__.py +5 -4
  108. aws_cdk/aws_opsworks/__init__.py +29 -0
  109. aws_cdk/aws_opsworkscm/__init__.py +29 -0
  110. aws_cdk/aws_organizations/__init__.py +116 -0
  111. aws_cdk/aws_panorama/__init__.py +116 -0
  112. aws_cdk/aws_pcs/__init__.py +9 -9
  113. aws_cdk/aws_pinpoint/__init__.py +116 -0
  114. aws_cdk/aws_qbusiness/__init__.py +232 -0
  115. aws_cdk/aws_qldb/__init__.py +29 -0
  116. aws_cdk/aws_quicksight/__init__.py +295 -3
  117. aws_cdk/aws_rds/__init__.py +402 -58
  118. aws_cdk/aws_redshift/__init__.py +29 -0
  119. aws_cdk/aws_rekognition/__init__.py +87 -0
  120. aws_cdk/aws_resourcegroups/__init__.py +58 -0
  121. aws_cdk/aws_rolesanywhere/__init__.py +145 -0
  122. aws_cdk/aws_route53recoveryreadiness/__init__.py +58 -0
  123. aws_cdk/aws_route53resolver/__init__.py +29 -0
  124. aws_cdk/aws_s3/__init__.py +116 -0
  125. aws_cdk/aws_s3express/__init__.py +116 -0
  126. aws_cdk/aws_sagemaker/__init__.py +715 -1
  127. aws_cdk/aws_scheduler/__init__.py +29 -0
  128. aws_cdk/aws_secretsmanager/__init__.py +29 -0
  129. aws_cdk/aws_servicecatalog/__init__.py +191 -154
  130. aws_cdk/aws_servicecatalogappregistry/__init__.py +116 -0
  131. aws_cdk/aws_servicediscovery/__init__.py +58 -0
  132. aws_cdk/aws_ses/__init__.py +261 -0
  133. aws_cdk/aws_simspaceweaver/__init__.py +29 -0
  134. aws_cdk/aws_smsvoice/__init__.py +5218 -0
  135. aws_cdk/aws_ssm/__init__.py +87 -0
  136. aws_cdk/aws_synthetics/__init__.py +29 -0
  137. aws_cdk/aws_timestream/__init__.py +87 -0
  138. aws_cdk/aws_transfer/__init__.py +274 -12
  139. aws_cdk/aws_verifiedpermissions/__init__.py +59 -1
  140. aws_cdk/aws_voiceid/__init__.py +29 -0
  141. aws_cdk/aws_wisdom/__init__.py +232 -0
  142. aws_cdk/aws_workspaces/__init__.py +58 -0
  143. aws_cdk/aws_workspacesinstances/__init__.py +670 -2
  144. aws_cdk/aws_workspacesthinclient/__init__.py +58 -0
  145. aws_cdk/pipelines/__init__.py +5 -1
  146. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/METADATA +1 -1
  147. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/RECORD +151 -149
  148. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/LICENSE +0 -0
  149. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/NOTICE +0 -0
  150. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/WHEEL +0 -0
  151. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.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
  '''
@@ -2676,6 +2666,48 @@ class CfnAccessPolicy(
2676
2666
 
2677
2667
  jsii.create(self.__class__, self, [scope, id, props])
2678
2668
 
2669
+ @jsii.member(jsii_name="fromAccessPolicyArn")
2670
+ @builtins.classmethod
2671
+ def from_access_policy_arn(
2672
+ cls,
2673
+ scope: _constructs_77d1e7e8.Construct,
2674
+ id: builtins.str,
2675
+ arn: builtins.str,
2676
+ ) -> IAccessPolicyRef:
2677
+ '''Creates a new IAccessPolicyRef from an ARN.
2678
+
2679
+ :param scope: -
2680
+ :param id: -
2681
+ :param arn: -
2682
+ '''
2683
+ if __debug__:
2684
+ type_hints = typing.get_type_hints(_typecheckingstub__8c5448873247f014fbabe75495d971f11170e821c8ceaf95d73559ecdd8e1681)
2685
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2686
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2687
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
2688
+ return typing.cast(IAccessPolicyRef, jsii.sinvoke(cls, "fromAccessPolicyArn", [scope, id, arn]))
2689
+
2690
+ @jsii.member(jsii_name="fromAccessPolicyId")
2691
+ @builtins.classmethod
2692
+ def from_access_policy_id(
2693
+ cls,
2694
+ scope: _constructs_77d1e7e8.Construct,
2695
+ id: builtins.str,
2696
+ access_policy_id: builtins.str,
2697
+ ) -> IAccessPolicyRef:
2698
+ '''Creates a new IAccessPolicyRef from a accessPolicyId.
2699
+
2700
+ :param scope: -
2701
+ :param id: -
2702
+ :param access_policy_id: -
2703
+ '''
2704
+ if __debug__:
2705
+ type_hints = typing.get_type_hints(_typecheckingstub__582ff2c4a66e3c2f09077e37e119938b8584d09e400b9c6a5322e2f39340064e)
2706
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2707
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2708
+ check_type(argname="argument access_policy_id", value=access_policy_id, expected_type=type_hints["access_policy_id"])
2709
+ return typing.cast(IAccessPolicyRef, jsii.sinvoke(cls, "fromAccessPolicyId", [scope, id, access_policy_id]))
2710
+
2679
2711
  @jsii.member(jsii_name="inspect")
2680
2712
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
2681
2713
  '''Examines the CloudFormation resource and discloses attributes.
@@ -3317,6 +3349,48 @@ class CfnAsset(
3317
3349
 
3318
3350
  jsii.create(self.__class__, self, [scope, id, props])
3319
3351
 
3352
+ @jsii.member(jsii_name="fromAssetArn")
3353
+ @builtins.classmethod
3354
+ def from_asset_arn(
3355
+ cls,
3356
+ scope: _constructs_77d1e7e8.Construct,
3357
+ id: builtins.str,
3358
+ arn: builtins.str,
3359
+ ) -> IAssetRef:
3360
+ '''Creates a new IAssetRef from an ARN.
3361
+
3362
+ :param scope: -
3363
+ :param id: -
3364
+ :param arn: -
3365
+ '''
3366
+ if __debug__:
3367
+ type_hints = typing.get_type_hints(_typecheckingstub__073f8820073df238c5e7e3d9cb836ef8d0e89b64e5c0c4d6554996997da9ca16)
3368
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3369
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3370
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
3371
+ return typing.cast(IAssetRef, jsii.sinvoke(cls, "fromAssetArn", [scope, id, arn]))
3372
+
3373
+ @jsii.member(jsii_name="fromAssetId")
3374
+ @builtins.classmethod
3375
+ def from_asset_id(
3376
+ cls,
3377
+ scope: _constructs_77d1e7e8.Construct,
3378
+ id: builtins.str,
3379
+ asset_id: builtins.str,
3380
+ ) -> IAssetRef:
3381
+ '''Creates a new IAssetRef from a assetId.
3382
+
3383
+ :param scope: -
3384
+ :param id: -
3385
+ :param asset_id: -
3386
+ '''
3387
+ if __debug__:
3388
+ type_hints = typing.get_type_hints(_typecheckingstub__79d4307e6940146ab525a60e0533d574cdf0bb6e55223c0d04b513be0bb57bae)
3389
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3390
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3391
+ check_type(argname="argument asset_id", value=asset_id, expected_type=type_hints["asset_id"])
3392
+ return typing.cast(IAssetRef, jsii.sinvoke(cls, "fromAssetId", [scope, id, asset_id]))
3393
+
3320
3394
  @jsii.member(jsii_name="inspect")
3321
3395
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
3322
3396
  '''Examines the CloudFormation resource and discloses attributes.
@@ -3966,7 +4040,7 @@ class CfnAssetModel(
3966
4040
  :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
4041
  :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
4042
  :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.
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.
3970
4044
  :param enforced_asset_model_interface_relationships: a list of asset model and interface relationships.
3971
4045
  :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
4046
  '''
@@ -3988,6 +4062,48 @@ class CfnAssetModel(
3988
4062
 
3989
4063
  jsii.create(self.__class__, self, [scope, id, props])
3990
4064
 
4065
+ @jsii.member(jsii_name="fromAssetModelArn")
4066
+ @builtins.classmethod
4067
+ def from_asset_model_arn(
4068
+ cls,
4069
+ scope: _constructs_77d1e7e8.Construct,
4070
+ id: builtins.str,
4071
+ arn: builtins.str,
4072
+ ) -> IAssetModelRef:
4073
+ '''Creates a new IAssetModelRef from an ARN.
4074
+
4075
+ :param scope: -
4076
+ :param id: -
4077
+ :param arn: -
4078
+ '''
4079
+ if __debug__:
4080
+ type_hints = typing.get_type_hints(_typecheckingstub__5c85c36d8469daf38476d7f2154aaf5d715e63d825b7e2509bafea40e9e03630)
4081
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
4082
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
4083
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
4084
+ return typing.cast(IAssetModelRef, jsii.sinvoke(cls, "fromAssetModelArn", [scope, id, arn]))
4085
+
4086
+ @jsii.member(jsii_name="fromAssetModelId")
4087
+ @builtins.classmethod
4088
+ def from_asset_model_id(
4089
+ cls,
4090
+ scope: _constructs_77d1e7e8.Construct,
4091
+ id: builtins.str,
4092
+ asset_model_id: builtins.str,
4093
+ ) -> IAssetModelRef:
4094
+ '''Creates a new IAssetModelRef from a assetModelId.
4095
+
4096
+ :param scope: -
4097
+ :param id: -
4098
+ :param asset_model_id: -
4099
+ '''
4100
+ if __debug__:
4101
+ type_hints = typing.get_type_hints(_typecheckingstub__1f061ec701a45e63d7603fe15d31d19f3e3367f9ad0d0e712c9bbae5505f1108)
4102
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
4103
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
4104
+ check_type(argname="argument asset_model_id", value=asset_model_id, expected_type=type_hints["asset_model_id"])
4105
+ return typing.cast(IAssetModelRef, jsii.sinvoke(cls, "fromAssetModelId", [scope, id, asset_model_id]))
4106
+
3991
4107
  @jsii.member(jsii_name="inspect")
3992
4108
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
3993
4109
  '''Examines the CloudFormation resource and discloses attributes.
@@ -4923,11 +5039,11 @@ class CfnAssetModel(
4923
5039
  asset_model_property_external_id: typing.Optional[builtins.str] = None,
4924
5040
  asset_model_property_logical_id: typing.Optional[builtins.str] = None,
4925
5041
  ) -> None:
4926
- '''Contains information about applied interface property and asset model property.
5042
+ '''Contains information about enforced interface property and asset model property.
4927
5043
 
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.
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.
4931
5047
 
4932
5048
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping.html
4933
5049
  :exampleMetadata: fixture=_generated
@@ -4961,7 +5077,7 @@ class CfnAssetModel(
4961
5077
 
4962
5078
  @builtins.property
4963
5079
  def interface_asset_model_property_external_id(self) -> builtins.str:
4964
- '''The external ID of the applied interface property.
5080
+ '''The external ID of the enforced interface property.
4965
5081
 
4966
5082
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping.html#cfn-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping-interfaceassetmodelpropertyexternalid
4967
5083
  '''
@@ -4971,7 +5087,7 @@ class CfnAssetModel(
4971
5087
 
4972
5088
  @builtins.property
4973
5089
  def asset_model_property_external_id(self) -> typing.Optional[builtins.str]:
4974
- '''The external ID of the linked asset model property.
5090
+ '''The external ID of the enforced asset model property.
4975
5091
 
4976
5092
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping.html#cfn-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping-assetmodelpropertyexternalid
4977
5093
  '''
@@ -4980,7 +5096,7 @@ class CfnAssetModel(
4980
5096
 
4981
5097
  @builtins.property
4982
5098
  def asset_model_property_logical_id(self) -> typing.Optional[builtins.str]:
4983
- '''The logical ID of the linked asset model property.
5099
+ '''The logical ID of the enforced asset model property.
4984
5100
 
4985
5101
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping.html#cfn-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping-assetmodelpropertylogicalid
4986
5102
  '''
@@ -5013,10 +5129,10 @@ class CfnAssetModel(
5013
5129
  interface_asset_model_id: typing.Optional[builtins.str] = None,
5014
5130
  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
5131
  ) -> None:
5016
- '''Contains information about applied interface hierarchy and asset model hierarchy.
5132
+ '''Contains information about enforced interface hierarchy and asset model hierarchy.
5017
5133
 
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.
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.
5020
5136
 
5021
5137
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacerelationship.html
5022
5138
  :exampleMetadata: fixture=_generated
@@ -5050,7 +5166,7 @@ class CfnAssetModel(
5050
5166
 
5051
5167
  @builtins.property
5052
5168
  def interface_asset_model_id(self) -> typing.Optional[builtins.str]:
5053
- '''The ID of the asset model that has the interface applied to it.
5169
+ '''The ID of the interface that is enforced to the asset model.
5054
5170
 
5055
5171
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacerelationship.html#cfn-iotsitewise-assetmodel-enforcedassetmodelinterfacerelationship-interfaceassetmodelid
5056
5172
  '''
@@ -5061,7 +5177,7 @@ class CfnAssetModel(
5061
5177
  def property_mappings(
5062
5178
  self,
5063
5179
  ) -> 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.
5180
+ '''Contains information about enforced interface property and asset model property.
5065
5181
 
5066
5182
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacerelationship.html#cfn-iotsitewise-assetmodel-enforcedassetmodelinterfacerelationship-propertymappings
5067
5183
  '''
@@ -5947,7 +6063,7 @@ class CfnComputationModel(
5947
6063
  metaclass=jsii.JSIIMeta,
5948
6064
  jsii_type="aws-cdk-lib.aws_iotsitewise.CfnComputationModel",
5949
6065
  ):
5950
- '''Create a computation model with a configuration and data binding.
6066
+ '''Resource schema for AWS::IoTSiteWise::ComputationModel.
5951
6067
 
5952
6068
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html
5953
6069
  :cloudformationResource: AWS::IoTSiteWise::ComputationModel
@@ -6006,11 +6122,11 @@ class CfnComputationModel(
6006
6122
  '''
6007
6123
  :param scope: Scope in which this resource is defined.
6008
6124
  :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.
6125
+ :param computation_model_configuration:
6126
+ :param computation_model_data_binding:
6011
6127
  :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* .
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.
6014
6130
  '''
6015
6131
  if __debug__:
6016
6132
  type_hints = typing.get_type_hints(_typecheckingstub__566bf1711c9dcacb9cb88add46c2c4e157208bdce4a774ccb256a7d21c68de89)
@@ -6026,6 +6142,48 @@ class CfnComputationModel(
6026
6142
 
6027
6143
  jsii.create(self.__class__, self, [scope, id, props])
6028
6144
 
6145
+ @jsii.member(jsii_name="fromComputationModelArn")
6146
+ @builtins.classmethod
6147
+ def from_computation_model_arn(
6148
+ cls,
6149
+ scope: _constructs_77d1e7e8.Construct,
6150
+ id: builtins.str,
6151
+ arn: builtins.str,
6152
+ ) -> IComputationModelRef:
6153
+ '''Creates a new IComputationModelRef from an ARN.
6154
+
6155
+ :param scope: -
6156
+ :param id: -
6157
+ :param arn: -
6158
+ '''
6159
+ if __debug__:
6160
+ type_hints = typing.get_type_hints(_typecheckingstub__590e85092bc508f6256e60a12e43c81089d4fdbc5ea61a69300ebe6c241b75e3)
6161
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
6162
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
6163
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
6164
+ return typing.cast(IComputationModelRef, jsii.sinvoke(cls, "fromComputationModelArn", [scope, id, arn]))
6165
+
6166
+ @jsii.member(jsii_name="fromComputationModelId")
6167
+ @builtins.classmethod
6168
+ def from_computation_model_id(
6169
+ cls,
6170
+ scope: _constructs_77d1e7e8.Construct,
6171
+ id: builtins.str,
6172
+ computation_model_id: builtins.str,
6173
+ ) -> IComputationModelRef:
6174
+ '''Creates a new IComputationModelRef from a computationModelId.
6175
+
6176
+ :param scope: -
6177
+ :param id: -
6178
+ :param computation_model_id: -
6179
+ '''
6180
+ if __debug__:
6181
+ type_hints = typing.get_type_hints(_typecheckingstub__cf9f98dbe0a47ff6ba00814bcfe5bac495a1c8e0e1b952108f1c9fe15128b618)
6182
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
6183
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
6184
+ check_type(argname="argument computation_model_id", value=computation_model_id, expected_type=type_hints["computation_model_id"])
6185
+ return typing.cast(IComputationModelRef, jsii.sinvoke(cls, "fromComputationModelId", [scope, id, computation_model_id]))
6186
+
6029
6187
  @jsii.member(jsii_name="inspect")
6030
6188
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
6031
6189
  '''Examines the CloudFormation resource and discloses attributes.
@@ -6059,9 +6217,7 @@ class CfnComputationModel(
6059
6217
  @builtins.property
6060
6218
  @jsii.member(jsii_name="attrComputationModelArn")
6061
6219
  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}``
6220
+ '''The ARN of the computation model.
6065
6221
 
6066
6222
  :cloudformationAttribute: ComputationModelArn
6067
6223
  '''
@@ -6098,7 +6254,6 @@ class CfnComputationModel(
6098
6254
  def computation_model_configuration(
6099
6255
  self,
6100
6256
  ) -> typing.Union[_IResolvable_da3f097b, "CfnComputationModel.ComputationModelConfigurationProperty"]:
6101
- '''The configuration for the computation model.'''
6102
6257
  return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnComputationModel.ComputationModelConfigurationProperty"], jsii.get(self, "computationModelConfiguration"))
6103
6258
 
6104
6259
  @computation_model_configuration.setter
@@ -6116,7 +6271,6 @@ class CfnComputationModel(
6116
6271
  def computation_model_data_binding(
6117
6272
  self,
6118
6273
  ) -> typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, "CfnComputationModel.ComputationModelDataBindingValueProperty"]]]:
6119
- '''The data binding for the computation model.'''
6120
6274
  return typing.cast(typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, "CfnComputationModel.ComputationModelDataBindingValueProperty"]]], jsii.get(self, "computationModelDataBinding"))
6121
6275
 
6122
6276
  @computation_model_data_binding.setter
@@ -6145,7 +6299,7 @@ class CfnComputationModel(
6145
6299
  @builtins.property
6146
6300
  @jsii.member(jsii_name="computationModelDescription")
6147
6301
  def computation_model_description(self) -> typing.Optional[builtins.str]:
6148
- '''The description of the computation model.'''
6302
+ '''A description about the computation model.'''
6149
6303
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "computationModelDescription"))
6150
6304
 
6151
6305
  @computation_model_description.setter
@@ -6161,7 +6315,7 @@ class CfnComputationModel(
6161
6315
  @builtins.property
6162
6316
  @jsii.member(jsii_name="tags")
6163
6317
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
6164
- '''A list of key-value pairs that contain metadata for the asset.'''
6318
+ '''An array of key-value pairs to apply to this resource.'''
6165
6319
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
6166
6320
 
6167
6321
  @tags.setter
@@ -6186,10 +6340,9 @@ class CfnComputationModel(
6186
6340
  input_properties: builtins.str,
6187
6341
  result_property: builtins.str,
6188
6342
  ) -> 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.
6343
+ '''
6344
+ :param input_properties: Input properties for anomaly detection.
6345
+ :param result_property: Result property for anomaly detection.
6193
6346
 
6194
6347
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration.html
6195
6348
  :exampleMetadata: fixture=_generated
@@ -6216,7 +6369,7 @@ class CfnComputationModel(
6216
6369
 
6217
6370
  @builtins.property
6218
6371
  def input_properties(self) -> builtins.str:
6219
- '''The list of input properties for the anomaly detection model.
6372
+ '''Input properties for anomaly detection.
6220
6373
 
6221
6374
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration.html#cfn-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration-inputproperties
6222
6375
  '''
@@ -6226,7 +6379,7 @@ class CfnComputationModel(
6226
6379
 
6227
6380
  @builtins.property
6228
6381
  def result_property(self) -> builtins.str:
6229
- '''The property where the anomaly detection results will be stored.
6382
+ '''Result property for anomaly detection.
6230
6383
 
6231
6384
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration.html#cfn-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration-resultproperty
6232
6385
  '''
@@ -6257,10 +6410,9 @@ class CfnComputationModel(
6257
6410
  asset_model_id: builtins.str,
6258
6411
  property_id: builtins.str,
6259
6412
  ) -> 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.
6413
+ '''
6414
+ :param asset_model_id: The ID of the asset model.
6415
+ :param property_id: The ID of the asset model property.
6264
6416
 
6265
6417
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetmodelpropertybindingvalue.html
6266
6418
  :exampleMetadata: fixture=_generated
@@ -6287,7 +6439,7 @@ class CfnComputationModel(
6287
6439
 
6288
6440
  @builtins.property
6289
6441
  def asset_model_id(self) -> builtins.str:
6290
- '''The ID of the asset model, in UUID format.
6442
+ '''The ID of the asset model.
6291
6443
 
6292
6444
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetmodelpropertybindingvalue.html#cfn-iotsitewise-computationmodel-assetmodelpropertybindingvalue-assetmodelid
6293
6445
  '''
@@ -6297,7 +6449,7 @@ class CfnComputationModel(
6297
6449
 
6298
6450
  @builtins.property
6299
6451
  def property_id(self) -> builtins.str:
6300
- '''The ID of the asset model property used in data binding value.
6452
+ '''The ID of the asset model property.
6301
6453
 
6302
6454
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetmodelpropertybindingvalue.html#cfn-iotsitewise-computationmodel-assetmodelpropertybindingvalue-propertyid
6303
6455
  '''
@@ -6328,12 +6480,9 @@ class CfnComputationModel(
6328
6480
  asset_id: builtins.str,
6329
6481
  property_id: builtins.str,
6330
6482
  ) -> 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.
6483
+ '''
6484
+ :param asset_id: The ID of the asset.
6485
+ :param property_id: The ID of the asset property.
6337
6486
 
6338
6487
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetpropertybindingvalue.html
6339
6488
  :exampleMetadata: fixture=_generated
@@ -6360,9 +6509,7 @@ class CfnComputationModel(
6360
6509
 
6361
6510
  @builtins.property
6362
6511
  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.
6512
+ '''The ID of the asset.
6366
6513
 
6367
6514
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetpropertybindingvalue.html#cfn-iotsitewise-computationmodel-assetpropertybindingvalue-assetid
6368
6515
  '''
@@ -6372,9 +6519,7 @@ class CfnComputationModel(
6372
6519
 
6373
6520
  @builtins.property
6374
6521
  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.
6522
+ '''The ID of the asset property.
6378
6523
 
6379
6524
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetpropertybindingvalue.html#cfn-iotsitewise-computationmodel-assetpropertybindingvalue-propertyid
6380
6525
  '''
@@ -6404,9 +6549,8 @@ class CfnComputationModel(
6404
6549
  *,
6405
6550
  anomaly_detection: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnComputationModel.AnomalyDetectionComputationModelConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
6406
6551
  ) -> None:
6407
- '''The configuration for the computation model.
6408
-
6409
- :param anomaly_detection: The configuration for the anomaly detection type of computation model.
6552
+ '''
6553
+ :param anomaly_detection:
6410
6554
 
6411
6555
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodelconfiguration.html
6412
6556
  :exampleMetadata: fixture=_generated
@@ -6435,8 +6579,7 @@ class CfnComputationModel(
6435
6579
  def anomaly_detection(
6436
6580
  self,
6437
6581
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnComputationModel.AnomalyDetectionComputationModelConfigurationProperty"]]:
6438
- '''The configuration for the anomaly detection type of computation model.
6439
-
6582
+ '''
6440
6583
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodelconfiguration.html#cfn-iotsitewise-computationmodel-computationmodelconfiguration-anomalydetection
6441
6584
  '''
6442
6585
  result = self._values.get("anomaly_detection")
@@ -6470,11 +6613,10 @@ class CfnComputationModel(
6470
6613
  asset_property: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnComputationModel.AssetPropertyBindingValueProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
6471
6614
  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
6615
  ) -> 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.
6616
+ '''
6617
+ :param asset_model_property:
6618
+ :param asset_property:
6619
+ :param list: Defines a list of computation model binding values.
6478
6620
 
6479
6621
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodeldatabindingvalue.html
6480
6622
  :exampleMetadata: fixture=_generated
@@ -6516,8 +6658,7 @@ class CfnComputationModel(
6516
6658
  def asset_model_property(
6517
6659
  self,
6518
6660
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnComputationModel.AssetModelPropertyBindingValueProperty"]]:
6519
- '''Specifies an asset model property data binding value.
6520
-
6661
+ '''
6521
6662
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodeldatabindingvalue.html#cfn-iotsitewise-computationmodel-computationmodeldatabindingvalue-assetmodelproperty
6522
6663
  '''
6523
6664
  result = self._values.get("asset_model_property")
@@ -6527,8 +6668,7 @@ class CfnComputationModel(
6527
6668
  def asset_property(
6528
6669
  self,
6529
6670
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnComputationModel.AssetPropertyBindingValueProperty"]]:
6530
- '''The asset property value used for computation model data binding.
6531
-
6671
+ '''
6532
6672
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodeldatabindingvalue.html#cfn-iotsitewise-computationmodel-computationmodeldatabindingvalue-assetproperty
6533
6673
  '''
6534
6674
  result = self._values.get("asset_property")
@@ -6538,7 +6678,7 @@ class CfnComputationModel(
6538
6678
  def list(
6539
6679
  self,
6540
6680
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnComputationModel.ComputationModelDataBindingValueProperty"]]]]:
6541
- '''Specifies a list of data binding value.
6681
+ '''Defines a list of computation model binding values.
6542
6682
 
6543
6683
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodeldatabindingvalue.html#cfn-iotsitewise-computationmodel-computationmodeldatabindingvalue-list
6544
6684
  '''
@@ -6623,6 +6763,48 @@ class CfnDashboard(
6623
6763
 
6624
6764
  jsii.create(self.__class__, self, [scope, id, props])
6625
6765
 
6766
+ @jsii.member(jsii_name="fromDashboardArn")
6767
+ @builtins.classmethod
6768
+ def from_dashboard_arn(
6769
+ cls,
6770
+ scope: _constructs_77d1e7e8.Construct,
6771
+ id: builtins.str,
6772
+ arn: builtins.str,
6773
+ ) -> IDashboardRef:
6774
+ '''Creates a new IDashboardRef from an ARN.
6775
+
6776
+ :param scope: -
6777
+ :param id: -
6778
+ :param arn: -
6779
+ '''
6780
+ if __debug__:
6781
+ type_hints = typing.get_type_hints(_typecheckingstub__8d3ef066d6cc1deed982b975e1b332ddc442fc91c9cc1968ea2dadbe5c8d0e80)
6782
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
6783
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
6784
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
6785
+ return typing.cast(IDashboardRef, jsii.sinvoke(cls, "fromDashboardArn", [scope, id, arn]))
6786
+
6787
+ @jsii.member(jsii_name="fromDashboardId")
6788
+ @builtins.classmethod
6789
+ def from_dashboard_id(
6790
+ cls,
6791
+ scope: _constructs_77d1e7e8.Construct,
6792
+ id: builtins.str,
6793
+ dashboard_id: builtins.str,
6794
+ ) -> IDashboardRef:
6795
+ '''Creates a new IDashboardRef from a dashboardId.
6796
+
6797
+ :param scope: -
6798
+ :param id: -
6799
+ :param dashboard_id: -
6800
+ '''
6801
+ if __debug__:
6802
+ type_hints = typing.get_type_hints(_typecheckingstub__a04e6604e7125e6e08f9794e68e1b82fbe54ab836644eba76af6190724e6bfd1)
6803
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
6804
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
6805
+ check_type(argname="argument dashboard_id", value=dashboard_id, expected_type=type_hints["dashboard_id"])
6806
+ return typing.cast(IDashboardRef, jsii.sinvoke(cls, "fromDashboardId", [scope, id, dashboard_id]))
6807
+
6626
6808
  @jsii.member(jsii_name="inspect")
6627
6809
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
6628
6810
  '''Examines the CloudFormation resource and discloses attributes.
@@ -6762,7 +6944,7 @@ class CfnDataset(
6762
6944
  metaclass=jsii.JSIIMeta,
6763
6945
  jsii_type="aws-cdk-lib.aws_iotsitewise.CfnDataset",
6764
6946
  ):
6765
- '''Creates a dataset to connect an external datasource.
6947
+ '''Resource schema for AWS::IoTSiteWise::Dataset.
6766
6948
 
6767
6949
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-dataset.html
6768
6950
  :cloudformationResource: AWS::IoTSiteWise::Dataset
@@ -6812,9 +6994,9 @@ class CfnDataset(
6812
6994
  :param scope: Scope in which this resource is defined.
6813
6995
  :param id: Construct identifier for this resource (unique in its scope).
6814
6996
  :param dataset_name: The name of the dataset.
6815
- :param dataset_source: The data source for the dataset.
6997
+ :param dataset_source:
6816
6998
  :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* .
6999
+ :param tags: An array of key-value pairs to apply to this resource.
6818
7000
  '''
6819
7001
  if __debug__:
6820
7002
  type_hints = typing.get_type_hints(_typecheckingstub__44369ff07e07f1dbb28102a65eb5a8e6317f5b2e832b326cf3fc0bef13d7e1cc)
@@ -6829,6 +7011,48 @@ class CfnDataset(
6829
7011
 
6830
7012
  jsii.create(self.__class__, self, [scope, id, props])
6831
7013
 
7014
+ @jsii.member(jsii_name="fromDatasetArn")
7015
+ @builtins.classmethod
7016
+ def from_dataset_arn(
7017
+ cls,
7018
+ scope: _constructs_77d1e7e8.Construct,
7019
+ id: builtins.str,
7020
+ arn: builtins.str,
7021
+ ) -> IDatasetRef:
7022
+ '''Creates a new IDatasetRef from an ARN.
7023
+
7024
+ :param scope: -
7025
+ :param id: -
7026
+ :param arn: -
7027
+ '''
7028
+ if __debug__:
7029
+ type_hints = typing.get_type_hints(_typecheckingstub__c9ff3dcdb3ac6f04e85b20ea8bb4c7d46762cd36c087beb7fd1d048c7e930202)
7030
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
7031
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
7032
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
7033
+ return typing.cast(IDatasetRef, jsii.sinvoke(cls, "fromDatasetArn", [scope, id, arn]))
7034
+
7035
+ @jsii.member(jsii_name="fromDatasetId")
7036
+ @builtins.classmethod
7037
+ def from_dataset_id(
7038
+ cls,
7039
+ scope: _constructs_77d1e7e8.Construct,
7040
+ id: builtins.str,
7041
+ dataset_id: builtins.str,
7042
+ ) -> IDatasetRef:
7043
+ '''Creates a new IDatasetRef from a datasetId.
7044
+
7045
+ :param scope: -
7046
+ :param id: -
7047
+ :param dataset_id: -
7048
+ '''
7049
+ if __debug__:
7050
+ type_hints = typing.get_type_hints(_typecheckingstub__9cd48c30f564ca50cc666275f3fc53e470cc09074323a9f778ce65224801abec)
7051
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
7052
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
7053
+ check_type(argname="argument dataset_id", value=dataset_id, expected_type=type_hints["dataset_id"])
7054
+ return typing.cast(IDatasetRef, jsii.sinvoke(cls, "fromDatasetId", [scope, id, dataset_id]))
7055
+
6832
7056
  @jsii.member(jsii_name="inspect")
6833
7057
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
6834
7058
  '''Examines the CloudFormation resource and discloses attributes.
@@ -6862,9 +7086,7 @@ class CfnDataset(
6862
7086
  @builtins.property
6863
7087
  @jsii.member(jsii_name="attrDatasetArn")
6864
7088
  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}``
7089
+ '''The ARN of the dataset.
6868
7090
 
6869
7091
  :cloudformationAttribute: DatasetArn
6870
7092
  '''
@@ -6914,7 +7136,6 @@ class CfnDataset(
6914
7136
  def dataset_source(
6915
7137
  self,
6916
7138
  ) -> typing.Union[_IResolvable_da3f097b, "CfnDataset.DatasetSourceProperty"]:
6917
- '''The data source for the dataset.'''
6918
7139
  return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnDataset.DatasetSourceProperty"], jsii.get(self, "datasetSource"))
6919
7140
 
6920
7141
  @dataset_source.setter
@@ -6943,7 +7164,7 @@ class CfnDataset(
6943
7164
  @builtins.property
6944
7165
  @jsii.member(jsii_name="tags")
6945
7166
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
6946
- '''A list of key-value pairs that contain metadata for the access policy.'''
7167
+ '''An array of key-value pairs to apply to this resource.'''
6947
7168
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
6948
7169
 
6949
7170
  @tags.setter
@@ -6970,11 +7191,10 @@ class CfnDataset(
6970
7191
  source_type: builtins.str,
6971
7192
  source_detail: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataset.SourceDetailProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
6972
7193
  ) -> None:
6973
- '''The data source for the dataset.
6974
-
7194
+ '''
6975
7195
  :param source_format: The format of the dataset source associated with the dataset.
6976
7196
  :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.
7197
+ :param source_detail:
6978
7198
 
6979
7199
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-datasetsource.html
6980
7200
  :exampleMetadata: fixture=_generated
@@ -7034,8 +7254,7 @@ class CfnDataset(
7034
7254
  def source_detail(
7035
7255
  self,
7036
7256
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataset.SourceDetailProperty"]]:
7037
- '''The details of the dataset source associated with the dataset.
7038
-
7257
+ '''
7039
7258
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-datasetsource.html#cfn-iotsitewise-dataset-datasetsource-sourcedetail
7040
7259
  '''
7041
7260
  result = self._values.get("source_detail")
@@ -7064,10 +7283,9 @@ class CfnDataset(
7064
7283
  knowledge_base_arn: builtins.str,
7065
7284
  role_arn: builtins.str,
7066
7285
  ) -> 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.
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.
7071
7289
 
7072
7290
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-kendrasourcedetail.html
7073
7291
  :exampleMetadata: fixture=_generated
@@ -7094,7 +7312,7 @@ class CfnDataset(
7094
7312
 
7095
7313
  @builtins.property
7096
7314
  def knowledge_base_arn(self) -> builtins.str:
7097
- '''The ``knowledgeBaseArn`` details for the Kendra dataset source.
7315
+ '''The knowledgeBaseArn details for the Kendra dataset source.
7098
7316
 
7099
7317
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-kendrasourcedetail.html#cfn-iotsitewise-dataset-kendrasourcedetail-knowledgebasearn
7100
7318
  '''
@@ -7104,7 +7322,7 @@ class CfnDataset(
7104
7322
 
7105
7323
  @builtins.property
7106
7324
  def role_arn(self) -> builtins.str:
7107
- '''The ``roleARN`` details for the Kendra dataset source.
7325
+ '''The roleARN details for the Kendra dataset source.
7108
7326
 
7109
7327
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-kendrasourcedetail.html#cfn-iotsitewise-dataset-kendrasourcedetail-rolearn
7110
7328
  '''
@@ -7134,9 +7352,8 @@ class CfnDataset(
7134
7352
  *,
7135
7353
  kendra: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataset.KendraSourceDetailProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
7136
7354
  ) -> None:
7137
- '''The details of the dataset source associated with the dataset.
7138
-
7139
- :param kendra: Contains details about the Kendra dataset source.
7355
+ '''
7356
+ :param kendra:
7140
7357
 
7141
7358
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-sourcedetail.html
7142
7359
  :exampleMetadata: fixture=_generated
@@ -7165,8 +7382,7 @@ class CfnDataset(
7165
7382
  def kendra(
7166
7383
  self,
7167
7384
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataset.KendraSourceDetailProperty"]]:
7168
- '''Contains details about the Kendra dataset source.
7169
-
7385
+ '''
7170
7386
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-sourcedetail.html#cfn-iotsitewise-dataset-sourcedetail-kendra
7171
7387
  '''
7172
7388
  result = self._values.get("kendra")
@@ -7270,6 +7486,27 @@ class CfnGateway(
7270
7486
 
7271
7487
  jsii.create(self.__class__, self, [scope, id, props])
7272
7488
 
7489
+ @jsii.member(jsii_name="fromGatewayId")
7490
+ @builtins.classmethod
7491
+ def from_gateway_id(
7492
+ cls,
7493
+ scope: _constructs_77d1e7e8.Construct,
7494
+ id: builtins.str,
7495
+ gateway_id: builtins.str,
7496
+ ) -> IGatewayRef:
7497
+ '''Creates a new IGatewayRef from a gatewayId.
7498
+
7499
+ :param scope: -
7500
+ :param id: -
7501
+ :param gateway_id: -
7502
+ '''
7503
+ if __debug__:
7504
+ type_hints = typing.get_type_hints(_typecheckingstub__faf587528166a7e799d27fa65efc17a4884e594560d908cdcce70a7ffd1bdb0b)
7505
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
7506
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
7507
+ check_type(argname="argument gateway_id", value=gateway_id, expected_type=type_hints["gateway_id"])
7508
+ return typing.cast(IGatewayRef, jsii.sinvoke(cls, "fromGatewayId", [scope, id, gateway_id]))
7509
+
7273
7510
  @jsii.member(jsii_name="inspect")
7274
7511
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
7275
7512
  '''Examines the CloudFormation resource and discloses attributes.
@@ -7868,6 +8105,48 @@ class CfnPortal(
7868
8105
 
7869
8106
  jsii.create(self.__class__, self, [scope, id, props])
7870
8107
 
8108
+ @jsii.member(jsii_name="fromPortalArn")
8109
+ @builtins.classmethod
8110
+ def from_portal_arn(
8111
+ cls,
8112
+ scope: _constructs_77d1e7e8.Construct,
8113
+ id: builtins.str,
8114
+ arn: builtins.str,
8115
+ ) -> IPortalRef:
8116
+ '''Creates a new IPortalRef from an ARN.
8117
+
8118
+ :param scope: -
8119
+ :param id: -
8120
+ :param arn: -
8121
+ '''
8122
+ if __debug__:
8123
+ type_hints = typing.get_type_hints(_typecheckingstub__e169faff9b040913570a502ac443183b97c899e914194ac17d33d71ace93855a)
8124
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
8125
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
8126
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
8127
+ return typing.cast(IPortalRef, jsii.sinvoke(cls, "fromPortalArn", [scope, id, arn]))
8128
+
8129
+ @jsii.member(jsii_name="fromPortalId")
8130
+ @builtins.classmethod
8131
+ def from_portal_id(
8132
+ cls,
8133
+ scope: _constructs_77d1e7e8.Construct,
8134
+ id: builtins.str,
8135
+ portal_id: builtins.str,
8136
+ ) -> IPortalRef:
8137
+ '''Creates a new IPortalRef from a portalId.
8138
+
8139
+ :param scope: -
8140
+ :param id: -
8141
+ :param portal_id: -
8142
+ '''
8143
+ if __debug__:
8144
+ type_hints = typing.get_type_hints(_typecheckingstub__44e55bc9565e17284ddba355fa0db38ce8c5ffdbbbf3673b605a11715a4c7444)
8145
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
8146
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
8147
+ check_type(argname="argument portal_id", value=portal_id, expected_type=type_hints["portal_id"])
8148
+ return typing.cast(IPortalRef, jsii.sinvoke(cls, "fromPortalId", [scope, id, portal_id]))
8149
+
7871
8150
  @jsii.member(jsii_name="inspect")
7872
8151
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
7873
8152
  '''Examines the CloudFormation resource and discloses attributes.
@@ -8291,6 +8570,48 @@ class CfnProject(
8291
8570
 
8292
8571
  jsii.create(self.__class__, self, [scope, id, props])
8293
8572
 
8573
+ @jsii.member(jsii_name="fromProjectArn")
8574
+ @builtins.classmethod
8575
+ def from_project_arn(
8576
+ cls,
8577
+ scope: _constructs_77d1e7e8.Construct,
8578
+ id: builtins.str,
8579
+ arn: builtins.str,
8580
+ ) -> IProjectRef:
8581
+ '''Creates a new IProjectRef from an ARN.
8582
+
8583
+ :param scope: -
8584
+ :param id: -
8585
+ :param arn: -
8586
+ '''
8587
+ if __debug__:
8588
+ type_hints = typing.get_type_hints(_typecheckingstub__e90060e79e1e7def55d44924df2b2574a62789a25ec5a41a823f97be953c5d51)
8589
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
8590
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
8591
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
8592
+ return typing.cast(IProjectRef, jsii.sinvoke(cls, "fromProjectArn", [scope, id, arn]))
8593
+
8594
+ @jsii.member(jsii_name="fromProjectId")
8595
+ @builtins.classmethod
8596
+ def from_project_id(
8597
+ cls,
8598
+ scope: _constructs_77d1e7e8.Construct,
8599
+ id: builtins.str,
8600
+ project_id: builtins.str,
8601
+ ) -> IProjectRef:
8602
+ '''Creates a new IProjectRef from a projectId.
8603
+
8604
+ :param scope: -
8605
+ :param id: -
8606
+ :param project_id: -
8607
+ '''
8608
+ if __debug__:
8609
+ type_hints = typing.get_type_hints(_typecheckingstub__e1a0b1722831a32728661855d44d06d2304b0d1bda74a1dfaa308ad7867ced41)
8610
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
8611
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
8612
+ check_type(argname="argument project_id", value=project_id, expected_type=type_hints["project_id"])
8613
+ return typing.cast(IProjectRef, jsii.sinvoke(cls, "fromProjectId", [scope, id, project_id]))
8614
+
8294
8615
  @jsii.member(jsii_name="inspect")
8295
8616
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
8296
8617
  '''Examines the CloudFormation resource and discloses attributes.
@@ -8654,6 +8975,22 @@ def _typecheckingstub__531aa21f3bed6dedfd9fce9d7bb67acf86efe74ca96cafedea1800e81
8654
8975
  """Type checking stubs"""
8655
8976
  pass
8656
8977
 
8978
+ def _typecheckingstub__8c5448873247f014fbabe75495d971f11170e821c8ceaf95d73559ecdd8e1681(
8979
+ scope: _constructs_77d1e7e8.Construct,
8980
+ id: builtins.str,
8981
+ arn: builtins.str,
8982
+ ) -> None:
8983
+ """Type checking stubs"""
8984
+ pass
8985
+
8986
+ def _typecheckingstub__582ff2c4a66e3c2f09077e37e119938b8584d09e400b9c6a5322e2f39340064e(
8987
+ scope: _constructs_77d1e7e8.Construct,
8988
+ id: builtins.str,
8989
+ access_policy_id: builtins.str,
8990
+ ) -> None:
8991
+ """Type checking stubs"""
8992
+ pass
8993
+
8657
8994
  def _typecheckingstub__f7c314721c2fd001464c0deebc3b8d42528f0226fb07963546a560eee048707a(
8658
8995
  inspector: _TreeInspector_488e0dd5,
8659
8996
  ) -> None:
@@ -8751,6 +9088,22 @@ def _typecheckingstub__23b484c08f8b327d7857c955867af231fc3193cc5df788160c4e1c6e3
8751
9088
  """Type checking stubs"""
8752
9089
  pass
8753
9090
 
9091
+ def _typecheckingstub__073f8820073df238c5e7e3d9cb836ef8d0e89b64e5c0c4d6554996997da9ca16(
9092
+ scope: _constructs_77d1e7e8.Construct,
9093
+ id: builtins.str,
9094
+ arn: builtins.str,
9095
+ ) -> None:
9096
+ """Type checking stubs"""
9097
+ pass
9098
+
9099
+ def _typecheckingstub__79d4307e6940146ab525a60e0533d574cdf0bb6e55223c0d04b513be0bb57bae(
9100
+ scope: _constructs_77d1e7e8.Construct,
9101
+ id: builtins.str,
9102
+ asset_id: builtins.str,
9103
+ ) -> None:
9104
+ """Type checking stubs"""
9105
+ pass
9106
+
8754
9107
  def _typecheckingstub__102e5bd91193367af65b5d5491e5dd31e20ce7e2d4a10294b8a904b2294f035c(
8755
9108
  inspector: _TreeInspector_488e0dd5,
8756
9109
  ) -> None:
@@ -8844,6 +9197,22 @@ def _typecheckingstub__64edf231bb465b8f44da5cbed11fe0e7614208f47a50131d6c645ff0d
8844
9197
  """Type checking stubs"""
8845
9198
  pass
8846
9199
 
9200
+ def _typecheckingstub__5c85c36d8469daf38476d7f2154aaf5d715e63d825b7e2509bafea40e9e03630(
9201
+ scope: _constructs_77d1e7e8.Construct,
9202
+ id: builtins.str,
9203
+ arn: builtins.str,
9204
+ ) -> None:
9205
+ """Type checking stubs"""
9206
+ pass
9207
+
9208
+ def _typecheckingstub__1f061ec701a45e63d7603fe15d31d19f3e3367f9ad0d0e712c9bbae5505f1108(
9209
+ scope: _constructs_77d1e7e8.Construct,
9210
+ id: builtins.str,
9211
+ asset_model_id: builtins.str,
9212
+ ) -> None:
9213
+ """Type checking stubs"""
9214
+ pass
9215
+
8847
9216
  def _typecheckingstub__cbed60408dd1c2873bc70f9dc7fe48d0d621e09df06498a80d6afdcb1504aadc(
8848
9217
  inspector: _TreeInspector_488e0dd5,
8849
9218
  ) -> None:
@@ -9057,6 +9426,22 @@ def _typecheckingstub__566bf1711c9dcacb9cb88add46c2c4e157208bdce4a774ccb256a7d21
9057
9426
  """Type checking stubs"""
9058
9427
  pass
9059
9428
 
9429
+ def _typecheckingstub__590e85092bc508f6256e60a12e43c81089d4fdbc5ea61a69300ebe6c241b75e3(
9430
+ scope: _constructs_77d1e7e8.Construct,
9431
+ id: builtins.str,
9432
+ arn: builtins.str,
9433
+ ) -> None:
9434
+ """Type checking stubs"""
9435
+ pass
9436
+
9437
+ def _typecheckingstub__cf9f98dbe0a47ff6ba00814bcfe5bac495a1c8e0e1b952108f1c9fe15128b618(
9438
+ scope: _constructs_77d1e7e8.Construct,
9439
+ id: builtins.str,
9440
+ computation_model_id: builtins.str,
9441
+ ) -> None:
9442
+ """Type checking stubs"""
9443
+ pass
9444
+
9060
9445
  def _typecheckingstub__137e70d4839513d333c73d5f02909172ab78f14b28c52c7f13f6f52ff398e870(
9061
9446
  inspector: _TreeInspector_488e0dd5,
9062
9447
  ) -> None:
@@ -9152,6 +9537,22 @@ def _typecheckingstub__7408e63e7ba97e630e06dc4a383d275da9719808da2d750b179e27c09
9152
9537
  """Type checking stubs"""
9153
9538
  pass
9154
9539
 
9540
+ def _typecheckingstub__8d3ef066d6cc1deed982b975e1b332ddc442fc91c9cc1968ea2dadbe5c8d0e80(
9541
+ scope: _constructs_77d1e7e8.Construct,
9542
+ id: builtins.str,
9543
+ arn: builtins.str,
9544
+ ) -> None:
9545
+ """Type checking stubs"""
9546
+ pass
9547
+
9548
+ def _typecheckingstub__a04e6604e7125e6e08f9794e68e1b82fbe54ab836644eba76af6190724e6bfd1(
9549
+ scope: _constructs_77d1e7e8.Construct,
9550
+ id: builtins.str,
9551
+ dashboard_id: builtins.str,
9552
+ ) -> None:
9553
+ """Type checking stubs"""
9554
+ pass
9555
+
9155
9556
  def _typecheckingstub__b472ad5fec8e10a47deb9d29be81c0539f4b5be2ab95923bc43842cace7b7859(
9156
9557
  inspector: _TreeInspector_488e0dd5,
9157
9558
  ) -> None:
@@ -9206,6 +9607,22 @@ def _typecheckingstub__44369ff07e07f1dbb28102a65eb5a8e6317f5b2e832b326cf3fc0bef1
9206
9607
  """Type checking stubs"""
9207
9608
  pass
9208
9609
 
9610
+ def _typecheckingstub__c9ff3dcdb3ac6f04e85b20ea8bb4c7d46762cd36c087beb7fd1d048c7e930202(
9611
+ scope: _constructs_77d1e7e8.Construct,
9612
+ id: builtins.str,
9613
+ arn: builtins.str,
9614
+ ) -> None:
9615
+ """Type checking stubs"""
9616
+ pass
9617
+
9618
+ def _typecheckingstub__9cd48c30f564ca50cc666275f3fc53e470cc09074323a9f778ce65224801abec(
9619
+ scope: _constructs_77d1e7e8.Construct,
9620
+ id: builtins.str,
9621
+ dataset_id: builtins.str,
9622
+ ) -> None:
9623
+ """Type checking stubs"""
9624
+ pass
9625
+
9209
9626
  def _typecheckingstub__c537b447cd6a1f193bb6937137b32d81fb8fc58b3637f501b722c0a287eff25e(
9210
9627
  inspector: _TreeInspector_488e0dd5,
9211
9628
  ) -> None:
@@ -9279,6 +9696,14 @@ def _typecheckingstub__b4e7aa58e6088e2cbee0005ea5a43b4c9db3b6647e2ff56a2b30310e7
9279
9696
  """Type checking stubs"""
9280
9697
  pass
9281
9698
 
9699
+ def _typecheckingstub__faf587528166a7e799d27fa65efc17a4884e594560d908cdcce70a7ffd1bdb0b(
9700
+ scope: _constructs_77d1e7e8.Construct,
9701
+ id: builtins.str,
9702
+ gateway_id: builtins.str,
9703
+ ) -> None:
9704
+ """Type checking stubs"""
9705
+ pass
9706
+
9282
9707
  def _typecheckingstub__32d18496c19dcd70d3e2bfdd8e37ae7c14e763732057eeb476d73309d3c982b7(
9283
9708
  inspector: _TreeInspector_488e0dd5,
9284
9709
  ) -> None:
@@ -9378,6 +9803,22 @@ def _typecheckingstub__cbc23e7f8ea9f23ecedfbb8e22cd39fad67b5932c9e8eb1d5d50975c1
9378
9803
  """Type checking stubs"""
9379
9804
  pass
9380
9805
 
9806
+ def _typecheckingstub__e169faff9b040913570a502ac443183b97c899e914194ac17d33d71ace93855a(
9807
+ scope: _constructs_77d1e7e8.Construct,
9808
+ id: builtins.str,
9809
+ arn: builtins.str,
9810
+ ) -> None:
9811
+ """Type checking stubs"""
9812
+ pass
9813
+
9814
+ def _typecheckingstub__44e55bc9565e17284ddba355fa0db38ce8c5ffdbbbf3673b605a11715a4c7444(
9815
+ scope: _constructs_77d1e7e8.Construct,
9816
+ id: builtins.str,
9817
+ portal_id: builtins.str,
9818
+ ) -> None:
9819
+ """Type checking stubs"""
9820
+ pass
9821
+
9381
9822
  def _typecheckingstub__e35d29c0f35bd7b72ba87b37ebcc981c82f95575036b8a5527137363bcb6ec6d(
9382
9823
  inspector: _TreeInspector_488e0dd5,
9383
9824
  ) -> None:
@@ -9478,6 +9919,22 @@ def _typecheckingstub__2ca003aa6daa3e15044d74469428b378e883b1a517620f59fc80331c1
9478
9919
  """Type checking stubs"""
9479
9920
  pass
9480
9921
 
9922
+ def _typecheckingstub__e90060e79e1e7def55d44924df2b2574a62789a25ec5a41a823f97be953c5d51(
9923
+ scope: _constructs_77d1e7e8.Construct,
9924
+ id: builtins.str,
9925
+ arn: builtins.str,
9926
+ ) -> None:
9927
+ """Type checking stubs"""
9928
+ pass
9929
+
9930
+ def _typecheckingstub__e1a0b1722831a32728661855d44d06d2304b0d1bda74a1dfaa308ad7867ced41(
9931
+ scope: _constructs_77d1e7e8.Construct,
9932
+ id: builtins.str,
9933
+ project_id: builtins.str,
9934
+ ) -> None:
9935
+ """Type checking stubs"""
9936
+ pass
9937
+
9481
9938
  def _typecheckingstub__a16b8d5ebb2cc95753d1c1a1a523d80ae58e829ae8ce8450719faca461b1b1c8(
9482
9939
  inspector: _TreeInspector_488e0dd5,
9483
9940
  ) -> None: