| 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.SelectFromCollection
Description
Synopsis
- data SelectFromCollection = SelectFromCollection' {}
- newSelectFromCollection :: Text -> NonEmpty Text -> Natural -> SelectFromCollection
- selectFromCollection_name :: Lens' SelectFromCollection Text
- selectFromCollection_inputs :: Lens' SelectFromCollection (NonEmpty Text)
- selectFromCollection_index :: Lens' SelectFromCollection Natural
Documentation
data SelectFromCollection Source #
Specifies a transform that chooses one DynamicFrame from a collection
of DynamicFrames. The output is the selected DynamicFrame
See: newSelectFromCollection smart constructor.
Constructors
| SelectFromCollection' | |
Instances
newSelectFromCollection Source #
Arguments
| :: Text | |
| -> NonEmpty Text | |
| -> Natural | |
| -> SelectFromCollection |
Create a value of SelectFromCollection 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:SelectFromCollection', selectFromCollection_name - The name of the transform node.
$sel:inputs:SelectFromCollection', selectFromCollection_inputs - The data inputs identified by their node names.
$sel:index:SelectFromCollection', selectFromCollection_index - The index for the DynamicFrame to be selected.
selectFromCollection_name :: Lens' SelectFromCollection Text Source #
The name of the transform node.
selectFromCollection_inputs :: Lens' SelectFromCollection (NonEmpty Text) Source #
The data inputs identified by their node names.
selectFromCollection_index :: Lens' SelectFromCollection Natural Source #
The index for the DynamicFrame to be selected.