Values_0.IotSiteWiseActionSourceDescribes an action to send data from an MQTT message that triggered the rule to IoT SiteWise asset properties.
type nonrec t = {putAssetPropertyValueEntries : PutAssetPropertyValueEntryList.t;A list of asset property value entries.
*)roleArn : AwsArn.t;The ARN of the role that grants IoT permission to send an asset property value to IoT SiteWise. ("Action": "iotsitewise:BatchPutAssetPropertyValue"). The trust policy can restrict access to specific asset hierarchy paths.
*)}val make :
putAssetPropertyValueEntries:PutAssetPropertyValueEntryList.t ->
roleArn:AwsArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of AssetPropertyQuality.t
| `Structure of
(string
* [> `String of
AssetPropertyStringValue.t ])
list ])
list ]
list
| `String of AssetPropertyEntryId.t ])
list ]
list
| `String of AwsArn.t ])
list ]