interface KendraKnowledgeBaseConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Bedrock.CfnKnowledgeBasePropsMixin.KendraKnowledgeBaseConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrock#CfnKnowledgeBasePropsMixin_KendraKnowledgeBaseConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnKnowledgeBasePropsMixin.KendraKnowledgeBaseConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrock.CfnKnowledgeBasePropsMixin.KendraKnowledgeBaseConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrock » 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 { aws_bedrock as bedrock } from '@aws-cdk/cfn-property-mixins';
const kendraKnowledgeBaseConfigurationProperty: bedrock.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