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

Description

 
Synopsis

Documentation

data MicrosoftSQLServerCatalogTarget Source #

Specifies a target that uses Microsoft SQL.

See: newMicrosoftSQLServerCatalogTarget smart constructor.

Constructors

MicrosoftSQLServerCatalogTarget' 

Fields

Instances

Instances details
FromJSON MicrosoftSQLServerCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.MicrosoftSQLServerCatalogTarget

ToJSON MicrosoftSQLServerCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.MicrosoftSQLServerCatalogTarget

Generic MicrosoftSQLServerCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.MicrosoftSQLServerCatalogTarget

Associated Types

type Rep MicrosoftSQLServerCatalogTarget :: Type -> Type #

Read MicrosoftSQLServerCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.MicrosoftSQLServerCatalogTarget

Show MicrosoftSQLServerCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.MicrosoftSQLServerCatalogTarget

NFData MicrosoftSQLServerCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.MicrosoftSQLServerCatalogTarget

Eq MicrosoftSQLServerCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.MicrosoftSQLServerCatalogTarget

Hashable MicrosoftSQLServerCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.MicrosoftSQLServerCatalogTarget

type Rep MicrosoftSQLServerCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.MicrosoftSQLServerCatalogTarget

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

microsoftSQLServerCatalogTarget_table :: Lens' MicrosoftSQLServerCatalogTarget Text Source #

The name of the table in the database to write to.