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