Amazon DynamoDB · JSON Structure

Dynamodb Attribute Value Structure

Type: object Properties: 10
CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

AttributeValue is a JSON Structure definition published by Amazon DynamoDB, describing 10 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

S N B SS NS BS M L NULL BOOL

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AttributeValue",
  "type": "object",
  "properties": {
    "S": {
      "type": "string"
    },
    "N": {
      "type": "string"
    },
    "B": {
      "type": "string"
    },
    "SS": {
      "type": "array"
    },
    "NS": {
      "type": "array"
    },
    "BS": {
      "type": "array"
    },
    "M": {
      "type": "object"
    },
    "L": {
      "type": "array"
    },
    "NULL": {
      "type": "boolean"
    },
    "BOOL": {
      "type": "boolean"
    }
  }
}