IotSiteWiseAction class

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

Constructors

IotSiteWiseAction({required List<PutAssetPropertyValueEntry> putAssetPropertyValueEntries, required String roleArn})
IotSiteWiseAction.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
putAssetPropertyValueEntries List<PutAssetPropertyValueEntry>
A list of asset property value entries.
final
roleArn String
The ARN of the role that grants AWS IoT permission to send an asset property value to AWS IoTSiteWise. ("Action": "iotsitewise:BatchPutAssetPropertyValue"). The trust policy can restrict access to specific asset hierarchy paths.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited