Skip to content

Commit 1bc944d

Browse files
committed
pushed README.md
1 parent e6f87b1 commit 1bc944d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ Note: There are some type of instances which not support encryption and EBS opti
146146
| attributes | Additional attributes (e.g. `1`). | `list(any)` | `[]` | no |
147147
| automated\_snapshot\_start\_hour | Hour at which automated snapshots are taken, in UTC. | `number` | `0` | no |
148148
| 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 |
149150
| dedicated\_master\_count | Number of dedicated master nodes in the cluster. | `number` | `0` | no |
150151
| dedicated\_master\_enabled | Indicates whether dedicated master nodes are enabled for the cluster. | `bool` | `false` | no |
151152
| 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
165166
| iam\_actions | List of actions to allow for the IAM roles, _e.g._ `es:ESHttpGet`, `es:ESHttpPut`, `es:ESHttpPost`. | `list(string)` | `[]` | no |
166167
| iam\_authorizing\_role\_arns | List of IAM role ARNs to permit to assume the Elasticsearch user role. | `list(string)` | `[]` | no |
167168
| 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 |
168170
| instance\_count | Number of data nodes in the cluster. | `number` | `4` | no |
169171
| instance\_type | Elasticsearch instance type for data nodes in the cluster. | `string` | `"t2.small.elasticsearch"` | no |
170172
| 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
187189
| 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 |
188190
| ttl | The TTL of the record to add to the DNS zone to complete certificate validation. | `string` | `"300"` | no |
189191
| type | Type of DNS records to create. | `string` | `"CNAME"` | no |
192+
| user\_pool\_id | ID of the Cognito User Pool to use. | `string` | `""` | no |
190193
| volume\_size | EBS volumes for data storage in GB. | `number` | `0` | no |
191194
| volume\_type | Storage type of EBS volumes. | `string` | `"gp2"` | no |
192195
| zone\_awareness\_enabled | Enable zone awareness for Elasticsearch cluster. | `bool` | `false` | no |

0 commit comments

Comments
 (0)