attributes |
List of nested attribute definitions (used for hash and range key). |
list(map(string)) |
[] |
no |
billing_mode |
Controls how you are billed for read/write throughput and how you manage capacity. |
string |
"PROVISIONED" |
no |
hash_key |
The attribute to use as the hash (partition) key. |
string |
null |
no |
name |
Name of the DynamoDB table. |
string |
null |
no |
range_key |
The attribute to use as the range (sort) key. |
string |
null |
no |
read_capacity |
The number of read units for this table. |
number |
20 |
no |
tags |
A map of tags to add to all resources |
map(string) |
{} |
no |
write_capacity |
The number of write units for this table. |
number |
20 |
no |