| 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.AppFlow.Types.CustomConnectorDestinationProperties
Description
Synopsis
- data CustomConnectorDestinationProperties = CustomConnectorDestinationProperties' {}
- newCustomConnectorDestinationProperties :: Text -> CustomConnectorDestinationProperties
- customConnectorDestinationProperties_customProperties :: Lens' CustomConnectorDestinationProperties (Maybe (HashMap Text Text))
- customConnectorDestinationProperties_errorHandlingConfig :: Lens' CustomConnectorDestinationProperties (Maybe ErrorHandlingConfig)
- customConnectorDestinationProperties_idFieldNames :: Lens' CustomConnectorDestinationProperties (Maybe [Text])
- customConnectorDestinationProperties_writeOperationType :: Lens' CustomConnectorDestinationProperties (Maybe WriteOperationType)
- customConnectorDestinationProperties_entityName :: Lens' CustomConnectorDestinationProperties Text
Documentation
data CustomConnectorDestinationProperties Source #
The properties that are applied when the custom connector is being used as a destination.
See: newCustomConnectorDestinationProperties smart constructor.
Constructors
| CustomConnectorDestinationProperties' | |
Fields
| |
Instances
newCustomConnectorDestinationProperties Source #
Arguments
| :: Text | |
| -> CustomConnectorDestinationProperties |
Create a value of CustomConnectorDestinationProperties 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:customProperties:CustomConnectorDestinationProperties', customConnectorDestinationProperties_customProperties - The custom properties that are specific to the connector when it's used
as a destination in the flow.
$sel:errorHandlingConfig:CustomConnectorDestinationProperties', customConnectorDestinationProperties_errorHandlingConfig - The settings that determine how Amazon AppFlow handles an error when
placing data in the custom connector as destination.
$sel:idFieldNames:CustomConnectorDestinationProperties', customConnectorDestinationProperties_idFieldNames - The name of the field that Amazon AppFlow uses as an ID when performing
a write operation such as update, delete, or upsert.
$sel:writeOperationType:CustomConnectorDestinationProperties', customConnectorDestinationProperties_writeOperationType - Specifies the type of write operation to be performed in the custom
connector when it's used as destination.
$sel:entityName:CustomConnectorDestinationProperties', customConnectorDestinationProperties_entityName - The entity specified in the custom connector as a destination in the
flow.
customConnectorDestinationProperties_customProperties :: Lens' CustomConnectorDestinationProperties (Maybe (HashMap Text Text)) Source #
The custom properties that are specific to the connector when it's used as a destination in the flow.
customConnectorDestinationProperties_errorHandlingConfig :: Lens' CustomConnectorDestinationProperties (Maybe ErrorHandlingConfig) Source #
The settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination.
customConnectorDestinationProperties_idFieldNames :: Lens' CustomConnectorDestinationProperties (Maybe [Text]) Source #
The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update, delete, or upsert.
customConnectorDestinationProperties_writeOperationType :: Lens' CustomConnectorDestinationProperties (Maybe WriteOperationType) Source #
Specifies the type of write operation to be performed in the custom connector when it's used as destination.
customConnectorDestinationProperties_entityName :: Lens' CustomConnectorDestinationProperties Text Source #
The entity specified in the custom connector as a destination in the flow.