跳转到内容
简体中文

DynamoDbAttribute

此内容尚不支持你的语言。

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.