dynamoDb

@JvmName(name = "uwpnlwdnsrfucmvt")
suspend fun dynamoDb(value: Output<DetectorModelDynamoDbArgs>)
@JvmName(name = "vqfcboxtrpqsfivj")
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 Developer Guide.


@JvmName(name = "nfvtkxjnafcsajun")
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 Developer Guide.