AWS IoT TopicRule DynamoDBv2Action
The
DynamoDBv2Action property type is a property of the Actions property that describes an AWS IoT action that writes data to a DynamoDB table.
DynamoDBv2Action is a property of the AWS IoT TopicRule Action property.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "PutItem" : PutItemInput, "RoleArn" :String}
YAML
PutItem: PutItemInput RoleArn:String
Properties
For more information, see DynamoDBv2 Action in the AWS IoT Developer Guide.
PutItem-
Specifies the database table to which to write the item for an AWS IoT topic rule.
Required: No
Type: PutItemInput
Update requires: No interruption
RoleArn-
The IAM role that allows access to the DynamoDB table. At a minimum, the role must allow the
dynamoDB:PutItemIAM action.Required: No
Type: String
Update requires: No interruption
See Also
-
DynamoDBv2Action in the AWS IoT API Reference
