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.ConnectorProfileConfig

Description

 
Synopsis

Documentation

data ConnectorProfileConfig Source #

Defines the connector-specific configuration and credentials for the connector profile.

See: newConnectorProfileConfig smart constructor.

Constructors

ConnectorProfileConfig' 

Fields

Instances

Instances details
Eq ConnectorProfileConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileConfig

Show ConnectorProfileConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileConfig

Generic ConnectorProfileConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileConfig

Associated Types

type Rep ConnectorProfileConfig :: Type -> Type #

NFData ConnectorProfileConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileConfig

Methods

rnf :: ConnectorProfileConfig -> () #

Hashable ConnectorProfileConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileConfig

ToJSON ConnectorProfileConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileConfig

type Rep ConnectorProfileConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileConfig

type Rep ConnectorProfileConfig = D1 ('MetaData "ConnectorProfileConfig" "Amazonka.AppFlow.Types.ConnectorProfileConfig" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ConnectorProfileConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectorProfileProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConnectorProfileProperties) :*: S1 ('MetaSel ('Just "connectorProfileCredentials") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConnectorProfileCredentials)))

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.