Topic Rule Dynamo DBv2Action Args
data class TopicRuleDynamoDBv2ActionArgs(val putItem: Output<TopicRulePutItemInputArgs>? = null, val roleArn: Output<String>? = null) : ConvertibleToJava<TopicRuleDynamoDBv2ActionArgs>
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.