amazonka-kendra-2.0: Amazon KendraFrontendService SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Kendra.Types.SalesforceStandardObjectAttachmentConfiguration

Description

 
Synopsis

Documentation

data SalesforceStandardObjectAttachmentConfiguration Source #

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

See: newSalesforceStandardObjectAttachmentConfiguration smart constructor.

Constructors

SalesforceStandardObjectAttachmentConfiguration' 

Fields

Instances

Instances details
FromJSON SalesforceStandardObjectAttachmentConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.SalesforceStandardObjectAttachmentConfiguration

ToJSON SalesforceStandardObjectAttachmentConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.SalesforceStandardObjectAttachmentConfiguration

Generic SalesforceStandardObjectAttachmentConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.SalesforceStandardObjectAttachmentConfiguration

Read SalesforceStandardObjectAttachmentConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.SalesforceStandardObjectAttachmentConfiguration

Show SalesforceStandardObjectAttachmentConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.SalesforceStandardObjectAttachmentConfiguration

NFData SalesforceStandardObjectAttachmentConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.SalesforceStandardObjectAttachmentConfiguration

Eq SalesforceStandardObjectAttachmentConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.SalesforceStandardObjectAttachmentConfiguration

Hashable SalesforceStandardObjectAttachmentConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.SalesforceStandardObjectAttachmentConfiguration

type Rep SalesforceStandardObjectAttachmentConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.SalesforceStandardObjectAttachmentConfiguration

type Rep SalesforceStandardObjectAttachmentConfiguration = D1 ('MetaData "SalesforceStandardObjectAttachmentConfiguration" "Amazonka.Kendra.Types.SalesforceStandardObjectAttachmentConfiguration" "amazonka-kendra-2.0-IHloXAWlYIS8YTp1gXe6J" 'False) (C1 ('MetaCons "SalesforceStandardObjectAttachmentConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "documentTitleFieldName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fieldMappings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty DataSourceToIndexFieldMapping)))))

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.