dynamoDb

@JvmName(name = "vttbuqykyrfetfmx")
suspend fun dynamoDb(value: Output<DetectorModelDynamoDbArgs>)
@JvmName(name = "hnhqubrpptflljis")
suspend fun dynamoDb(value: DetectorModelDynamoDbArgs?)

Parameters

value

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 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 .


@JvmName(name = "xjlqrivscymrhoyr")
suspend fun dynamoDb(argument: suspend DetectorModelDynamoDbArgsBuilder.() -> Unit)

Parameters

argument

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 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 .