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 |
122
122
| <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 |
123
123
| <aname="input_replica_regions"></a> [replica\_regions](#input\_replica\_regions)| Region names for creating replicas for a global DynamoDB table. |`any`|`[]`| no |
124
-
| <aname="input_resource_based_policy_json"></a> [resource\_based\_policy\_json](#input\_resource\_based\_policy\_json)| The JSON definition of the resource-based policy. |`string`|`null`| no |
124
+
| <aname="input_resource_policy"></a> [resource\_policy](#input\_resource\_policy)| The JSON definition of the resource-based policy. |`string`|`null`| no |
125
125
| <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 |
126
126
| <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 |
127
127
| <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 |
0 commit comments