putItem

@JvmName(name = "sgwjmkycehqwwbrj")
suspend fun putItem(value: Output<TopicRulePutItemInputArgs>)
@JvmName(name = "aqclbvjpvwnnxpai")
suspend fun putItem(value: TopicRulePutItemInputArgs?)

Parameters

value

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.


@JvmName(name = "juijwpftqklsgteg")
suspend fun putItem(argument: suspend TopicRulePutItemInputArgsBuilder.() -> Unit)

Parameters

argument

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.