AlarmModelDynamoDBv2

data class AlarmModelDynamoDBv2(val payload: AlarmModelPayload? = null, val tableName: String)

Defines an action to write to the Amazon DynamoDB table that you created. The default action payload contains all attribute-value pairs that have the information about the alarm model instance and the event that triggered the action. You can also customize the payload. A separate column of the DynamoDB table receives one attribute-value pair in the payload that you specify. You can use expressions for parameters that are strings. For more information, see Expressions in the AWS IoT Events Developer Guide.

Constructors

Link copied to clipboard
fun AlarmModelDynamoDBv2(payload: AlarmModelPayload? = null, tableName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The name of the DynamoDB table.