interface AssociationConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Wisdom.CfnAIAgent.AssociationConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awswisdom#CfnAIAgent_AssociationConfigurationProperty |
Java | software.amazon.awscdk.services.wisdom.CfnAIAgent.AssociationConfigurationProperty |
Python | aws_cdk.aws_wisdom.CfnAIAgent.AssociationConfigurationProperty |
TypeScript | aws-cdk-lib » aws_wisdom » CfnAIAgent » AssociationConfigurationProperty |
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 associationConfigurationProperty: wisdom.CfnAIAgent.AssociationConfigurationProperty = {
associationConfigurationData: {
knowledgeBaseAssociationConfigurationData: {
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',
},
},
associationId: 'associationId',
associationType: 'associationType',
};
Properties
Name | Type | Description |
---|---|---|
association | IResolvable | Association | |
association | string | |
association | string |
associationConfigurationData?
Type:
IResolvable
|
Association
(optional)
associationId?
Type:
string
(optional)
associationType?
Type:
string
(optional)