TopicRulePutItemInputArgs

data class TopicRulePutItemInputArgs(val tableName: Output<String>) : ConvertibleToJava<TopicRulePutItemInputArgs>

Constructors

Link copied to clipboard
constructor(tableName: Output<String>)

Properties

Link copied to clipboard
val tableName: Output<String>

The table where the message data will be written.

Functions

Link copied to clipboard
open override fun toJava(): TopicRulePutItemInputArgs