AWS Security ChangesHomeSearch

AWS AWSCloudFormation documentation change

Service: AWSCloudFormation · 2025-03-26 · Documentation low

File: AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-index-method.md

Summary

Added descriptions for k-NN search method properties including algorithm, parameters, and distance function.

Security assessment

Documents feature functionality (k-NN search configuration) without any security context or vulnerability references.

Diff

diff --git a/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-index-method.md b/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-index-method.md
index 181276b5b..c1bef5783 100644
--- a/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-index-method.md
+++ b/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-index-method.md
@@ -7 +7 @@ SyntaxProperties
-The `Method` property type specifies Property description not available. for an [AWS::OpenSearchServerless::Index](./aws-resource-opensearchserverless-index.html).
+Configuration for k-NN search method.
@@ -39 +39 @@ To declare this entity in your AWS CloudFormation template, use the following sy
-Property description not available.
+The k-NN search engine to use
@@ -52 +52 @@ _Required_ : Yes
-Property description not available.
+The algorithm name for k-NN search.
@@ -65 +65 @@ _Required_ : Yes
-Property description not available.
+Additional parameters for the k-NN algorithm.
@@ -76 +76 @@ _Required_ : No
-Property description not available.
+The distance function used for k-NN search.