libZSservicesZSamazonka-databrewZSamazonka-databrew
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.DataBrew.Types.DatabaseInputDefinition

Description

 
Synopsis

Documentation

data DatabaseInputDefinition Source #

Connection information for dataset input files stored in a database.

See: newDatabaseInputDefinition smart constructor.

Constructors

DatabaseInputDefinition' 

Fields

Instances

Instances details
Eq DatabaseInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseInputDefinition

Read DatabaseInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseInputDefinition

Show DatabaseInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseInputDefinition

Generic DatabaseInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseInputDefinition

Associated Types

type Rep DatabaseInputDefinition :: Type -> Type #

NFData DatabaseInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseInputDefinition

Methods

rnf :: DatabaseInputDefinition -> () #

Hashable DatabaseInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseInputDefinition

ToJSON DatabaseInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseInputDefinition

FromJSON DatabaseInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseInputDefinition

type Rep DatabaseInputDefinition Source # 
Instance details

Defined in Amazonka.DataBrew.Types.DatabaseInputDefinition

type Rep DatabaseInputDefinition = D1 ('MetaData "DatabaseInputDefinition" "Amazonka.DataBrew.Types.DatabaseInputDefinition" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DatabaseInputDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tempDirectory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Location)) :*: (S1 ('MetaSel ('Just "glueConnectionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "databaseTableName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDatabaseInputDefinition Source #

Create a value of DatabaseInputDefinition 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:tempDirectory:DatabaseInputDefinition', databaseInputDefinition_tempDirectory - Undocumented member.

$sel:glueConnectionName:DatabaseInputDefinition', databaseInputDefinition_glueConnectionName - The Glue Connection that stores the connection information for the target database.

$sel:databaseTableName:DatabaseInputDefinition', databaseInputDefinition_databaseTableName - The table within the target database.

databaseInputDefinition_glueConnectionName :: Lens' DatabaseInputDefinition Text Source #

The Glue Connection that stores the connection information for the target database.