Amazon DynamoDB · Schema

AttributeValue

Represents the data for an attribute. Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself. DynamoDB supports scalar types (String, Number, Binary, Boolean, Null), document types (List, Map), and set types (String Set, Number Set, Binary Set).

AWSCloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

Properties

Name Type Description
S string An attribute of type String
N string An attribute of type Number (sent as a string to preserve precision)
B string An attribute of type Binary (Base64-encoded)
SS array An attribute of type String Set
NS array An attribute of type Number Set
BS array An attribute of type Binary Set
M object An attribute of type Map
L array An attribute of type List
NULL boolean An attribute of type Null
BOOL boolean An attribute of type Boolean
View JSON Schema on GitHub