dynamoDBv2

@JvmName(name = "cxhqcrlwwitlityc")
suspend fun dynamoDBv2(value: Output<DetectorModelDynamoDBv2Args>)
@JvmName(name = "wajygldgmfwbwkhe")
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 Developer Guide.


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