aws-cdk-lib.aws_iot.CfnTopicRule.PutItemInputProperty

interface PutItemInputProperty

LanguageType name
.NETAmazon.CDK.AWS.IoT.CfnTopicRule.PutItemInputProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiot#CfnTopicRule_PutItemInputProperty
Javasoftware.amazon.awscdk.services.iot.CfnTopicRule.PutItemInputProperty
Pythonaws_cdk.aws_iot.CfnTopicRule.PutItemInputProperty
TypeScript aws-cdk-lib » aws_iot » CfnTopicRule » PutItemInputProperty

The input for the DynamoActionVS action that specifies the DynamoDB table to which the message data will be written.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iot as iot } from 'aws-cdk-lib';
const putItemInputProperty: iot.CfnTopicRule.PutItemInputProperty = {
  tableName: 'tableName',
};

Properties

NameTypeDescription
tableNamestringThe table where the message data will be written.

tableName

Type: string

The table where the message data will be written.