PutAssetPropertyValueEntry
Contains a list of value updates for an asset property in the list of asset entries consumed by the BatchPutAssetPropertyValue API operation.
Contents
- entryId
-
The user specified ID for the entry. You can use this ID to identify which entries failed.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
^[a-zA-Z0-9_-]+$
Required: Yes
- propertyValues
-
The list of property values to upload. You can specify up to 10
propertyValues
array elements.Type: Array of AssetPropertyValue objects
Required: Yes
- assetId
-
The ID of the asset to update.
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: No
- propertyAlias
-
The alias that identifies the property, such as an OPC-UA server data stream path (for example,
/company/windfarm/3/turbine/7/temperature
). For more information, see Mapping industrial data streams to asset properties in the AWS IoT SiteWise User Guide.Type: String
Length Constraints: Minimum length of 1. Maximum length of 1000.
Pattern:
[^\u0000-\u001F\u007F]+
Required: No
- propertyId
-
The ID of the asset property for this entry.
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: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: