AWS IoT SiteWise Asset Model defines the blueprint for industrial assets, describing their properties, measurements, metrics, and hierarchies. It allows you to standardize how equipment and processes are represented, making it easier to collect, organize, and analyze data consistently across multiple assets.
aws.iotsitewise_asset_model
Fields
Title | ID | Type | Data Type | Description |
---|
| _key | core | string | |
| account_id | core | string | |
| asset_model_arn | core | string | The ARN of the asset model, which has the following format. arn:${Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId} |
| asset_model_composite_model_summaries | core | json | The list of the immediate child custom composite model summaries for the asset model. |
| asset_model_composite_models | core | json | The list of built-in composite models for the asset model, such as those with those of type AWS/ALARMS. |
| asset_model_creation_date | core | timestamp | The date the asset model was created, in Unix epoch time. |
| asset_model_description | core | string | The asset model's description. |
| asset_model_external_id | core | string | The external ID of the asset model, if any. |
| asset_model_hierarchies | core | json | A list of asset model hierarchies that each contain a childAssetModelId and a hierarchyId (named id). A hierarchy specifies allowed parent/child asset relationships for an asset model. |
| asset_model_id | core | string | The ID of the asset model, in UUID format. |
| asset_model_last_update_date | core | timestamp | The date the asset model was last updated, in Unix epoch time. |
| asset_model_name | core | string | The name of the asset model. |
| asset_model_properties | core | json | The list of asset properties for the asset model. This object doesn't include properties that you define in composite models. You can find composite model properties in the assetModelCompositeModels object. |
| asset_model_status | core | json | The current status of the asset model, which contains a state and any error message. |
| asset_model_type | core | string | 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. |
| asset_model_version | core | string | The version of the asset model. See Asset model versions in the IoT SiteWise User Guide. |
| e_tag | core | string | The entity tag (ETag) is a hash of the retrieved version of the asset model. It's used to make concurrent updates safely to the resource. See <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/opt-locking-for-model.html">Optimistic locking for asset model writes</a> in the <i>IoT SiteWise User Guide</i>. See <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/opt-locking-for-model.html"> Optimistic locking for asset model writes</a> in the <i>IoT SiteWise User Guide</i>. |
| tags | core | hstore | |