AWS IoT TopicRule PutItemInput
The
PutItemInput property type specifies the database table for an AWS IoT topic rule.
PutItemInput is a property of the DynamoDBv2Action property type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "TableName" :String}
YAML
TableName:String
Properties
TableName-
The name of the DynamoDB table.
Note
The MQTT message payload must contain a root-level key that matches the table's primary partition key and a root-level key that matches the table's primary sort key, if one is defined. For more information, see DynamoDBv2 Action in the AWS IoT Developer Guide..
Required: Yes
Type: String
Update requires: No interruption
