aws-cdk-lib.aws_kendra.CfnDataSource.SalesforceStandardObjectAttachmentConfigurationProperty

interface SalesforceStandardObjectAttachmentConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.Kendra.CfnDataSource.SalesforceStandardObjectAttachmentConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awskendra#CfnDataSource_SalesforceStandardObjectAttachmentConfigurationProperty
Javasoftware.amazon.awscdk.services.kendra.CfnDataSource.SalesforceStandardObjectAttachmentConfigurationProperty
Pythonaws_cdk.aws_kendra.CfnDataSource.SalesforceStandardObjectAttachmentConfigurationProperty
TypeScript aws-cdk-lib » aws_kendra » CfnDataSource » SalesforceStandardObjectAttachmentConfigurationProperty

Provides the configuration information for processing attachments to Salesforce standard objects.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_kendra as kendra } from 'aws-cdk-lib';
const salesforceStandardObjectAttachmentConfigurationProperty: kendra.CfnDataSource.SalesforceStandardObjectAttachmentConfigurationProperty = {
  documentTitleFieldName: 'documentTitleFieldName',
  fieldMappings: [{
    dataSourceFieldName: 'dataSourceFieldName',
    indexFieldName: 'indexFieldName',

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

Properties

NameTypeDescription
documentTitleFieldName?stringThe name of the field used for the document title.
fieldMappings?IResolvable | IResolvable | DataSourceToIndexFieldMappingProperty[]One or more objects that map fields in attachments to Amazon Kendra index fields.

documentTitleFieldName?

Type: string (optional)

The name of the field used for the document title.


fieldMappings?

Type: IResolvable | IResolvable | DataSourceToIndexFieldMappingProperty[] (optional)

One or more objects that map fields in attachments to Amazon Kendra index fields.