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
| extra\_tags | Additional tags (e.g. map(`BusinessUnit`,`XYZ`). |`map(string)`|`{}`| no |
162
164
| family | (Required) The family of the ElastiCache parameter group. |`string`|`""`| no |
163
165
| 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 |
164
166
| label\_order | Label order, e.g. `name`,`application`. |`list(any)`|`[]`| no |
@@ -183,7 +185,6 @@ Here are some examples of how you can use this module in your inventory structur
183
185
| snapshot\_retention\_limit | (Redis only) The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted. If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off. Please note that setting a snapshot\_retention\_limit is not supported on cache.t1.micro or cache.t2.\* cache nodes. |`string`|`"0"`| no |
184
186
| snapshot\_window | (Redis only) The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster. The minimum snapshot window is a 60 minute period. |`any`|`null`| no |
185
187
| subnet\_ids | List of VPC Subnet IDs for the cache subnet group. |`list`|`[]`| no |
186
-
| tags | Additional tags (e.g. map(`BusinessUnit`,`XYZ`). |`map(any)`|`{}`| no |
187
188
| transit\_encryption\_enabled | Whether to enable encryption in transit. |`bool`|`true`| no |
0 commit comments