libZSservicesZSamazonka-mlZSamazonka-ml
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.MachineLearning.Types.RedshiftDatabase

Description

 
Synopsis

Documentation

data RedshiftDatabase Source #

Describes the database details required to connect to an Amazon Redshift database.

See: newRedshiftDatabase smart constructor.

Instances

Instances details
Eq RedshiftDatabase Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.RedshiftDatabase

Read RedshiftDatabase Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.RedshiftDatabase

Show RedshiftDatabase Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.RedshiftDatabase

Generic RedshiftDatabase Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.RedshiftDatabase

Associated Types

type Rep RedshiftDatabase :: Type -> Type #

NFData RedshiftDatabase Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.RedshiftDatabase

Methods

rnf :: RedshiftDatabase -> () #

Hashable RedshiftDatabase Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.RedshiftDatabase

ToJSON RedshiftDatabase Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.RedshiftDatabase

FromJSON RedshiftDatabase Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.RedshiftDatabase

type Rep RedshiftDatabase Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.RedshiftDatabase

type Rep RedshiftDatabase = D1 ('MetaData "RedshiftDatabase" "Amazonka.MachineLearning.Types.RedshiftDatabase" "libZSservicesZSamazonka-mlZSamazonka-ml" 'False) (C1 ('MetaCons "RedshiftDatabase'" 'PrefixI 'True) (S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRedshiftDatabase Source #

Create a value of RedshiftDatabase 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:databaseName:RedshiftDatabase', redshiftDatabase_databaseName - Undocumented member.

$sel:clusterIdentifier:RedshiftDatabase', redshiftDatabase_clusterIdentifier - Undocumented member.