Module Values_0.IotSiteWiseActionSource

Describes an action to send data from an MQTT message that triggered the rule to IoT SiteWise asset properties.

Sourcetype nonrec t = {
  1. putAssetPropertyValueEntries : PutAssetPropertyValueEntryList.t;
    (*

    A list of asset property value entries.

    *)
  2. 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.

    *)
}
Sourceval context_ : string
Sourceval make : putAssetPropertyValueEntries:PutAssetPropertyValueEntryList.t -> roleArn:AwsArn.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t