| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Glue.Types.JDBCConnectorSource
Description
Synopsis
- data JDBCConnectorSource = JDBCConnectorSource' {}
- newJDBCConnectorSource :: Text -> Text -> Text -> Text -> JDBCConnectorSource
- jDBCConnectorSource_additionalOptions :: Lens' JDBCConnectorSource (Maybe JDBCConnectorOptions)
- jDBCConnectorSource_connectionTable :: Lens' JDBCConnectorSource (Maybe Text)
- jDBCConnectorSource_outputSchemas :: Lens' JDBCConnectorSource (Maybe [GlueSchema])
- jDBCConnectorSource_query :: Lens' JDBCConnectorSource (Maybe Text)
- jDBCConnectorSource_name :: Lens' JDBCConnectorSource Text
- jDBCConnectorSource_connectionName :: Lens' JDBCConnectorSource Text
- jDBCConnectorSource_connectorName :: Lens' JDBCConnectorSource Text
- jDBCConnectorSource_connectionType :: Lens' JDBCConnectorSource Text
Documentation
data JDBCConnectorSource Source #
Specifies a connector to a JDBC data source.
See: newJDBCConnectorSource smart constructor.
Constructors
| JDBCConnectorSource' | |
Fields
| |
Instances
newJDBCConnectorSource Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> Text | |
| -> JDBCConnectorSource |
Create a value of JDBCConnectorSource 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:additionalOptions:JDBCConnectorSource', jDBCConnectorSource_additionalOptions - Additional connection options for the connector.
$sel:connectionTable:JDBCConnectorSource', jDBCConnectorSource_connectionTable - The name of the table in the data source.
$sel:outputSchemas:JDBCConnectorSource', jDBCConnectorSource_outputSchemas - Specifies the data schema for the custom JDBC source.
$sel:query:JDBCConnectorSource', jDBCConnectorSource_query - The table or SQL query to get the data from. You can specify either
ConnectionTable or query, but not both.
$sel:name:JDBCConnectorSource', jDBCConnectorSource_name - The name of the data source.
$sel:connectionName:JDBCConnectorSource', jDBCConnectorSource_connectionName - The name of the connection that is associated with the connector.
$sel:connectorName:JDBCConnectorSource', jDBCConnectorSource_connectorName - The name of a connector that assists with accessing the data store in
Glue Studio.
$sel:connectionType:JDBCConnectorSource', jDBCConnectorSource_connectionType - The type of connection, such as marketplace.jdbc or custom.jdbc,
designating a connection to a JDBC data store.
jDBCConnectorSource_additionalOptions :: Lens' JDBCConnectorSource (Maybe JDBCConnectorOptions) Source #
Additional connection options for the connector.
jDBCConnectorSource_connectionTable :: Lens' JDBCConnectorSource (Maybe Text) Source #
The name of the table in the data source.
jDBCConnectorSource_outputSchemas :: Lens' JDBCConnectorSource (Maybe [GlueSchema]) Source #
Specifies the data schema for the custom JDBC source.
jDBCConnectorSource_query :: Lens' JDBCConnectorSource (Maybe Text) Source #
The table or SQL query to get the data from. You can specify either
ConnectionTable or query, but not both.
jDBCConnectorSource_name :: Lens' JDBCConnectorSource Text Source #
The name of the data source.
jDBCConnectorSource_connectionName :: Lens' JDBCConnectorSource Text Source #
The name of the connection that is associated with the connector.
jDBCConnectorSource_connectorName :: Lens' JDBCConnectorSource Text Source #
The name of a connector that assists with accessing the data store in Glue Studio.
jDBCConnectorSource_connectionType :: Lens' JDBCConnectorSource Text Source #
The type of connection, such as marketplace.jdbc or custom.jdbc, designating a connection to a JDBC data store.