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_final_snapshot_name"></a> [final\_snapshot\_name](#input\_final\_snapshot\_name)| Name of the final cluster snapshot to be created when this resource is deleted. If omitted, no final snapshot will be made |`string`|`null`| no |
163
163
| <aname="input_kms_key_arn"></a> [kms\_key\_arn](#input\_kms\_key\_arn)| ARN of the KMS key used to encrypt the cluster at rest |`string`|`null`| no |
164
164
| <aname="input_maintenance_window"></a> [maintenance\_window](#input\_maintenance\_window)| Specifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format `ddd:hh24:mi-ddd:hh24:mi`|`string`|`null`| no |
165
+
| <aname="input_multi_region_cluster_name"></a> [multi\_region\_cluster\_name](#input\_multi\_region\_cluster\_name)| The multi region cluster identifier if part of a multi region cluster |`string`|`null`| no |
165
166
| <aname="input_name"></a> [name](#input\_name)| Cluster name - also default name used on all resources if more specific resource names are not provided |`string`|`""`| no |
166
167
| <aname="input_node_type"></a> [node\_type](#input\_node\_type)| The compute and memory capacity of the nodes in the cluster. See AWS documentation on [supported node types](https://docs.aws.amazon.com/memorydb/latest/devguide/nodes.supportedtypes.html) as well as [vertical scaling](https://docs.aws.amazon.com/memorydb/latest/devguide/cluster-vertical-scaling.html)|`string`|`null`| no |
167
168
| <aname="input_num_replicas_per_shard"></a> [num\_replicas\_per\_shard](#input\_num\_replicas\_per\_shard)| The number of replicas to apply to each shard, up to a maximum of 5. Defaults to `1` (i.e. 2 nodes per shard) |`number`|`null`| no |
0 commit comments