interface KnowledgeBaseAssociationConfigurationDataProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Wisdom.CfnAIAgent.KnowledgeBaseAssociationConfigurationDataProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awswisdom#CfnAIAgent_KnowledgeBaseAssociationConfigurationDataProperty |
Java | software.amazon.awscdk.services.wisdom.CfnAIAgent.KnowledgeBaseAssociationConfigurationDataProperty |
Python | aws_cdk.aws_wisdom.CfnAIAgent.KnowledgeBaseAssociationConfigurationDataProperty |
TypeScript | aws-cdk-lib » aws_wisdom » CfnAIAgent » KnowledgeBaseAssociationConfigurationDataProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_wisdom as wisdom } from 'aws-cdk-lib';
const knowledgeBaseAssociationConfigurationDataProperty: wisdom.CfnAIAgent.KnowledgeBaseAssociationConfigurationDataProperty = {
contentTagFilter: {
andConditions: [{
key: 'key',
// the properties below are optional
value: 'value',
}],
orConditions: [{
andConditions: [{
key: 'key',
// the properties below are optional
value: 'value',
}],
tagCondition: {
key: 'key',
// the properties below are optional
value: 'value',
},
}],
tagCondition: {
key: 'key',
// the properties below are optional
value: 'value',
},
},
maxResults: 123,
overrideKnowledgeBaseSearchType: 'overrideKnowledgeBaseSearchType',
};
Properties
Name | Type | Description |
---|---|---|
content | IResolvable | Tag | |
max | number | |
override | string |
contentTagFilter?
Type:
IResolvable
|
Tag
(optional)
maxResults?
Type:
number
(optional)
overrideKnowledgeBaseSearchType?
Type:
string
(optional)