DynamoDBv2Action class

Describes an action to write to a DynamoDB table.

This DynamoDB action writes each attribute in the message payload into it's own column in the DynamoDB table.

Constructors

DynamoDBv2Action({required PutItemInput putItem, required String roleArn})
DynamoDBv2Action.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
putItem PutItemInput
Specifies the DynamoDB table to which the message data will be written. For example:
final
roleArn String
The ARN of the IAM role that grants access to the DynamoDB table.
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