interface AssociationDataProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Wisdom.CfnAssistantAssociation.AssociationDataProperty |
![]() | software.amazon.awscdk.services.wisdom.CfnAssistantAssociation.AssociationDataProperty |
![]() | aws_cdk.aws_wisdom.CfnAssistantAssociation.AssociationDataProperty |
![]() | @aws-cdk/aws-wisdom » CfnAssistantAssociation » AssociationDataProperty |
A union type that currently has a single argument, which is the knowledge base ID.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as wisdom from '@aws-cdk/aws-wisdom';
const associationDataProperty: wisdom.CfnAssistantAssociation.AssociationDataProperty = {
knowledgeBaseId: 'knowledgeBaseId',
};
Properties
Name | Type | Description |
---|---|---|
knowledge | string | The identifier of the knowledge base. |
knowledgeBaseId
Type:
string
The identifier of the knowledge base.