| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Kendra.Types.SalesforceStandardObjectAttachmentConfiguration
Description
Synopsis
- data SalesforceStandardObjectAttachmentConfiguration = SalesforceStandardObjectAttachmentConfiguration' {}
- newSalesforceStandardObjectAttachmentConfiguration :: SalesforceStandardObjectAttachmentConfiguration
- salesforceStandardObjectAttachmentConfiguration_documentTitleFieldName :: Lens' SalesforceStandardObjectAttachmentConfiguration (Maybe Text)
- salesforceStandardObjectAttachmentConfiguration_fieldMappings :: Lens' SalesforceStandardObjectAttachmentConfiguration (Maybe (NonEmpty DataSourceToIndexFieldMapping))
Documentation
data SalesforceStandardObjectAttachmentConfiguration Source #
Provides the configuration information for processing attachments to Salesforce standard objects.
See: newSalesforceStandardObjectAttachmentConfiguration smart constructor.
Constructors
| SalesforceStandardObjectAttachmentConfiguration' | |
Fields
| |
Instances
newSalesforceStandardObjectAttachmentConfiguration :: SalesforceStandardObjectAttachmentConfiguration Source #
Create a value of SalesforceStandardObjectAttachmentConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:documentTitleFieldName:SalesforceStandardObjectAttachmentConfiguration', salesforceStandardObjectAttachmentConfiguration_documentTitleFieldName - The name of the field used for the document title.
$sel:fieldMappings:SalesforceStandardObjectAttachmentConfiguration', salesforceStandardObjectAttachmentConfiguration_fieldMappings - One or more objects that map fields in attachments to Amazon Kendra
index fields.
salesforceStandardObjectAttachmentConfiguration_documentTitleFieldName :: Lens' SalesforceStandardObjectAttachmentConfiguration (Maybe Text) Source #
The name of the field used for the document title.
salesforceStandardObjectAttachmentConfiguration_fieldMappings :: Lens' SalesforceStandardObjectAttachmentConfiguration (Maybe (NonEmpty DataSourceToIndexFieldMapping)) Source #
One or more objects that map fields in attachments to Amazon Kendra index fields.