interface KendraIndexConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QBusiness.CfnRetrieverPropsMixin.KendraIndexConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsqbusiness#CfnRetrieverPropsMixin_KendraIndexConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.qbusiness.CfnRetrieverPropsMixin.KendraIndexConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_qbusiness.CfnRetrieverPropsMixin.KendraIndexConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_qbusiness » 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 { aws_qbusiness as qbusiness } from '@aws-cdk/cfn-property-mixins';
const kendraIndexConfigurationProperty: qbusiness.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