Amazon DynamoDB · JSON Structure

Dynamodb Create Table Input Structure

Type: object Properties: 9
CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

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

Properties

TableName AttributeDefinitions KeySchema BillingMode GlobalSecondaryIndexes LocalSecondaryIndexes Tags TableClass DeletionProtectionEnabled

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreateTableInput",
  "type": "object",
  "properties": {
    "TableName": {
      "type": "string"
    },
    "AttributeDefinitions": {
      "type": "array"
    },
    "KeySchema": {
      "type": "array"
    },
    "BillingMode": {
      "type": "string"
    },
    "GlobalSecondaryIndexes": {
      "type": "array"
    },
    "LocalSecondaryIndexes": {
      "type": "array"
    },
    "Tags": {
      "type": "array"
    },
    "TableClass": {
      "type": "string"
    },
    "DeletionProtectionEnabled": {
      "type": "boolean"
    }
  }
}