dynamoDBv2 property

DynamoDBv2Action? dynamoDBv2
final

Writes to the DynamoDB table that you created. The default action payload contains all attribute-value pairs that have the information about the detector model instance and the event that triggered the action. You can also customize the payload. A separate column of the DynamoDB table receives one attribute-value pair in the payload that you specify. For more information, see Actions in AWS IoT Events Developer Guide.

Implementation

final DynamoDBv2Action? dynamoDBv2;