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

Description

 
Synopsis

Documentation

data RedshiftMetadata Source #

Describes the DataSource details specific to Amazon Redshift.

See: newRedshiftMetadata smart constructor.

Constructors

RedshiftMetadata' 

Fields

Instances

Instances details
Eq RedshiftMetadata Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.RedshiftMetadata

Read RedshiftMetadata Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.RedshiftMetadata

Show RedshiftMetadata Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.RedshiftMetadata

Generic RedshiftMetadata Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.RedshiftMetadata

Associated Types

type Rep RedshiftMetadata :: Type -> Type #

NFData RedshiftMetadata Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.RedshiftMetadata

Methods

rnf :: RedshiftMetadata -> () #

Hashable RedshiftMetadata Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.RedshiftMetadata

FromJSON RedshiftMetadata Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.RedshiftMetadata

type Rep RedshiftMetadata Source # 
Instance details

Defined in Amazonka.MachineLearning.Types.RedshiftMetadata

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

newRedshiftMetadata :: RedshiftMetadata Source #

Create a value of RedshiftMetadata 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:selectSqlQuery:RedshiftMetadata', redshiftMetadata_selectSqlQuery - The SQL query that is specified during CreateDataSourceFromRedshift. Returns only if Verbose is true in GetDataSourceInput.

$sel:redshiftDatabase:RedshiftMetadata', redshiftMetadata_redshiftDatabase - Undocumented member.

$sel:databaseUserName:RedshiftMetadata', redshiftMetadata_databaseUserName - Undocumented member.

redshiftMetadata_selectSqlQuery :: Lens' RedshiftMetadata (Maybe Text) Source #

The SQL query that is specified during CreateDataSourceFromRedshift. Returns only if Verbose is true in GetDataSourceInput.