Standard asset definition in Amazon Connect Customer Profiles
The following table lists all the fields in the Customer Profiles standard asset object.
| Standard asset field | Data type | Description |
|---|---|---|
|
AssetId |
String |
The unique identifier of a standard asset. |
|
AssetName |
String |
The asset's name. |
|
SerialNumber |
String |
The asset's serial number. |
|
ModelNumber |
String |
The asset's model number. |
|
ModelName |
String |
The asset's model name. |
|
ProductSKU |
String |
The asset's stock keeping unit. |
|
PurchaseDate |
String |
The asset's purchase date. |
|
UsageEndDate |
String |
The asset's usage end date. |
|
Status |
String |
The asset's status. |
|
Price |
String |
The asset's price. |
|
Quantity |
String |
The asset's quantity. |
|
Description |
String |
The asset's description. |
|
AdditionalInformation |
String |
Any additional information relevant to the asset. |
|
DataSource |
String |
The asset's data source. |
|
Attributes |
String-to-string map |
Key-value pair of attributes of a standard asset. |
The standard asset objects are indexed by the keys in the following table.
| Standard index name | Standard asset field |
|---|---|
| _assetId | AssetId |
| _assetName | AssetName |
| _serialNumber | SerialNumber |
For example, you can use _assetName as a key name with the
SearchProfiles API to find a profile that has an asset whose
AssetName matches with the search value. You can find the standard asset
objects associated with a specific profile by using the ListProfileObjects API with the ProfileId and
ObjectTypeName set to _asset.