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

Description

 
Synopsis

Documentation

data CustomAuthCredentials Source #

The custom credentials required for custom authentication.

See: newCustomAuthCredentials smart constructor.

Constructors

CustomAuthCredentials' 

Fields

Instances

Instances details
ToJSON CustomAuthCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomAuthCredentials

Generic CustomAuthCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomAuthCredentials

Associated Types

type Rep CustomAuthCredentials :: Type -> Type #

Show CustomAuthCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomAuthCredentials

NFData CustomAuthCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomAuthCredentials

Methods

rnf :: CustomAuthCredentials -> () #

Eq CustomAuthCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomAuthCredentials

Hashable CustomAuthCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomAuthCredentials

type Rep CustomAuthCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.CustomAuthCredentials

type Rep CustomAuthCredentials = D1 ('MetaData "CustomAuthCredentials" "Amazonka.AppFlow.Types.CustomAuthCredentials" "amazonka-appflow-2.0-3aJWKTszi6ZKDtrkFSqVAB" 'False) (C1 ('MetaCons "CustomAuthCredentials'" 'PrefixI 'True) (S1 ('MetaSel ('Just "credentialsMap") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text (Sensitive Text)))) :*: S1 ('MetaSel ('Just "customAuthenticationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCustomAuthCredentials Source #

Create a value of CustomAuthCredentials 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:credentialsMap:CustomAuthCredentials', customAuthCredentials_credentialsMap - A map that holds custom authentication credentials.

$sel:customAuthenticationType:CustomAuthCredentials', customAuthCredentials_customAuthenticationType - The custom authentication type that the connector uses.

customAuthCredentials_credentialsMap :: Lens' CustomAuthCredentials (Maybe (HashMap Text Text)) Source #

A map that holds custom authentication credentials.

customAuthCredentials_customAuthenticationType :: Lens' CustomAuthCredentials Text Source #

The custom authentication type that the connector uses.