interface KendraKnowledgeBaseConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Bedrock.CfnKnowledgeBase.KendraKnowledgeBaseConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#CfnKnowledgeBase_KendraKnowledgeBaseConfigurationProperty |
Java | software.amazon.awscdk.services.bedrock.CfnKnowledgeBase.KendraKnowledgeBaseConfigurationProperty |
Python | aws_cdk.aws_bedrock.CfnKnowledgeBase.KendraKnowledgeBaseConfigurationProperty |
TypeScript | aws-cdk-lib » aws_bedrock » CfnKnowledgeBase » KendraKnowledgeBaseConfigurationProperty |
Settings for an Amazon Kendra knowledge base.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrock as bedrock } from 'aws-cdk-lib';
const kendraKnowledgeBaseConfigurationProperty: bedrock.CfnKnowledgeBase.KendraKnowledgeBaseConfigurationProperty = {
kendraIndexArn: 'kendraIndexArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| kendra | string | The ARN of the Amazon Kendra index. |
kendraIndexArn
Type:
string
The ARN of the Amazon Kendra index.

.NET
Go
Java
Python
TypeScript