We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.opensearchserverless.getIndex
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
An OpenSearch Serverless index resource
Using getIndex
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getIndex(args: GetIndexArgs, opts?: InvokeOptions): Promise<GetIndexResult>
function getIndexOutput(args: GetIndexOutputArgs, opts?: InvokeOptions): Output<GetIndexResult>
def get_index(collection_endpoint: Optional[str] = None,
index_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIndexResult
def get_index_output(collection_endpoint: Optional[pulumi.Input[str]] = None,
index_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIndexResult]
func LookupIndex(ctx *Context, args *LookupIndexArgs, opts ...InvokeOption) (*LookupIndexResult, error)
func LookupIndexOutput(ctx *Context, args *LookupIndexOutputArgs, opts ...InvokeOption) LookupIndexResultOutput
> Note: This function is named LookupIndex
in the Go SDK.
public static class GetIndex
{
public static Task<GetIndexResult> InvokeAsync(GetIndexArgs args, InvokeOptions? opts = null)
public static Output<GetIndexResult> Invoke(GetIndexInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIndexResult> getIndex(GetIndexArgs args, InvokeOptions options)
public static Output<GetIndexResult> getIndex(GetIndexArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:opensearchserverless:getIndex
arguments:
# arguments dictionary
The following arguments are supported:
- Collection
Endpoint string - The endpoint for the collection.
- Index
Name string - The name of the OpenSearch Serverless index.
- Collection
Endpoint string - The endpoint for the collection.
- Index
Name string - The name of the OpenSearch Serverless index.
- collection
Endpoint String - The endpoint for the collection.
- index
Name String - The name of the OpenSearch Serverless index.
- collection
Endpoint string - The endpoint for the collection.
- index
Name string - The name of the OpenSearch Serverless index.
- collection_
endpoint str - The endpoint for the collection.
- index_
name str - The name of the OpenSearch Serverless index.
- collection
Endpoint String - The endpoint for the collection.
- index
Name String - The name of the OpenSearch Serverless index.
getIndex Result
The following output properties are available:
- Mappings
Pulumi.
Aws Native. Open Search Serverless. Outputs. Mappings Properties - Index Mappings
- Settings
Pulumi.
Aws Native. Open Search Serverless. Outputs. Index Settings - Index settings
- Uuid string
- The unique identifier for the index.
- Mappings
Mappings
Properties - Index Mappings
- Settings
Index
Settings - Index settings
- Uuid string
- The unique identifier for the index.
- mappings
Mappings
Properties - Index Mappings
- settings
Index
Settings - Index settings
- uuid String
- The unique identifier for the index.
- mappings
Mappings
Properties - Index Mappings
- settings
Index
Settings - Index settings
- uuid string
- The unique identifier for the index.
- mappings
Mappings
Properties - Index Mappings
- settings
Index
Settings - Index settings
- uuid str
- The unique identifier for the index.
- mappings Property Map
- Index Mappings
- settings Property Map
- Index settings
- uuid String
- The unique identifier for the index.
Supporting Types
IndexPropertyMapping
- Type
Pulumi.
Aws Native. Open Search Serverless. Index Property Mapping Type - The field data type. Must be a valid OpenSearch field type.
- Dimension int
- Dimension size for vector fields, defines the number of dimensions in the vector
- Index bool
- Whether a field should be indexed
- Method
Pulumi.
Aws Native. Open Search Serverless. Inputs. Index Property Mapping Method Properties - Configuration for k-NN search method
- Properties
Dictionary<string, Pulumi.
Aws Native. Open Search Serverless. Inputs. Index Property Mapping> - Nested fields within an object or nested field type
- Value string
- Default value for the field when not specified in a document
- Type
Index
Property Mapping Type - The field data type. Must be a valid OpenSearch field type.
- Dimension int
- Dimension size for vector fields, defines the number of dimensions in the vector
- Index bool
- Whether a field should be indexed
- Method
Index
Property Mapping Method Properties - Configuration for k-NN search method
- Properties
map[string]Index
Property Mapping - Nested fields within an object or nested field type
- Value string
- Default value for the field when not specified in a document
- type
Index
Property Mapping Type - The field data type. Must be a valid OpenSearch field type.
- dimension Integer
- Dimension size for vector fields, defines the number of dimensions in the vector
- index Boolean
- Whether a field should be indexed
- method
Index
Property Mapping Method Properties - Configuration for k-NN search method
- properties
Map<String,Index
Property Mapping> - Nested fields within an object or nested field type
- value String
- Default value for the field when not specified in a document
- type
Index
Property Mapping Type - The field data type. Must be a valid OpenSearch field type.
- dimension number
- Dimension size for vector fields, defines the number of dimensions in the vector
- index boolean
- Whether a field should be indexed
- method
Index
Property Mapping Method Properties - Configuration for k-NN search method
- properties
{[key: string]: Index
Property Mapping} - Nested fields within an object or nested field type
- value string
- Default value for the field when not specified in a document
- type
Index
Property Mapping Type - The field data type. Must be a valid OpenSearch field type.
- dimension int
- Dimension size for vector fields, defines the number of dimensions in the vector
- index bool
- Whether a field should be indexed
- method
Index
Property Mapping Method Properties - Configuration for k-NN search method
- properties
Mapping[str, Index
Property Mapping] - Nested fields within an object or nested field type
- value str
- Default value for the field when not specified in a document
- type
"text" | "knn_
vector" - The field data type. Must be a valid OpenSearch field type.
- dimension Number
- Dimension size for vector fields, defines the number of dimensions in the vector
- index Boolean
- Whether a field should be indexed
- method Property Map
- Configuration for k-NN search method
- properties Map<Property Map>
- Nested fields within an object or nested field type
- value String
- Default value for the field when not specified in a document
IndexPropertyMappingMethodProperties
- Engine
Pulumi.
Aws Native. Open Search Serverless. Index Property Mapping Method Properties Engine - The k-NN search engine to use
- Name
Pulumi.
Aws Native. Open Search Serverless. Index Property Mapping Method Properties Name - The algorithm name for k-NN search
- Parameters
Pulumi.
Aws Native. Open Search Serverless. Inputs. Index Property Mapping Method Properties Parameters Properties - Additional parameters for the k-NN algorithm
- Space
Type Pulumi.Aws Native. Open Search Serverless. Index Property Mapping Method Properties Space Type - The distance function used for k-NN search
- Engine
Index
Property Mapping Method Properties Engine - The k-NN search engine to use
- Name
Index
Property Mapping Method Properties Name - The algorithm name for k-NN search
- Parameters
Index
Property Mapping Method Properties Parameters Properties - Additional parameters for the k-NN algorithm
- Space
Type IndexProperty Mapping Method Properties Space Type - The distance function used for k-NN search
- engine
Index
Property Mapping Method Properties Engine - The k-NN search engine to use
- name
Index
Property Mapping Method Properties Name - The algorithm name for k-NN search
- parameters
Index
Property Mapping Method Properties Parameters Properties - Additional parameters for the k-NN algorithm
- space
Type IndexProperty Mapping Method Properties Space Type - The distance function used for k-NN search
- engine
Index
Property Mapping Method Properties Engine - The k-NN search engine to use
- name
Index
Property Mapping Method Properties Name - The algorithm name for k-NN search
- parameters
Index
Property Mapping Method Properties Parameters Properties - Additional parameters for the k-NN algorithm
- space
Type IndexProperty Mapping Method Properties Space Type - The distance function used for k-NN search
- engine
Index
Property Mapping Method Properties Engine - The k-NN search engine to use
- name
Index
Property Mapping Method Properties Name - The algorithm name for k-NN search
- parameters
Index
Property Mapping Method Properties Parameters Properties - Additional parameters for the k-NN algorithm
- space_
type IndexProperty Mapping Method Properties Space Type - The distance function used for k-NN search
- engine "nmslib" | "faiss" | "lucene"
- The k-NN search engine to use
- name "hnsw" | "ivf"
- The algorithm name for k-NN search
- parameters Property Map
- Additional parameters for the k-NN algorithm
- space
Type "l2" | "l1" | "linf" | "cosinesimil" | "innerproduct" | "hamming" - The distance function used for k-NN search
IndexPropertyMappingMethodPropertiesEngine
IndexPropertyMappingMethodPropertiesName
IndexPropertyMappingMethodPropertiesParametersProperties
- Ef
Construction int - The size of the dynamic list used during k-NN graph creation
- M int
- Number of neighbors to consider during k-NN search
- Ef
Construction int - The size of the dynamic list used during k-NN graph creation
- M int
- Number of neighbors to consider during k-NN search
- ef
Construction Integer - The size of the dynamic list used during k-NN graph creation
- m Integer
- Number of neighbors to consider during k-NN search
- ef
Construction number - The size of the dynamic list used during k-NN graph creation
- m number
- Number of neighbors to consider during k-NN search
- ef_
construction int - The size of the dynamic list used during k-NN graph creation
- m int
- Number of neighbors to consider during k-NN search
- ef
Construction Number - The size of the dynamic list used during k-NN graph creation
- m Number
- Number of neighbors to consider during k-NN search
IndexPropertyMappingMethodPropertiesSpaceType
IndexPropertyMappingType
IndexSettings
IndexSettingsIndexProperties
- Knn bool
- Enable/disable k-nearest neighbor search capability
- Knn
Algo intParam Ef Search - Size of the dynamic list for the nearest neighbors
- Refresh
Interval string - How often to perform refresh operation (e.g. '1s', '5s')
- Knn bool
- Enable/disable k-nearest neighbor search capability
- Knn
Algo intParam Ef Search - Size of the dynamic list for the nearest neighbors
- Refresh
Interval string - How often to perform refresh operation (e.g. '1s', '5s')
- knn Boolean
- Enable/disable k-nearest neighbor search capability
- knn
Algo IntegerParam Ef Search - Size of the dynamic list for the nearest neighbors
- refresh
Interval String - How often to perform refresh operation (e.g. '1s', '5s')
- knn boolean
- Enable/disable k-nearest neighbor search capability
- knn
Algo numberParam Ef Search - Size of the dynamic list for the nearest neighbors
- refresh
Interval string - How often to perform refresh operation (e.g. '1s', '5s')
- knn bool
- Enable/disable k-nearest neighbor search capability
- knn_
algo_ intparam_ ef_ search - Size of the dynamic list for the nearest neighbors
- refresh_
interval str - How often to perform refresh operation (e.g. '1s', '5s')
- knn Boolean
- Enable/disable k-nearest neighbor search capability
- knn
Algo NumberParam Ef Search - Size of the dynamic list for the nearest neighbors
- refresh
Interval String - How often to perform refresh operation (e.g. '1s', '5s')
MappingsProperties
- Properties
Dictionary<string, Pulumi.
Aws Native. Open Search Serverless. Inputs. Index Property Mapping> - Defines the fields within the mapping, including their types and configurations
- Properties
map[string]Index
Property Mapping - Defines the fields within the mapping, including their types and configurations
- properties
Map<String,Index
Property Mapping> - Defines the fields within the mapping, including their types and configurations
- properties
{[key: string]: Index
Property Mapping} - Defines the fields within the mapping, including their types and configurations
- properties
Mapping[str, Index
Property Mapping] - Defines the fields within the mapping, including their types and configurations
- properties Map<Property Map>
- Defines the fields within the mapping, including their types and configurations
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi