| 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.CustomConnectorProfileProperties
Description
Synopsis
- data CustomConnectorProfileProperties = CustomConnectorProfileProperties' {}
- newCustomConnectorProfileProperties :: CustomConnectorProfileProperties
- customConnectorProfileProperties_oAuth2Properties :: Lens' CustomConnectorProfileProperties (Maybe OAuth2Properties)
- customConnectorProfileProperties_profileProperties :: Lens' CustomConnectorProfileProperties (Maybe (HashMap Text Text))
Documentation
data CustomConnectorProfileProperties Source #
The profile properties required by the custom connector.
See: newCustomConnectorProfileProperties smart constructor.
Constructors
| CustomConnectorProfileProperties' | |
Fields
| |
Instances
newCustomConnectorProfileProperties :: CustomConnectorProfileProperties Source #
Create a value of CustomConnectorProfileProperties 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:oAuth2Properties:CustomConnectorProfileProperties', customConnectorProfileProperties_oAuth2Properties - Undocumented member.
$sel:profileProperties:CustomConnectorProfileProperties', customConnectorProfileProperties_profileProperties - A map of properties that are required to create a profile for the custom
connector.
customConnectorProfileProperties_oAuth2Properties :: Lens' CustomConnectorProfileProperties (Maybe OAuth2Properties) Source #
Undocumented member.
customConnectorProfileProperties_profileProperties :: Lens' CustomConnectorProfileProperties (Maybe (HashMap Text Text)) Source #
A map of properties that are required to create a profile for the custom connector.