| 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.SplitFields
Description
Synopsis
- data SplitFields = SplitFields' {}
- newSplitFields :: Text -> NonEmpty Text -> SplitFields
- splitFields_name :: Lens' SplitFields Text
- splitFields_inputs :: Lens' SplitFields (NonEmpty Text)
- splitFields_paths :: Lens' SplitFields [[Text]]
Documentation
data SplitFields Source #
Specifies a transform that splits data property keys into two
DynamicFrames. The output is a collection of DynamicFrames: one with
selected data property keys, and one with the remaining data property
keys.
See: newSplitFields smart constructor.
Constructors
| SplitFields' | |
Instances
Arguments
| :: Text | |
| -> NonEmpty Text | |
| -> SplitFields |
Create a value of SplitFields 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:name:SplitFields', splitFields_name - The name of the transform node.
$sel:inputs:SplitFields', splitFields_inputs - The data inputs identified by their node names.
$sel:paths:SplitFields', splitFields_paths - A JSON path to a variable in the data structure.
splitFields_name :: Lens' SplitFields Text Source #
The name of the transform node.
splitFields_inputs :: Lens' SplitFields (NonEmpty Text) Source #
The data inputs identified by their node names.
splitFields_paths :: Lens' SplitFields [[Text]] Source #
A JSON path to a variable in the data structure.