Interface CfnTopicRule.IPutItemInputProperty
The input for the DynamoActionVS action that specifies the DynamoDB table to which the message data will be written.
Namespace: Amazon.CDK.AWS.IoT
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPutItemInputProperty
Syntax (vb)
Public Interface IPutItemInputProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoT;
var putItemInputProperty = new PutItemInputProperty {
TableName = "tableName"
};
Synopsis
Properties
Table |
The table where the message data will be written. |
Properties
TableName
The table where the message data will be written.
string TableName { get; }
Property Value
System.