You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_import_table"></a> [import\_table](#input\_import\_table)| Configurations for importing s3 data into a new table. |`any`|`{}`| no |
116
116
| <aname="input_local_secondary_indexes"></a> [local\_secondary\_indexes](#input\_local\_secondary\_indexes)| Describe an LSI on the table; these can only be allocated at creation so you cannot change this definition after you have created the resource. |`any`|`[]`| no |
117
117
| <aname="input_name"></a> [name](#input\_name)| Name of the DynamoDB table |`string`|`null`| no |
118
+
| <aname="input_on_demand_throughput"></a> [on\_demand\_throughput](#input\_on\_demand\_throughput)| Sets the maximum number of read and write units for the specified on-demand table |`any`|`{}`| no |
118
119
| <aname="input_point_in_time_recovery_enabled"></a> [point\_in\_time\_recovery\_enabled](#input\_point\_in\_time\_recovery\_enabled)| Whether to enable point-in-time recovery |`bool`|`false`| no |
119
120
| <aname="input_range_key"></a> [range\_key](#input\_range\_key)| The attribute to use as the range (sort) key. Must also be defined as an attribute |`string`|`null`| no |
120
121
| <aname="input_read_capacity"></a> [read\_capacity](#input\_read\_capacity)| The number of read units for this table. If the billing\_mode is PROVISIONED, this field should be greater than 0 |`number`|`null`| no |
0 commit comments