class Aws::IoT::Types::DynamoDBv2Action
@return [Types::PutItemInput]
column in the DynamoDB database.
Each attribute in the message payload will be written to a separate
“putItem”: { “tableName”: “my-table” } } }‘
`{ “dynamoDBv2”: { “roleArn”: “aws:iam:12341251:my-role”
written. For example:
Specifies the DynamoDB table to which the message data will be
@!attribute [rw] put_item
@return [String]
The ARN of the IAM role that grants access to the DynamoDB table.
@!attribute [rw] role_arn
}
},
table_name: “TableName”, # required
put_item: { # required
role_arn: “AwsArn”, # required
{
data as a hash:
@note When making an API call, you may pass DynamoDBv2Action
it’s own column in the DynamoDB table.
This DynamoDB action writes each attribute in the message payload into
Describes an action to write to a DynamoDB table.