dynamoDBv2

@JvmName(name = "ofeusmpmwifgiwip")
suspend fun dynamoDBv2(value: Output<DetectorModelDynamoDBv2Args>)
@JvmName(name = "ainjanfssrhnomkn")
suspend fun dynamoDBv2(value: DetectorModelDynamoDBv2Args?)

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 . A separate column of the DynamoDB table receives one attribute-value pair in the payload that you specify. For more information, see Actions in AWS IoT Events Developer Guide .


@JvmName(name = "vxjysimfovwkkujr")
suspend fun dynamoDBv2(argument: suspend DetectorModelDynamoDBv2ArgsBuilder.() -> 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 . A separate column of the DynamoDB table receives one attribute-value pair in the payload that you specify. For more information, see Actions in AWS IoT Events Developer Guide .