ElasticSearch: support V7_9 #12202
Labels
@aws-cdk/aws-elasticsearch
Related to Amazon Elasticsearch Service
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
good first issue
Related to contributions. See CONTRIBUTING.md
needs-triage
This issue or PR still needs to be triaged.
Although AWS supports the creation of ES domains with version 7.9 CDK only supports 7.7:
aws_elasticsearch.ElasticsearchVersion.V7_7
is max we can get as of Today (CDK 1.80)Use Case
by simply adding enumerator
ElasticsearchVersion.V7_9
to theaws_elasticsearch
module people would be able to enjoy the benefits of the newer ES version.Proposed Solution
add enum
V7_9
Other
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: