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