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 | 
The data of the configuration for a KNOWLEDGE_BASE type Amazon Q in Connect Assistant Association.
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 | An object that can be used to specify Tag conditions. | 
| max | number | The maximum number of results to return per page. | 
| override | string | 
contentTagFilter?
Type:
IResolvable | Tag
(optional)
An object that can be used to specify Tag conditions.
maxResults?
Type:
number
(optional)
The maximum number of results to return per page.
overrideKnowledgeBaseSearchType?
Type:
string
(optional)
