@aws-cdk_aws-iot-actions-alpha.DynamoDBv2PutItemActionProps

interface DynamoDBv2PutItemActionProps 🔹

LanguageType name
.NETAmazon.CDK.AWS.IoT.Actions.Alpha.DynamoDBv2PutItemActionProps
Gogithub.com/aws/aws-cdk-go/awscdkiotactionsalpha/v2#DynamoDBv2PutItemActionProps
Javasoftware.amazon.awscdk.services.iot.actions.alpha.DynamoDBv2PutItemActionProps
Pythonaws_cdk.aws_iot_actions_alpha.DynamoDBv2PutItemActionProps
TypeScript (source)@aws-cdk/aws-iot-actions-alpha » DynamoDBv2PutItemActionProps

Configuration properties of an action for the dynamodb table.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as iot_actions_alpha from '@aws-cdk/aws-iot-actions-alpha';
import { aws_iam as iam } from 'aws-cdk-lib';

declare const role: iam.Role;
const dynamoDBv2PutItemActionProps: iot_actions_alpha.DynamoDBv2PutItemActionProps = {
  role: role,
};

Properties

NameTypeDescription
role?🔹IRoleThe IAM role that allows access to AWS service.

role?🔹

Type: IRole (optional, default: a new role will be created)

The IAM role that allows access to AWS service.