libZSservicesZSamazonka-appflowZSamazonka-appflow
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AppFlow.Types.SAPODataConnectorProfileProperties

Description

 
Synopsis

Documentation

data SAPODataConnectorProfileProperties Source #

The connector-specific profile properties required when using SAPOData.

See: newSAPODataConnectorProfileProperties smart constructor.

Constructors

SAPODataConnectorProfileProperties' 

Fields

Instances

Instances details
Eq SAPODataConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorProfileProperties

Read SAPODataConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorProfileProperties

Show SAPODataConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorProfileProperties

Generic SAPODataConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorProfileProperties

Associated Types

type Rep SAPODataConnectorProfileProperties :: Type -> Type #

NFData SAPODataConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorProfileProperties

Hashable SAPODataConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorProfileProperties

ToJSON SAPODataConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorProfileProperties

FromJSON SAPODataConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorProfileProperties

type Rep SAPODataConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SAPODataConnectorProfileProperties

type Rep SAPODataConnectorProfileProperties = D1 ('MetaData "SAPODataConnectorProfileProperties" "Amazonka.AppFlow.Types.SAPODataConnectorProfileProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "SAPODataConnectorProfileProperties'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "logonLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "privateLinkServiceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "oAuthProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OAuthProperties)))) :*: ((S1 ('MetaSel ('Just "applicationHostUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "applicationServicePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "portNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "clientNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newSAPODataConnectorProfileProperties Source #

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_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_clientNumber :: Lens' SAPODataConnectorProfileProperties Text Source #

The client number for the client creating the connection.