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
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,7 @@ Note: There are some type of instances which not support encryption and EBS opti
146
146
| attributes | Additional attributes (e.g. `1`). |`list(any)`|`[]`| no |
147
147
| automated\_snapshot\_start\_hour | Hour at which automated snapshots are taken, in UTC. |`number`|`0`| no |
148
148
| availability\_zone\_count | Number of Availability Zones for the domain to use. |`number`|`2`| no |
149
+
| cognito\_enabled | Set to false to prevent enable cognito. |`bool`|`true`| no |
149
150
| dedicated\_master\_count | Number of dedicated master nodes in the cluster. |`number`|`0`| no |
150
151
| dedicated\_master\_enabled | Indicates whether dedicated master nodes are enabled for the cluster. |`bool`|`false`| no |
151
152
| dedicated\_master\_type | Instance type of the dedicated master nodes in the cluster. |`string`|`"t2.small.elasticsearch"`| no |
@@ -165,6 +166,7 @@ Note: There are some type of instances which not support encryption and EBS opti
165
166
| iam\_actions | List of actions to allow for the IAM roles, _e.g._`es:ESHttpGet`, `es:ESHttpPut`, `es:ESHttpPost`. |`list(string)`|`[]`| no |
166
167
| iam\_authorizing\_role\_arns | List of IAM role ARNs to permit to assume the Elasticsearch user role. |`list(string)`|`[]`| no |
167
168
| iam\_role\_arns | List of IAM role ARNs to permit access to the Elasticsearch domain. |`list(string)`|`[]`| no |
169
+
| identity\_pool\_id | ID of the Cognito Identity Pool to use. |`string`|`""`| no |
168
170
| instance\_count | Number of data nodes in the cluster. |`number`|`4`| no |
169
171
| instance\_type | Elasticsearch instance type for data nodes in the cluster. |`string`|`"t2.small.elasticsearch"`| no |
170
172
| iops | The baseline input/output (I/O) performance of EBS volumes attached to data nodes. Applicable only for the Provisioned IOPS EBS volume type. |`number`|`0`| no |
@@ -187,6 +189,7 @@ Note: There are some type of instances which not support encryption and EBS opti
187
189
| tls\_security\_policy | The name of the TLS security policy that needs to be applied to the HTTPS endpoint. |`string`|`"Policy-Min-TLS-1-0-2019-07"`| no |
188
190
| ttl | The TTL of the record to add to the DNS zone to complete certificate validation. |`string`|`"300"`| no |
189
191
| type | Type of DNS records to create. |`string`|`"CNAME"`| no |
192
+
| user\_pool\_id | ID of the Cognito User Pool to use. |`string`|`""`| no |
190
193
| volume\_size | EBS volumes for data storage in GB. |`number`|`0`| no |
191
194
| volume\_type | Storage type of EBS volumes. |`string`|`"gp2"`| no |
192
195
| zone\_awareness\_enabled | Enable zone awareness for Elasticsearch cluster. |`bool`|`false`| no |
0 commit comments