Amazon DynamoDB · JSON Structure

Dynamodb Table Description Structure

Type: object Properties: 17
CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

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

Properties

TableName TableStatus TableArn TableId TableSizeBytes ItemCount CreationDateTime AttributeDefinitions KeySchema BillingModeSummary GlobalSecondaryIndexes LocalSecondaryIndexes LatestStreamLabel LatestStreamArn DeletionProtectionEnabled TableClassSummary SSEDescription

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TableDescription",
  "type": "object",
  "properties": {
    "TableName": {
      "type": "string"
    },
    "TableStatus": {
      "type": "string"
    },
    "TableArn": {
      "type": "string"
    },
    "TableId": {
      "type": "string"
    },
    "TableSizeBytes": {
      "type": "integer"
    },
    "ItemCount": {
      "type": "integer"
    },
    "CreationDateTime": {
      "type": "string"
    },
    "AttributeDefinitions": {
      "type": "array"
    },
    "KeySchema": {
      "type": "array"
    },
    "BillingModeSummary": {
      "type": "object"
    },
    "GlobalSecondaryIndexes": {
      "type": "array"
    },
    "LocalSecondaryIndexes": {
      "type": "array"
    },
    "LatestStreamLabel": {
      "type": "string"
    },
    "LatestStreamArn": {
      "type": "string"
    },
    "DeletionProtectionEnabled": {
      "type": "boolean"
    },
    "TableClassSummary": {
      "type": "object"
    },
    "SSEDescription": {
      "type": "object"
    }
  }
}