IotAnalyticsAction class
Sends message data to an AWS IoT Analytics channel.
Constructors
- IotAnalyticsAction({bool? batchMode, String? channelArn, String? channelName, String? roleArn})
-
IotAnalyticsAction.fromJson(Map<
String, dynamic> json) -
factory
Properties
- batchMode → bool?
-
Whether to process the action as a batch. The default value is
false
.final - channelArn → String?
-
(deprecated) The ARN of the IoT Analytics channel to which message data will
be sent.
final
- channelName → String?
-
The name of the IoT Analytics channel to which message data will be sent.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- roleArn → String?
-
The ARN of the role which has a policy that grants IoT Analytics permission
to send message data via IoT Analytics (iotanalytics:BatchPutMessage).
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