Skip to content

Commit e01a57a

Browse files
feat(opensearch): added opensearch 1.1 to engineversion (#18432)
Also made an issue for this (#18431) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 59fe395 commit e01a57a

File tree

1 file changed

+3
-0
lines changed
  • packages/@aws-cdk/aws-opensearchservice/lib

1 file changed

+3
-0
lines changed

packages/@aws-cdk/aws-opensearchservice/lib/version.ts

+3
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ export class EngineVersion {
6262
/** AWS OpenSearch 1.0 */
6363
public static readonly OPENSEARCH_1_0 = EngineVersion.openSearch('1.0');
6464

65+
/** AWS OpenSearch 1.1 */
66+
public static readonly OPENSEARCH_1_1 = EngineVersion.openSearch('1.1');
67+
6568
/**
6669
* Custom ElasticSearch version
6770
* @param version custom version number

0 commit comments

Comments
 (0)