amazonka-appflow-2.0: Amazon Appflow SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.AppFlow.Types.ServiceNowConnectorProfileProperties

Description

 
Synopsis

Documentation

data ServiceNowConnectorProfileProperties Source #

The connector-specific profile properties required when using ServiceNow.

See: newServiceNowConnectorProfileProperties smart constructor.

Constructors

ServiceNowConnectorProfileProperties' 

Fields

Instances

Instances details
FromJSON ServiceNowConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorProfileProperties

ToJSON ServiceNowConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorProfileProperties

Generic ServiceNowConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorProfileProperties

Read ServiceNowConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorProfileProperties

Show ServiceNowConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorProfileProperties

NFData ServiceNowConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorProfileProperties

Eq ServiceNowConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorProfileProperties

Hashable ServiceNowConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorProfileProperties

type Rep ServiceNowConnectorProfileProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowConnectorProfileProperties

type Rep ServiceNowConnectorProfileProperties = D1 ('MetaData "ServiceNowConnectorProfileProperties" "Amazonka.AppFlow.Types.ServiceNowConnectorProfileProperties" "amazonka-appflow-2.0-3aJWKTszi6ZKDtrkFSqVAB" 'False) (C1 ('MetaCons "ServiceNowConnectorProfileProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newServiceNowConnectorProfileProperties Source #

Create a value of ServiceNowConnectorProfileProperties 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:instanceUrl:ServiceNowConnectorProfileProperties', serviceNowConnectorProfileProperties_instanceUrl - The location of the ServiceNow resource.