interface KendraIndexConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QBusiness.Mixins.CfnRetrieverPropsMixin.KendraIndexConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsqbusiness/mixins#CfnRetrieverPropsMixin_KendraIndexConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.qbusiness.mixins.CfnRetrieverPropsMixin.KendraIndexConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_qbusiness.mixins.CfnRetrieverPropsMixin.KendraIndexConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_qbusiness » mixins » CfnRetrieverPropsMixin » KendraIndexConfigurationProperty |
Stores an Amazon Kendra index as a retriever.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as qbusiness_mixins } from '@aws-cdk/mixins-preview/aws-qbusiness';
const kendraIndexConfigurationProperty: qbusiness_mixins.CfnRetrieverPropsMixin.KendraIndexConfigurationProperty = {
indexId: 'indexId',
};
Properties
| Name | Type | Description |
|---|---|---|
| index | string | The identifier of the Amazon Kendra index. |
indexId?
Type:
string
(optional)
The identifier of the Amazon Kendra index.

.NET
Go
Java
Python
TypeScript