import { type CreateTableInput } from "https://deno.land/x/aws_api@v0.8.0/services/dynamodb/mod.ts";
Properties
AttributeDefinitions: AttributeDefinition[]
KeySchema: KeySchemaElement[]
optional
LocalSecondaryIndexes: LocalSecondaryIndex[] | nulloptional
GlobalSecondaryIndexes: GlobalSecondaryIndex[] | nulloptional
BillingMode: BillingMode | nulloptional
ProvisionedThroughput: ProvisionedThroughput | nulloptional
StreamSpecification: StreamSpecification | nulloptional
SSESpecification: SSESpecification | nulloptional
Tags: Tag[] | nulloptional
TableClass: TableClass | null