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 SAPODataConnectorProfileProperties = SAPODataConnectorProfileProperties' {}
- newSAPODataConnectorProfileProperties :: Text -> Text -> Natural -> Text -> SAPODataConnectorProfileProperties
- sAPODataConnectorProfileProperties_logonLanguage :: Lens' SAPODataConnectorProfileProperties (Maybe Text)
- sAPODataConnectorProfileProperties_privateLinkServiceName :: Lens' SAPODataConnectorProfileProperties (Maybe Text)
- sAPODataConnectorProfileProperties_oAuthProperties :: Lens' SAPODataConnectorProfileProperties (Maybe OAuthProperties)
- sAPODataConnectorProfileProperties_applicationHostUrl :: Lens' SAPODataConnectorProfileProperties Text
- sAPODataConnectorProfileProperties_applicationServicePath :: Lens' SAPODataConnectorProfileProperties Text
- sAPODataConnectorProfileProperties_portNumber :: Lens' SAPODataConnectorProfileProperties Natural
- sAPODataConnectorProfileProperties_clientNumber :: Lens' SAPODataConnectorProfileProperties Text
Documentation
data SAPODataConnectorProfileProperties Source #
The connector-specific profile properties required when using SAPOData.
See: newSAPODataConnectorProfileProperties
smart constructor.
SAPODataConnectorProfileProperties' | |
|
Instances
newSAPODataConnectorProfileProperties Source #
:: Text | |
-> Text |
|
-> Natural | |
-> Text | |
-> SAPODataConnectorProfileProperties |
Create a value of SAPODataConnectorProfileProperties
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:logonLanguage:SAPODataConnectorProfileProperties'
, sAPODataConnectorProfileProperties_logonLanguage
- The logon language of SAPOData instance.
$sel:privateLinkServiceName:SAPODataConnectorProfileProperties'
, sAPODataConnectorProfileProperties_privateLinkServiceName
- The SAPOData Private Link service name to be used for private data
transfers.
$sel:oAuthProperties:SAPODataConnectorProfileProperties'
, sAPODataConnectorProfileProperties_oAuthProperties
- The SAPOData OAuth properties required for OAuth type authentication.
$sel:applicationHostUrl:SAPODataConnectorProfileProperties'
, sAPODataConnectorProfileProperties_applicationHostUrl
- The location of the SAPOData resource.
$sel:applicationServicePath:SAPODataConnectorProfileProperties'
, sAPODataConnectorProfileProperties_applicationServicePath
- The application path to catalog service.
$sel:portNumber:SAPODataConnectorProfileProperties'
, sAPODataConnectorProfileProperties_portNumber
- The port number of the SAPOData instance.
$sel:clientNumber:SAPODataConnectorProfileProperties'
, sAPODataConnectorProfileProperties_clientNumber
- The client number for the client creating the connection.
sAPODataConnectorProfileProperties_logonLanguage :: Lens' SAPODataConnectorProfileProperties (Maybe Text) Source #
The logon language of SAPOData instance.
sAPODataConnectorProfileProperties_privateLinkServiceName :: Lens' SAPODataConnectorProfileProperties (Maybe Text) Source #
The SAPOData Private Link service name to be used for private data transfers.
sAPODataConnectorProfileProperties_oAuthProperties :: Lens' SAPODataConnectorProfileProperties (Maybe OAuthProperties) Source #
The SAPOData OAuth properties required for OAuth type authentication.
sAPODataConnectorProfileProperties_applicationHostUrl :: Lens' SAPODataConnectorProfileProperties Text Source #
The location of the SAPOData resource.
sAPODataConnectorProfileProperties_applicationServicePath :: Lens' SAPODataConnectorProfileProperties Text Source #
The application path to catalog service.
sAPODataConnectorProfileProperties_portNumber :: Lens' SAPODataConnectorProfileProperties Natural Source #
The port number of the SAPOData instance.
sAPODataConnectorProfileProperties_clientNumber :: Lens' SAPODataConnectorProfileProperties Text Source #
The client number for the client creating the connection.