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_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
120
| <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 |
121
121
| <aname="input_replica_regions"></a> [replica\_regions](#input\_replica\_regions)| Region names for creating replicas for a global DynamoDB table. |`any`|`[]`| no |
122
+
| <aname="input_restore_date_time"></a> [restore\_date\_time](#input\_restore\_date\_time)| Time of the point-in-time recovery point to restore. |`string`|`null`| no |
123
+
| <aname="input_restore_source_name"></a> [restore\_source\_name](#input\_restore\_source\_name)| Name of the table to restore. Must match the name of an existing table. |`string`|`null`| no |
124
+
| <aname="input_restore_source_table_arn"></a> [restore\_source\_table\_arn](#input\_restore\_source\_table\_arn)| ARN of the source table to restore. Must be supplied for cross-region restores. |`string`|`null`| no |
125
+
| <aname="input_restore_to_latest_time"></a> [restore\_to\_latest\_time](#input\_restore\_to\_latest\_time)| If set, restores table to the most recent point-in-time recovery point. |`bool`|`null`| no |
122
126
| <aname="input_server_side_encryption_enabled"></a> [server\_side\_encryption\_enabled](#input\_server\_side\_encryption\_enabled)| Whether or not to enable encryption at rest using an AWS managed KMS customer master key (CMK) |`bool`|`false`| no |
123
127
| <aname="input_server_side_encryption_kms_key_arn"></a> [server\_side\_encryption\_kms\_key\_arn](#input\_server\_side\_encryption\_kms\_key\_arn)| The ARN of the CMK that should be used for the AWS KMS encryption. This attribute should only be specified if the key is different from the default DynamoDB CMK, alias/aws/dynamodb. |`string`|`null`| no |
124
128
| <aname="input_stream_enabled"></a> [stream\_enabled](#input\_stream\_enabled)| Indicates whether Streams are to be enabled (true) or disabled (false). |`bool`|`false`| no |
0 commit comments