| 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.JDBCConnectorTarget
Description
Synopsis
- data JDBCConnectorTarget = JDBCConnectorTarget' {
- additionalOptions :: Maybe (HashMap Text Text)
- outputSchemas :: Maybe [GlueSchema]
- name :: Text
- inputs :: NonEmpty Text
- connectionName :: Text
- connectionTable :: Text
- connectorName :: Text
- connectionType :: Text
- newJDBCConnectorTarget :: Text -> NonEmpty Text -> Text -> Text -> Text -> Text -> JDBCConnectorTarget
- jDBCConnectorTarget_additionalOptions :: Lens' JDBCConnectorTarget (Maybe (HashMap Text Text))
- jDBCConnectorTarget_outputSchemas :: Lens' JDBCConnectorTarget (Maybe [GlueSchema])
- jDBCConnectorTarget_name :: Lens' JDBCConnectorTarget Text
- jDBCConnectorTarget_inputs :: Lens' JDBCConnectorTarget (NonEmpty Text)
- jDBCConnectorTarget_connectionName :: Lens' JDBCConnectorTarget Text
- jDBCConnectorTarget_connectionTable :: Lens' JDBCConnectorTarget Text
- jDBCConnectorTarget_connectorName :: Lens' JDBCConnectorTarget Text
- jDBCConnectorTarget_connectionType :: Lens' JDBCConnectorTarget Text
Documentation
data JDBCConnectorTarget Source #
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
See: newJDBCConnectorTarget smart constructor.
Constructors
| JDBCConnectorTarget' | |
Fields
| |
Instances
newJDBCConnectorTarget Source #
Create a value of JDBCConnectorTarget 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:JDBCConnectorTarget', jDBCConnectorTarget_additionalOptions - Additional connection options for the connector.
$sel:outputSchemas:JDBCConnectorTarget', jDBCConnectorTarget_outputSchemas - Specifies the data schema for the JDBC target.
$sel:name:JDBCConnectorTarget', jDBCConnectorTarget_name - The name of the data target.
$sel:inputs:JDBCConnectorTarget', jDBCConnectorTarget_inputs - The nodes that are inputs to the data target.
$sel:connectionName:JDBCConnectorTarget', jDBCConnectorTarget_connectionName - The name of the connection that is associated with the connector.
$sel:connectionTable:JDBCConnectorTarget', jDBCConnectorTarget_connectionTable - The name of the table in the data target.
$sel:connectorName:JDBCConnectorTarget', jDBCConnectorTarget_connectorName - The name of a connector that will be used.
$sel:connectionType:JDBCConnectorTarget', jDBCConnectorTarget_connectionType - The type of connection, such as marketplace.jdbc or custom.jdbc,
designating a connection to a JDBC data target.
jDBCConnectorTarget_additionalOptions :: Lens' JDBCConnectorTarget (Maybe (HashMap Text Text)) Source #
Additional connection options for the connector.
jDBCConnectorTarget_outputSchemas :: Lens' JDBCConnectorTarget (Maybe [GlueSchema]) Source #
Specifies the data schema for the JDBC target.
jDBCConnectorTarget_name :: Lens' JDBCConnectorTarget Text Source #
The name of the data target.
jDBCConnectorTarget_inputs :: Lens' JDBCConnectorTarget (NonEmpty Text) Source #
The nodes that are inputs to the data target.
jDBCConnectorTarget_connectionName :: Lens' JDBCConnectorTarget Text Source #
The name of the connection that is associated with the connector.
jDBCConnectorTarget_connectionTable :: Lens' JDBCConnectorTarget Text Source #
The name of the table in the data target.
jDBCConnectorTarget_connectorName :: Lens' JDBCConnectorTarget Text Source #
The name of a connector that will be used.
jDBCConnectorTarget_connectionType :: Lens' JDBCConnectorTarget Text Source #
The type of connection, such as marketplace.jdbc or custom.jdbc, designating a connection to a JDBC data target.