This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Kendra::DataSource SalesforceStandardObjectAttachmentConfiguration
Provides the configuration information for processing attachments to Salesforce standard objects.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DocumentTitleFieldName" :String, "FieldMappings" :[ DataSourceToIndexFieldMapping, ... ]}
YAML
DocumentTitleFieldName:StringFieldMappings:- DataSourceToIndexFieldMapping
Properties
- DocumentTitleFieldName
- 
                    The name of the field used for the document title. Required: No Type: String Minimum: 1Maximum: 100Update requires: No interruption 
- FieldMappings
- 
                    One or more objects that map fields in attachments to Amazon Kendra index fields. Required: No Type: Array of DataSourceToIndexFieldMapping Maximum: 100Update requires: No interruption