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

Description

 
Synopsis

Documentation

data RedshiftConnectorProfileCredentials Source #

The connector-specific profile credentials required when using Amazon Redshift.

See: newRedshiftConnectorProfileCredentials smart constructor.

Constructors

RedshiftConnectorProfileCredentials' 

Fields

Instances

Instances details
ToJSON RedshiftConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileCredentials

Generic RedshiftConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileCredentials

Show RedshiftConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileCredentials

NFData RedshiftConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileCredentials

Eq RedshiftConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileCredentials

Hashable RedshiftConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileCredentials

type Rep RedshiftConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileCredentials

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

newRedshiftConnectorProfileCredentials :: RedshiftConnectorProfileCredentials Source #

Create a value of RedshiftConnectorProfileCredentials 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:password:RedshiftConnectorProfileCredentials', redshiftConnectorProfileCredentials_password - The password that corresponds to the user name.

$sel:username:RedshiftConnectorProfileCredentials', redshiftConnectorProfileCredentials_username - The name of the user.