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 DestinationFlowConfig = DestinationFlowConfig' {}
- newDestinationFlowConfig :: ConnectorType -> DestinationConnectorProperties -> DestinationFlowConfig
- 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.
DestinationFlowConfig' | |
|
Instances
newDestinationFlowConfig Source #
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: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_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.