AssetModelSummary
Contains a summary of an asset model.
Contents
- arn
-
The ARN of the asset model, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1600.
Pattern:
.*
Required: Yes
- creationDate
-
The date the asset model was created, in Unix epoch time.
Type: Timestamp
Required: Yes
- description
-
The asset model description.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
[^\u0000-\u001F\u007F]+
Required: Yes
- id
-
The ID of the asset model (used with AWS IoT SiteWise APIs).
Type: String
Length Constraints: Fixed length of 36.
Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Required: Yes
- lastUpdateDate
-
The date the asset model was last updated, in Unix epoch time.
Type: Timestamp
Required: Yes
- name
-
The name of the asset model.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
[^\u0000-\u001F\u007F]+
Required: Yes
- status
-
The current status of the asset model.
Type: AssetModelStatus object
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: