Skip to content

Commit 6e7ca2b

Browse files
authored
chore(openseach): add OpenSearch version 3.3 (#36186)
### Issue # (if applicable) N/A ### Reason for this change Amazon OpenSearch Service now supports OpenSearch version 3.3 Ref: https://aws.amazon.com/about-aws/whats-new/2025/11/amazon-opensearch-service-opensearch-version-3-3/ ### Description of changes Add an enum. ### Describe any new or updated permissions being added N/A ### Description of how you validated changes Add unit tests and an integ test. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 107f201 commit 6e7ca2b

File tree

7 files changed

+107
-11
lines changed

7 files changed

+107
-11
lines changed

packages/@aws-cdk-testing/framework-integ/test/aws-opensearchservice/test/integ.opensearch.min.js.snapshot/cdk-integ-opensearch-min.assets.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-opensearchservice/test/integ.opensearch.min.js.snapshot/cdk-integ-opensearch-min.template.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,37 @@
123123
},
124124
"UpdateReplacePolicy": "Delete",
125125
"DeletionPolicy": "Delete"
126+
},
127+
"OpenSearch333036DEFB": {
128+
"Type": "AWS::OpenSearchService::Domain",
129+
"Properties": {
130+
"ClusterConfig": {
131+
"DedicatedMasterEnabled": false,
132+
"InstanceCount": 1,
133+
"InstanceType": "r5.large.search",
134+
"MultiAZWithStandbyEnabled": false,
135+
"ZoneAwarenessEnabled": false
136+
},
137+
"DomainEndpointOptions": {
138+
"EnforceHTTPS": false,
139+
"TLSSecurityPolicy": "Policy-Min-TLS-1-2-2019-07"
140+
},
141+
"EBSOptions": {
142+
"EBSEnabled": true,
143+
"VolumeSize": 10,
144+
"VolumeType": "gp2"
145+
},
146+
"EncryptionAtRestOptions": {
147+
"Enabled": false
148+
},
149+
"EngineVersion": "OpenSearch_3.3",
150+
"LogPublishingOptions": {},
151+
"NodeToNodeEncryptionOptions": {
152+
"Enabled": false
153+
}
154+
},
155+
"UpdateReplacePolicy": "Delete",
156+
"DeletionPolicy": "Delete"
126157
}
127158
},
128159
"Parameters": {

packages/@aws-cdk-testing/framework-integ/test/aws-opensearchservice/test/integ.opensearch.min.js.snapshot/manifest.json

Lines changed: 66 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-opensearchservice/test/integ.opensearch.min.js.snapshot/tree.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)