| TableName |
string |
The name of the table to create |
| KeySchema |
array |
Specifies the attributes that make up the primary key for the table. The attributes must also be defined in AttributeDefinitions. |
| AttributeDefinitions |
array |
An array of attributes that describe the key schema for the table and indexes |
| ProvisionedThroughput |
object |
|
| BillingMode |
string |
Controls how you are charged for read and write throughput |
| GlobalSecondaryIndexes |
array |
One or more global secondary indexes to be created on the table |
| LocalSecondaryIndexes |
array |
One or more local secondary indexes to be created on the table |
| Tags |
array |
Tags to associate with the table |