

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# Amazon Connect Customer Profiles 中的標準資產定義
<a name="standard-asset-definition"></a>

下表列出 Customer Profiles 標準資產物件中的所有欄位。


| 標準資產欄位 | 資料類型 | Description | 
| --- | --- | --- | 
| AssetId | String | 標準資產的唯一識別符。 | 
| AssetName | String | 資產的名稱。 | 
| SerialNumber | String | 資產的序號。 | 
| ModelNumber | String | 資產的模型號碼。 | 
| ModelName | String | 資產的模型名稱。 | 
| ProductSKU | String | 資產的庫存單位。 | 
| PurchaseDate | String | 資產的購買日期。 | 
| UsageEndDate | String | 資產的使用結束日期。 | 
| 狀態 | String | 資產的狀態。 | 
| Price | String | 資產的價格。 | 
| 數量 | String | 資產的數量。 | 
| Description | String | 資產的說明。 | 
| AdditionalInformation | String | 任何與資產相關的其他資訊。 | 
| 資料來源 | String | 資產的資料來源。 | 
| 屬性 | 字串對字串對應 | 標準資產屬性的鍵值對。 | 

標準資產物件會依據下表的索引鍵編製索引。


| 標準索引名稱 | 標準資產欄位 | 
| --- | --- | 
| \_assetId | AssetId | 
| \_assetName | AssetName | 
| \_serialNumber | SerialNumber | 

例如，您可以使用 `_assetName` 作為索引鍵名稱，搭配 [SearchProfiles API](https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_SearchProfiles.html) 來尋找具有與搜尋值相符資產名稱之資產的設定檔。您可以使用 [ListProfileObjects API](https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_ListProfileObjects.html)，並將 `ProfileId` 和 `ObjectTypeName` 設定為 `_asset`，以尋找與特定設定檔關聯的標準資產物件。