| 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.ConnectorProfileConfig
Description
Synopsis
- data ConnectorProfileConfig = ConnectorProfileConfig' {}
- newConnectorProfileConfig :: ConnectorProfileProperties -> ConnectorProfileConfig
- connectorProfileConfig_connectorProfileCredentials :: Lens' ConnectorProfileConfig (Maybe ConnectorProfileCredentials)
- connectorProfileConfig_connectorProfileProperties :: Lens' ConnectorProfileConfig ConnectorProfileProperties
Documentation
data ConnectorProfileConfig Source #
Defines the connector-specific configuration and credentials for the connector profile.
See: newConnectorProfileConfig smart constructor.
Constructors
| ConnectorProfileConfig' | |
Fields
| |
Instances
newConnectorProfileConfig Source #
Arguments
| :: ConnectorProfileProperties | |
| -> ConnectorProfileConfig |
Create a value of ConnectorProfileConfig 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:connectorProfileCredentials:ConnectorProfileConfig', connectorProfileConfig_connectorProfileCredentials - The connector-specific credentials required by each connector.
$sel:connectorProfileProperties:ConnectorProfileConfig', connectorProfileConfig_connectorProfileProperties - The connector-specific properties of the profile configuration.
connectorProfileConfig_connectorProfileCredentials :: Lens' ConnectorProfileConfig (Maybe ConnectorProfileCredentials) Source #
The connector-specific credentials required by each connector.
connectorProfileConfig_connectorProfileProperties :: Lens' ConnectorProfileConfig ConnectorProfileProperties Source #
The connector-specific properties of the profile configuration.