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_ingress_cidr_blocks"></a> [ingress\_cidr\_blocks](#input\_ingress\_cidr\_blocks)| List of Ingress CIDR blocks. |`list(string)`|`[]`| no |
118
127
| <aname="input_ingress_self"></a> [ingress\_self](#input\_ingress\_self)| Specify whether the security group itself will be added as a source to the ingress rule. |`bool`|`false`| no |
119
128
| <aname="input_kms_key_id"></a> [kms\_key\_id](#input\_kms\_key\_id)| The ARN of the key that you wish to use if encrypting at rest. If not supplied, uses service managed encryption. Can be specified only if `at_rest_encryption_enabled = true`|`string`|`""`| no |
129
+
| <aname="input_log_delivery_configuration"></a> [log\_delivery\_configuration](#input\_log\_delivery\_configuration)| Log Delivery configuration for the cluster. | <pre>list(object({<br> destination_type = string<br> destination = string<br> log_format = string<br> log_type = string<br> }))</pre> |`[]`| no |
120
130
| <aname="input_maintenance_window"></a> [maintenance\_window](#input\_maintenance\_window)| Specifies the weekly time range for when maintenance on the cache cluster is performed. |`string`|`""`| no |
121
131
| <aname="input_multi_az_enabled"></a> [multi\_az\_enabled](#input\_multi\_az\_enabled)| Specifies whether to enable Multi-AZ Support for the replication group. If true, `automatic_failover_enabled` must also be enabled. Defaults to false. |`string`|`false`| no |
122
132
| <aname="input_name_prefix"></a> [name\_prefix](#input\_name\_prefix)| The replication group identifier. This parameter is stored as a lowercase string. |`string`| n/a | yes |
0 commit comments