amazonka-glue-2.0: Amazon Glue 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.Glue.Types.RedshiftSource

Description

 
Synopsis

Documentation

data RedshiftSource Source #

Specifies an Amazon Redshift data store.

See: newRedshiftSource smart constructor.

Constructors

RedshiftSource' 

Fields

Instances

Instances details
FromJSON RedshiftSource Source # 
Instance details

Defined in Amazonka.Glue.Types.RedshiftSource

ToJSON RedshiftSource Source # 
Instance details

Defined in Amazonka.Glue.Types.RedshiftSource

Generic RedshiftSource Source # 
Instance details

Defined in Amazonka.Glue.Types.RedshiftSource

Associated Types

type Rep RedshiftSource :: Type -> Type #

Read RedshiftSource Source # 
Instance details

Defined in Amazonka.Glue.Types.RedshiftSource

Show RedshiftSource Source # 
Instance details

Defined in Amazonka.Glue.Types.RedshiftSource

NFData RedshiftSource Source # 
Instance details

Defined in Amazonka.Glue.Types.RedshiftSource

Methods

rnf :: RedshiftSource -> () #

Eq RedshiftSource Source # 
Instance details

Defined in Amazonka.Glue.Types.RedshiftSource

Hashable RedshiftSource Source # 
Instance details

Defined in Amazonka.Glue.Types.RedshiftSource

type Rep RedshiftSource Source # 
Instance details

Defined in Amazonka.Glue.Types.RedshiftSource

type Rep RedshiftSource = D1 ('MetaData "RedshiftSource" "Amazonka.Glue.Types.RedshiftSource" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "RedshiftSource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "redshiftTmpDir") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tmpDirIAMRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "database") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "table") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newRedshiftSource Source #

Create a value of RedshiftSource 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:redshiftTmpDir:RedshiftSource', redshiftSource_redshiftTmpDir - The Amazon S3 path where temporary data can be staged when copying out of the database.

$sel:tmpDirIAMRole:RedshiftSource', redshiftSource_tmpDirIAMRole - The IAM role with permissions.

$sel:name:RedshiftSource', redshiftSource_name - The name of the Amazon Redshift data store.

$sel:database:RedshiftSource', redshiftSource_database - The database to read from.

$sel:table:RedshiftSource', redshiftSource_table - The database table to read from.

redshiftSource_redshiftTmpDir :: Lens' RedshiftSource (Maybe Text) Source #

The Amazon S3 path where temporary data can be staged when copying out of the database.

redshiftSource_name :: Lens' RedshiftSource Text Source #

The name of the Amazon Redshift data store.

redshiftSource_table :: Lens' RedshiftSource Text Source #

The database table to read from.