interface KendraKnowledgeBaseConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins.CfnKnowledgeBasePropsMixin.KendraKnowledgeBaseConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbedrock/mixins#CfnKnowledgeBasePropsMixin_KendraKnowledgeBaseConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.bedrock.mixins.CfnKnowledgeBasePropsMixin.KendraKnowledgeBaseConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_bedrock.mixins.CfnKnowledgeBasePropsMixin.KendraKnowledgeBaseConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_bedrock » mixins » CfnKnowledgeBasePropsMixin » 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 { mixins as bedrock_mixins } from '@aws-cdk/mixins-preview/aws-bedrock';
const kendraKnowledgeBaseConfigurationProperty: bedrock_mixins.CfnKnowledgeBasePropsMixin.KendraKnowledgeBaseConfigurationProperty = {
kendraIndexArn: 'kendraIndexArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| kendra | string | The ARN of the Amazon Kendra index. |
kendraIndexArn?
Type:
string
(optional)
The ARN of the Amazon Kendra index.

.NET
Go
Java
Python
TypeScript