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

Description

 
Synopsis

Documentation

data MicrosoftSQLServerCatalogSource Source #

Specifies a Microsoft SQL server data source in the Glue Data Catalog.

See: newMicrosoftSQLServerCatalogSource smart constructor.

Constructors

MicrosoftSQLServerCatalogSource' 

Fields

  • name :: Text

    The name of the data source.

  • database :: Text

    The name of the database to read from.

  • table :: Text

    The name of the table in the database to read from.

Instances

Instances details
FromJSON MicrosoftSQLServerCatalogSource Source # 
Instance details

Defined in Amazonka.Glue.Types.MicrosoftSQLServerCatalogSource

ToJSON MicrosoftSQLServerCatalogSource Source # 
Instance details

Defined in Amazonka.Glue.Types.MicrosoftSQLServerCatalogSource

Generic MicrosoftSQLServerCatalogSource Source # 
Instance details

Defined in Amazonka.Glue.Types.MicrosoftSQLServerCatalogSource

Associated Types

type Rep MicrosoftSQLServerCatalogSource :: Type -> Type #

Read MicrosoftSQLServerCatalogSource Source # 
Instance details

Defined in Amazonka.Glue.Types.MicrosoftSQLServerCatalogSource

Show MicrosoftSQLServerCatalogSource Source # 
Instance details

Defined in Amazonka.Glue.Types.MicrosoftSQLServerCatalogSource

NFData MicrosoftSQLServerCatalogSource Source # 
Instance details

Defined in Amazonka.Glue.Types.MicrosoftSQLServerCatalogSource

Eq MicrosoftSQLServerCatalogSource Source # 
Instance details

Defined in Amazonka.Glue.Types.MicrosoftSQLServerCatalogSource

Hashable MicrosoftSQLServerCatalogSource Source # 
Instance details

Defined in Amazonka.Glue.Types.MicrosoftSQLServerCatalogSource

type Rep MicrosoftSQLServerCatalogSource Source # 
Instance details

Defined in Amazonka.Glue.Types.MicrosoftSQLServerCatalogSource

type Rep MicrosoftSQLServerCatalogSource = D1 ('MetaData "MicrosoftSQLServerCatalogSource" "Amazonka.Glue.Types.MicrosoftSQLServerCatalogSource" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "MicrosoftSQLServerCatalogSource'" 'PrefixI 'True) (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))))

newMicrosoftSQLServerCatalogSource Source #

Create a value of MicrosoftSQLServerCatalogSource 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:name:MicrosoftSQLServerCatalogSource', microsoftSQLServerCatalogSource_name - The name of the data source.

$sel:database:MicrosoftSQLServerCatalogSource', microsoftSQLServerCatalogSource_database - The name of the database to read from.

$sel:table:MicrosoftSQLServerCatalogSource', microsoftSQLServerCatalogSource_table - The name of the table in the database to read from.

microsoftSQLServerCatalogSource_table :: Lens' MicrosoftSQLServerCatalogSource Text Source #

The name of the table in the database to read from.