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_attributes"></a> [attributes](#input\_attributes)| List of nested attribute definitions. Only required for hash\_key and range\_key attributes. Each attribute has two properties: name - (Required) The name of the attribute, type - (Required) Attribute type, which must be a scalar type: S, N, or B for (S)tring, (N)umber or (B)inary data |`list(map(string))`|`[]`| no |
104
-
| <aname="input_autoscaling_defaults"></a> [autoscaling\_defaults](#input\_autoscaling\_defaults)| A map of default autoscaling settings |`map(string)`| <pre>{<br> "scale_in_cooldown": 0,<br> "scale_out_cooldown": 0,<br> "target_value": 70<br>}</pre> | no |
104
+
| <aname="input_autoscaling_defaults"></a> [autoscaling\_defaults](#input\_autoscaling\_defaults)| A map of default autoscaling settings |`map(string)`| <pre>{<br/> "scale_in_cooldown": 0,<br/> "scale_out_cooldown": 0,<br/> "target_value": 70<br/>}</pre> | no |
105
105
| <aname="input_autoscaling_enabled"></a> [autoscaling\_enabled](#input\_autoscaling\_enabled)| Whether or not to enable autoscaling. See note in README about this setting |`bool`|`false`| no |
106
106
| <aname="input_autoscaling_indexes"></a> [autoscaling\_indexes](#input\_autoscaling\_indexes)| A map of index autoscaling configurations. See example in examples/autoscaling |`map(map(string))`|`{}`| no |
107
107
| <aname="input_autoscaling_read"></a> [autoscaling\_read](#input\_autoscaling\_read)| A map of read autoscaling settings. `max_capacity` is the only required key. See example in examples/autoscaling |`map(string)`|`{}`| no |
@@ -129,7 +129,7 @@ No modules.
129
129
| <aname="input_stream_view_type"></a> [stream\_view\_type](#input\_stream\_view\_type)| When an item in the table is modified, StreamViewType determines what information is written to the table's stream. Valid values are KEYS\_ONLY, NEW\_IMAGE, OLD\_IMAGE, NEW\_AND\_OLD\_IMAGES. |`string`|`null`| no |
130
130
| <aname="input_table_class"></a> [table\_class](#input\_table\_class)| The storage class of the table. Valid values are STANDARD and STANDARD\_INFREQUENT\_ACCESS |`string`|`null`| no |
131
131
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to add to all resources |`map(string)`|`{}`| no |
| <aname="input_ttl_attribute_name"></a> [ttl\_attribute\_name](#input\_ttl\_attribute\_name)| The name of the table attribute to store the TTL timestamp in |`string`|`""`| no |
134
134
| <aname="input_ttl_enabled"></a> [ttl\_enabled](#input\_ttl\_enabled)| Indicates whether ttl is enabled |`bool`|`false`| no |
135
135
| <aname="input_write_capacity"></a> [write\_capacity](#input\_write\_capacity)| The number of write units for this table. If the billing\_mode is PROVISIONED, this field should be greater than 0 |`number`|`null`| no |
@@ -142,7 +142,7 @@ No modules.
142
142
| <aname="output_dynamodb_table_id"></a> [dynamodb\_table\_id](#output\_dynamodb\_table\_id)| ID of the DynamoDB table |
143
143
| <aname="output_dynamodb_table_stream_arn"></a> [dynamodb\_table\_stream\_arn](#output\_dynamodb\_table\_stream\_arn)| The ARN of the Table Stream. Only available when var.stream\_enabled is true |
144
144
| <aname="output_dynamodb_table_stream_label"></a> [dynamodb\_table\_stream\_label](#output\_dynamodb\_table\_stream\_label)| A timestamp, in ISO 8601 format of the Table Stream. Only available when var.stream\_enabled is true |
Copy file name to clipboardExpand all lines: examples/autoscaling/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ $ terraform apply
14
14
15
15
Note that this example may create resources which can cost money (AWS Elastic IP, for example). Run `terraform destroy` when you don't need these resources.
16
16
17
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
17
+
<!--BEGIN_TF_DOCS-->
18
18
## Requirements
19
19
20
20
| Name | Version |
@@ -54,4 +54,4 @@ No inputs.
54
54
| <aname="output_dynamodb_table_id"></a> [dynamodb\_table\_id](#output\_dynamodb\_table\_id)| ID of the DynamoDB table |
55
55
| <aname="output_dynamodb_table_stream_arn"></a> [dynamodb\_table\_stream\_arn](#output\_dynamodb\_table\_stream\_arn)| The ARN of the Table Stream. Only available when var.stream\_enabled is true |
56
56
| <aname="output_dynamodb_table_stream_label"></a> [dynamodb\_table\_stream\_label](#output\_dynamodb\_table\_stream\_label)| A timestamp, in ISO 8601 format of the Table Stream. Only available when var.stream\_enabled is true |
Copy file name to clipboardExpand all lines: examples/basic/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ $ terraform apply
14
14
15
15
Note that this example may create resources which can cost money (AWS Elastic IP, for example). Run `terraform destroy` when you don't need these resources.
16
16
17
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
17
+
<!--BEGIN_TF_DOCS-->
18
18
## Requirements
19
19
20
20
| Name | Version |
@@ -54,4 +54,4 @@ No inputs.
54
54
| <aname="output_dynamodb_table_id"></a> [dynamodb\_table\_id](#output\_dynamodb\_table\_id)| ID of the DynamoDB table |
55
55
| <aname="output_dynamodb_table_stream_arn"></a> [dynamodb\_table\_stream\_arn](#output\_dynamodb\_table\_stream\_arn)| The ARN of the Table Stream. Only available when var.stream\_enabled is true |
56
56
| <aname="output_dynamodb_table_stream_label"></a> [dynamodb\_table\_stream\_label](#output\_dynamodb\_table\_stream\_label)| A timestamp, in ISO 8601 format of the Table Stream. Only available when var.stream\_enabled is true |
Copy file name to clipboardExpand all lines: examples/global-tables/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ $ terraform apply
14
14
15
15
Note that this example may create resources which can cost money (AWS Elastic IP, for example). Run `terraform destroy` when you don't need these resources.
16
16
17
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
17
+
<!--BEGIN_TF_DOCS-->
18
18
## Requirements
19
19
20
20
| Name | Version |
@@ -57,4 +57,4 @@ No inputs.
57
57
| <aname="output_dynamodb_table_id"></a> [dynamodb\_table\_id](#output\_dynamodb\_table\_id)| ID of the DynamoDB table |
58
58
| <aname="output_dynamodb_table_stream_arn"></a> [dynamodb\_table\_stream\_arn](#output\_dynamodb\_table\_stream\_arn)| The ARN of the Table Stream. Only available when var.stream\_enabled is true |
59
59
| <aname="output_dynamodb_table_stream_label"></a> [dynamodb\_table\_stream\_label](#output\_dynamodb\_table\_stream\_label)| A timestamp, in ISO 8601 format of the Table Stream. Only available when var.stream\_enabled is true |
Copy file name to clipboardExpand all lines: examples/s3-import/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ $ terraform apply
14
14
15
15
Note that this example may create resources which can cost money (AWS Elastic IP, for example). Run `terraform destroy` when you don't need these resources.
16
16
17
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
17
+
<!--BEGIN_TF_DOCS-->
18
18
## Requirements
19
19
20
20
| Name | Version |
@@ -61,4 +61,4 @@ No inputs.
61
61
| <aname="output_import_json_table_id"></a> [import\_json\_table\_id](#output\_import\_json\_table\_id)| ID of the DynamoDB table |
62
62
| <aname="output_import_json_table_stream_arn"></a> [import\_json\_table\_stream\_arn](#output\_import\_json\_table\_stream\_arn)| The ARN of the Table Stream. Only available when var.stream\_enabled is true |
63
63
| <aname="output_import_json_table_stream_label"></a> [import\_json\_table\_stream\_label](#output\_import\_json\_table\_stream\_label)| A timestamp, in ISO 8601 format of the Table Stream. Only available when var.stream\_enabled is true |
0 commit comments