Interface CfnRetriever.IKendraIndexConfigurationProperty
Stores an Amazon Kendra index as a retriever.
Namespace: Amazon.CDK.AWS.QBusiness
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnRetriever.IKendraIndexConfigurationProperty
Syntax (vb)
Public Interface 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
Properties
| IndexId | The identifier of the Amazon Kendra index. |
Properties
IndexId
The identifier of the Amazon Kendra index.
string IndexId { get; }