| 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.DestinationFlowConfig
Description
Synopsis
- data DestinationFlowConfig = DestinationFlowConfig' {}
- newDestinationFlowConfig :: ConnectorType -> DestinationConnectorProperties -> DestinationFlowConfig
- destinationFlowConfig_apiVersion :: Lens' DestinationFlowConfig (Maybe Text)
- destinationFlowConfig_connectorProfileName :: Lens' DestinationFlowConfig (Maybe Text)
- destinationFlowConfig_connectorType :: Lens' DestinationFlowConfig ConnectorType
- destinationFlowConfig_destinationConnectorProperties :: Lens' DestinationFlowConfig DestinationConnectorProperties
Documentation
data DestinationFlowConfig Source #
Contains information about the configuration of destination connectors present in the flow.
See: newDestinationFlowConfig smart constructor.
Constructors
| DestinationFlowConfig' | |
Fields
| |
Instances
newDestinationFlowConfig Source #
Arguments
| :: ConnectorType | |
| -> DestinationConnectorProperties | |
| -> DestinationFlowConfig |
Create a value of DestinationFlowConfig 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:apiVersion:DestinationFlowConfig', destinationFlowConfig_apiVersion - The API version that the destination connector uses.
$sel:connectorProfileName:DestinationFlowConfig', destinationFlowConfig_connectorProfileName - The name of the connector profile. This name must be unique for each
connector profile in the Amazon Web Services account.
$sel:connectorType:DestinationFlowConfig', destinationFlowConfig_connectorType - The type of connector, such as Salesforce, Amplitude, and so on.
$sel:destinationConnectorProperties:DestinationFlowConfig', destinationFlowConfig_destinationConnectorProperties - This stores the information that is required to query a particular
connector.
destinationFlowConfig_apiVersion :: Lens' DestinationFlowConfig (Maybe Text) Source #
The API version that the destination connector uses.
destinationFlowConfig_connectorProfileName :: Lens' DestinationFlowConfig (Maybe Text) Source #
The name of the connector profile. This name must be unique for each connector profile in the Amazon Web Services account.
destinationFlowConfig_connectorType :: Lens' DestinationFlowConfig ConnectorType Source #
The type of connector, such as Salesforce, Amplitude, and so on.
destinationFlowConfig_destinationConnectorProperties :: Lens' DestinationFlowConfig DestinationConnectorProperties Source #
This stores the information that is required to query a particular connector.