| 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.SparkConnectorSource
Description
Synopsis
- data SparkConnectorSource = SparkConnectorSource' {
- additionalOptions :: Maybe (HashMap Text Text)
- outputSchemas :: Maybe [GlueSchema]
- name :: Text
- connectionName :: Text
- connectorName :: Text
- connectionType :: Text
- newSparkConnectorSource :: Text -> Text -> Text -> Text -> SparkConnectorSource
- sparkConnectorSource_additionalOptions :: Lens' SparkConnectorSource (Maybe (HashMap Text Text))
- sparkConnectorSource_outputSchemas :: Lens' SparkConnectorSource (Maybe [GlueSchema])
- sparkConnectorSource_name :: Lens' SparkConnectorSource Text
- sparkConnectorSource_connectionName :: Lens' SparkConnectorSource Text
- sparkConnectorSource_connectorName :: Lens' SparkConnectorSource Text
- sparkConnectorSource_connectionType :: Lens' SparkConnectorSource Text
Documentation
data SparkConnectorSource Source #
Specifies a connector to an Apache Spark data source.
See: newSparkConnectorSource smart constructor.
Constructors
| SparkConnectorSource' | |
Fields
| |
Instances
newSparkConnectorSource Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> Text | |
| -> SparkConnectorSource |
Create a value of SparkConnectorSource 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:SparkConnectorSource', sparkConnectorSource_additionalOptions - Additional connection options for the connector.
$sel:outputSchemas:SparkConnectorSource', sparkConnectorSource_outputSchemas - Specifies data schema for the custom spark source.
$sel:name:SparkConnectorSource', sparkConnectorSource_name - The name of the data source.
$sel:connectionName:SparkConnectorSource', sparkConnectorSource_connectionName - The name of the connection that is associated with the connector.
$sel:connectorName:SparkConnectorSource', sparkConnectorSource_connectorName - The name of a connector that assists with accessing the data store in
Glue Studio.
$sel:connectionType:SparkConnectorSource', sparkConnectorSource_connectionType - The type of connection, such as marketplace.spark or custom.spark,
designating a connection to an Apache Spark data store.
sparkConnectorSource_additionalOptions :: Lens' SparkConnectorSource (Maybe (HashMap Text Text)) Source #
Additional connection options for the connector.
sparkConnectorSource_outputSchemas :: Lens' SparkConnectorSource (Maybe [GlueSchema]) Source #
Specifies data schema for the custom spark source.
sparkConnectorSource_name :: Lens' SparkConnectorSource Text Source #
The name of the data source.
sparkConnectorSource_connectionName :: Lens' SparkConnectorSource Text Source #
The name of the connection that is associated with the connector.
sparkConnectorSource_connectorName :: Lens' SparkConnectorSource Text Source #
The name of a connector that assists with accessing the data store in Glue Studio.
sparkConnectorSource_connectionType :: Lens' SparkConnectorSource Text Source #
The type of connection, such as marketplace.spark or custom.spark, designating a connection to an Apache Spark data store.