We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce70ca7 commit 10dbff7Copy full SHA for 10dbff7
src/pages/[platform]/build-a-backend/data/custom-business-logic/search-and-aggregate-queries/index.mdx
@@ -148,8 +148,8 @@ const openSearchDomain = new opensearch.Domain(
148
{
149
version: opensearch.EngineVersion.OPENSEARCH_2_11,
150
nodeToNodeEncryption: true,
151
- // set removalPolicy to DESTROY for sandbox environemnt
152
- // removalPolicy: RemovalPolicy.DESTROY,
+ // set removalPolicy to DESTROY to make sure the open search domain is deleted on stack deletion.
+ removalPolicy: RemovalPolicy.DESTROY,
153
encryptionAtRest: {
154
enabled: true
155
}
0 commit comments