Topic Rule Dynamo DBv2Action
data class TopicRuleDynamoDBv2Action(val putItem: TopicRulePutItemInput? = null, val roleArn: String? = null)
Properties
Link copied to clipboard
Specifies the DynamoDB table to which the message data will be written. For example: { "dynamoDBv2": { "roleArn": "aws:iam:12341251:my-role" "putItem": { "tableName": "my-table" } } }
Each attribute in the message payload will be written to a separate column in the DynamoDB database.