Aller au contenu
Français

DynamoDbAttribute

Ce contenu n’est pas encore disponible dans votre langue.

DynamoDbAttribute = { S: string; } | { N: string; } | { BOOL: boolean; } | { NULL: true; } | { SS: string[]; } | { L: DynamoDbAttribute[]; } | { M: Record<string, DynamoDbAttribute>; }

Defined in: src/persistence/journals/DynamoDbClient.ts:19

A DynamoDB attribute value. Numbers travel as strings on the wire.