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 |
Synopsis
- data SparkConnectorTarget = SparkConnectorTarget' {
- additionalOptions :: Maybe (HashMap Text Text)
- outputSchemas :: Maybe [GlueSchema]
- name :: Text
- inputs :: NonEmpty Text
- connectionName :: Text
- connectorName :: Text
- connectionType :: Text
- newSparkConnectorTarget :: Text -> NonEmpty Text -> Text -> Text -> Text -> SparkConnectorTarget
- sparkConnectorTarget_additionalOptions :: Lens' SparkConnectorTarget (Maybe (HashMap Text Text))
- sparkConnectorTarget_outputSchemas :: Lens' SparkConnectorTarget (Maybe [GlueSchema])
- sparkConnectorTarget_name :: Lens' SparkConnectorTarget Text
- sparkConnectorTarget_inputs :: Lens' SparkConnectorTarget (NonEmpty Text)
- sparkConnectorTarget_connectionName :: Lens' SparkConnectorTarget Text
- sparkConnectorTarget_connectorName :: Lens' SparkConnectorTarget Text
- sparkConnectorTarget_connectionType :: Lens' SparkConnectorTarget Text
Documentation
data SparkConnectorTarget Source #
Specifies a target that uses an Apache Spark connector.
See: newSparkConnectorTarget
smart constructor.
SparkConnectorTarget' | |
|
Instances
newSparkConnectorTarget Source #
Create a value of SparkConnectorTarget
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:SparkConnectorTarget'
, sparkConnectorTarget_additionalOptions
- Additional connection options for the connector.
$sel:outputSchemas:SparkConnectorTarget'
, sparkConnectorTarget_outputSchemas
- Specifies the data schema for the custom spark target.
$sel:name:SparkConnectorTarget'
, sparkConnectorTarget_name
- The name of the data target.
$sel:inputs:SparkConnectorTarget'
, sparkConnectorTarget_inputs
- The nodes that are inputs to the data target.
$sel:connectionName:SparkConnectorTarget'
, sparkConnectorTarget_connectionName
- The name of a connection for an Apache Spark connector.
$sel:connectorName:SparkConnectorTarget'
, sparkConnectorTarget_connectorName
- The name of an Apache Spark connector.
$sel:connectionType:SparkConnectorTarget'
, sparkConnectorTarget_connectionType
- The type of connection, such as marketplace.spark or custom.spark,
designating a connection to an Apache Spark data store.
sparkConnectorTarget_additionalOptions :: Lens' SparkConnectorTarget (Maybe (HashMap Text Text)) Source #
Additional connection options for the connector.
sparkConnectorTarget_outputSchemas :: Lens' SparkConnectorTarget (Maybe [GlueSchema]) Source #
Specifies the data schema for the custom spark target.
sparkConnectorTarget_name :: Lens' SparkConnectorTarget Text Source #
The name of the data target.
sparkConnectorTarget_inputs :: Lens' SparkConnectorTarget (NonEmpty Text) Source #
The nodes that are inputs to the data target.
sparkConnectorTarget_connectionName :: Lens' SparkConnectorTarget Text Source #
The name of a connection for an Apache Spark connector.
sparkConnectorTarget_connectorName :: Lens' SparkConnectorTarget Text Source #
The name of an Apache Spark connector.
sparkConnectorTarget_connectionType :: Lens' SparkConnectorTarget Text Source #
The type of connection, such as marketplace.spark or custom.spark, designating a connection to an Apache Spark data store.