payloadField property

String? payloadField
final

The name of the DynamoDB column that receives the action payload.

If you don't specify this parameter, the name of the DynamoDB column is payload.

Implementation

final String? payloadField;