

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# EntityPropertyReference
<a name="API_EntityPropertyReference"></a>

唯一标识实体属性的对象。

## 内容
<a name="API_EntityPropertyReference_Contents"></a>

 ** propertyName **   <a name="tm-Type-EntityPropertyReference-propertyName"></a>
属性的名称。  
类型：字符串  
长度限制：最小长度为 1。最大长度为 256。  
模式：`[a-zA-Z_\-0-9]+`  
必需：是

 ** componentName **   <a name="tm-Type-EntityPropertyReference-componentName"></a>
组件名称。  
类型：字符串  
长度限制：最小长度为 1。最大长度为 256。  
模式：`[a-zA-Z_\-0-9]+`  
必需：否

 ** componentPath **   <a name="tm-Type-EntityPropertyReference-componentPath"></a>
此字符串指定从顶层组件开始的复合组件路径。  
类型：字符串  
长度限制：最小长度为 0。最大长度为 2048。  
模式：`[a-zA-Z_\-0-9/]+`  
必需：否

 ** entityId **   <a name="tm-Type-EntityPropertyReference-entityId"></a>
实体的 ID。  
类型：字符串  
长度限制：长度下限为 1。最大长度为 128。  
模式：`[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}|^[a-zA-Z0-9][a-zA-Z_\-0-9.:]*[a-zA-Z0-9]+`  
必需：否

 ** externalIdProperty **   <a name="tm-Type-EntityPropertyReference-externalIdProperty"></a>
外部 IDs 到属性名称的映射。外部 IDs 唯一标识来自外部数据存储的属性。  
类型：字符串到字符串映射  
密钥长度限制：最小长度为 1。最大长度为 256。  
键模式：`.*`  
值长度限制：最小长度为 1。最大长度为 256。  
价值模式：`.*`  
必需：否

## 另请参阅
<a name="API_EntityPropertyReference_SeeAlso"></a>

有关以特定语言之一使用此 API 的更多信息 AWS SDKs，请参阅以下内容：
+  [AWS 适用于 C\$1\$1 的 SDK](https://docs.aws.amazon.com/goto/SdkForCpp/iottwinmaker-2021-11-29/EntityPropertyReference) 
+  [AWS 适用于 Java 的 SDK V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/iottwinmaker-2021-11-29/EntityPropertyReference) 
+  [AWS 适用于 Ruby V3 的 SDK](https://docs.aws.amazon.com/goto/SdkForRubyV3/iottwinmaker-2021-11-29/EntityPropertyReference) 