IotEventsAction class
Sends an input to an AWS IoT Events detector.
Constructors
- IotEventsAction({required String inputName, required String roleArn, bool? batchMode, String? messageId})
-
IotEventsAction.fromJson(Map<
String, dynamic> json) -
factory
Properties
- batchMode → bool?
-
Whether to process the event actions as a batch. The default value is
false
.final - hashCode → int
-
The hash code for this object.
no setterinherited
- inputName → String
-
The name of the AWS IoT Events input.
final
- messageId → String?
-
The ID of the message. The default
messageId
is a new UUID value.final - roleArn → String
-
The ARN of the role that grants AWS IoT permission to send an input to an
AWS IoT Events detector. ("Action":"iotevents: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