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.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
ToJSON 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 #

Show ConnectorProfileConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileConfig

NFData ConnectorProfileConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileConfig

Methods

rnf :: ConnectorProfileConfig -> () #

Eq ConnectorProfileConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ConnectorProfileConfig

Hashable 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" "amazonka-appflow-2.0-3aJWKTszi6ZKDtrkFSqVAB" 'False) (C1 ('MetaCons "ConnectorProfileConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectorProfileCredentials") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectorProfileCredentials)) :*: S1 ('MetaSel ('Just "connectorProfileProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConnectorProfileProperties)))

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:connectorProfileCredentials:ConnectorProfileConfig', connectorProfileConfig_connectorProfileCredentials - The connector-specific credentials required by each connector.

$sel:connectorProfileProperties:ConnectorProfileConfig', connectorProfileConfig_connectorProfileProperties - The connector-specific properties of the profile configuration.