aws-cdk-lib.aws_wisdom.CfnKnowledgeBase.SourceConfigurationProperty

interface SourceConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.Wisdom.CfnKnowledgeBase.SourceConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awswisdom#CfnKnowledgeBase_SourceConfigurationProperty
Javasoftware.amazon.awscdk.services.wisdom.CfnKnowledgeBase.SourceConfigurationProperty
Pythonaws_cdk.aws_wisdom.CfnKnowledgeBase.SourceConfigurationProperty
TypeScript aws-cdk-lib » aws_wisdom » CfnKnowledgeBase » SourceConfigurationProperty

Configuration information about the external data source.

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 sourceConfigurationProperty: wisdom.CfnKnowledgeBase.SourceConfigurationProperty = {
  appIntegrations: {
    appIntegrationArn: 'appIntegrationArn',

    // the properties below are optional
    objectFields: ['objectFields'],
  },
};

Properties

NameTypeDescription
appIntegrationsIResolvable | AppIntegrationsConfigurationPropertyConfiguration information for Amazon AppIntegrations to automatically ingest content.

appIntegrations

Type: IResolvable | AppIntegrationsConfigurationProperty

Configuration information for Amazon AppIntegrations to automatically ingest content.