aws-cdk-lib.aws_wisdom.CfnAssistantAssociation.AssociationDataProperty

interface AssociationDataProperty

LanguageType name
.NETAmazon.CDK.AWS.Wisdom.CfnAssistantAssociation.AssociationDataProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awswisdom#CfnAssistantAssociation_AssociationDataProperty
Javasoftware.amazon.awscdk.services.wisdom.CfnAssistantAssociation.AssociationDataProperty
Pythonaws_cdk.aws_wisdom.CfnAssistantAssociation.AssociationDataProperty
TypeScript aws-cdk-lib » 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 { aws_wisdom as wisdom } from 'aws-cdk-lib';
const associationDataProperty: wisdom.CfnAssistantAssociation.AssociationDataProperty = {
  knowledgeBaseId: 'knowledgeBaseId',
};

Properties

NameTypeDescription
knowledgeBaseIdstringThe identifier of the knowledge base.

knowledgeBaseId

Type: string

The identifier of the knowledge base.