Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data SalesforceDestinationProperties = SalesforceDestinationProperties' {}
- newSalesforceDestinationProperties :: Text -> SalesforceDestinationProperties
- salesforceDestinationProperties_writeOperationType :: Lens' SalesforceDestinationProperties (Maybe WriteOperationType)
- salesforceDestinationProperties_idFieldNames :: Lens' SalesforceDestinationProperties (Maybe [Text])
- salesforceDestinationProperties_errorHandlingConfig :: Lens' SalesforceDestinationProperties (Maybe ErrorHandlingConfig)
- salesforceDestinationProperties_object :: Lens' SalesforceDestinationProperties Text
Documentation
data SalesforceDestinationProperties Source #
The properties that are applied when Salesforce is being used as a destination.
See: newSalesforceDestinationProperties
smart constructor.
SalesforceDestinationProperties' | |
|
Instances
newSalesforceDestinationProperties Source #
Create a value of SalesforceDestinationProperties
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:writeOperationType:SalesforceDestinationProperties'
, salesforceDestinationProperties_writeOperationType
- This specifies the type of write operation to be performed in
Salesforce. When the value is UPSERT
, then idFieldNames
is required.
$sel:idFieldNames:SalesforceDestinationProperties'
, salesforceDestinationProperties_idFieldNames
- The name of the field that Amazon AppFlow uses as an ID when performing
a write operation such as update or delete.
$sel:errorHandlingConfig:SalesforceDestinationProperties'
, salesforceDestinationProperties_errorHandlingConfig
- The settings that determine how Amazon AppFlow handles an error when
placing data in the Salesforce destination. For example, this setting
would determine if the flow should fail after one insertion error, or
continue and attempt to insert every record regardless of the initial
failure. ErrorHandlingConfig
is a part of the destination connector
details.
$sel:object':SalesforceDestinationProperties'
, salesforceDestinationProperties_object
- The object specified in the Salesforce flow destination.
salesforceDestinationProperties_writeOperationType :: Lens' SalesforceDestinationProperties (Maybe WriteOperationType) Source #
This specifies the type of write operation to be performed in
Salesforce. When the value is UPSERT
, then idFieldNames
is required.
salesforceDestinationProperties_idFieldNames :: Lens' SalesforceDestinationProperties (Maybe [Text]) Source #
The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update or delete.
salesforceDestinationProperties_errorHandlingConfig :: Lens' SalesforceDestinationProperties (Maybe ErrorHandlingConfig) Source #
The settings that determine how Amazon AppFlow handles an error when
placing data in the Salesforce destination. For example, this setting
would determine if the flow should fail after one insertion error, or
continue and attempt to insert every record regardless of the initial
failure. ErrorHandlingConfig
is a part of the destination connector
details.
salesforceDestinationProperties_object :: Lens' SalesforceDestinationProperties Text Source #
The object specified in the Salesforce flow destination.