Show / Hide Table of Contents

Interface CfnIndexPropsMixin.IIndexSettingsProperty

Index settings for the OpenSearch Serverless index.

Namespace: Amazon.CDK.Mixins.Preview.AWS.OpenSearchServerless.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnIndexPropsMixin.IIndexSettingsProperty
Syntax (vb)
Public Interface CfnIndexPropsMixin.IIndexSettingsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-index-indexsettings.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.OpenSearchServerless.Mixins;

             var indexSettingsProperty = new IndexSettingsProperty {
                 Index = new IndexProperty {
                     Knn = false,
                     KnnAlgoParamEfSearch = 123,
                     RefreshInterval = "refreshInterval"
                 }
             };

Synopsis

Properties

Index

Index settings.

Properties

Index

Index settings.

object? Index { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-index-indexsettings.html#cfn-opensearchserverless-index-indexsettings-index

Type union: either IResolvable or CfnIndexPropsMixin.IIndexProperty

Back to top Generated by DocFX