Class CfnRetriever.KendraIndexConfigurationProperty
Stores an Amazon Kendra index as a retriever.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QBusiness
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnRetriever.KendraIndexConfigurationProperty : CfnRetriever.IKendraIndexConfigurationProperty
Syntax (vb)
Public Class CfnRetriever.KendraIndexConfigurationProperty Implements CfnRetriever.IKendraIndexConfigurationProperty
Remarks
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.AWS.QBusiness;
var kendraIndexConfigurationProperty = new KendraIndexConfigurationProperty {
IndexId = "indexId"
};
Synopsis
Constructors
| KendraIndexConfigurationProperty() | Stores an Amazon Kendra index as a retriever. |
Properties
| IndexId | The identifier of the Amazon Kendra index. |
Constructors
KendraIndexConfigurationProperty()
Stores an Amazon Kendra index as a retriever.
public KendraIndexConfigurationProperty()
Remarks
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.AWS.QBusiness;
var kendraIndexConfigurationProperty = new KendraIndexConfigurationProperty {
IndexId = "indexId"
};
Properties
IndexId
The identifier of the Amazon Kendra index.
public string IndexId { get; set; }