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.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
Eq RedshiftConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileCredentials

Show RedshiftConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileCredentials

Generic RedshiftConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileCredentials

NFData RedshiftConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileCredentials

Hashable RedshiftConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.RedshiftConnectorProfileCredentials

ToJSON 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" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "RedshiftConnectorProfileCredentials'" 'PrefixI 'True) (S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newRedshiftConnectorProfileCredentials 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:username:RedshiftConnectorProfileCredentials', redshiftConnectorProfileCredentials_username - The name of the user.

$sel:password:RedshiftConnectorProfileCredentials', redshiftConnectorProfileCredentials_password - The password that corresponds to the user name.