Detector Model Dynamo Db Args
Writes to the DynamoDB table that you created. The default action payload contains all attribute-value pairs that have the information about the detector model instance and the event that triggered the action. You can also customize the payload. One column of the DynamoDB table receives all attribute-value pairs in the payload that you specify. For more information, see Actions in AWS IoT Events Developer Guide.
Constructors
Properties
The name of the hash key (also called the partition key).
The data type for the hash key (also called the partition key). You can specify the following values:
The value of the hash key (also called the partition key).
Information needed to configure the payload. By default, AWS IoT Events generates a standard payload in JSON for any action. This action payload contains all attribute-value pairs that have the information about the detector model instance and the event triggered the action. To configure the action payload, you can use contentExpression .
The name of the DynamoDB column that receives the action payload. If you don't specify this parameter, the name of the DynamoDB column is payload.
The name of the range key (also called the sort key).
The data type for the range key (also called the sort key), You can specify the following values:
The value of the range key (also called the sort key).