Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data Node = Node' {}
- newNode :: Node
- node_triggerDetails :: Lens' Node (Maybe TriggerNodeDetails)
- node_uniqueId :: Lens' Node (Maybe Text)
- node_crawlerDetails :: Lens' Node (Maybe CrawlerNodeDetails)
- node_name :: Lens' Node (Maybe Text)
- node_jobDetails :: Lens' Node (Maybe JobNodeDetails)
- node_type :: Lens' Node (Maybe NodeType)
Documentation
A node represents an Glue component (trigger, crawler, or job) on a workflow graph.
See: newNode
smart constructor.
Node' | |
|
Instances
Create a value of Node
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:triggerDetails:Node'
, node_triggerDetails
- Details of the Trigger when the node represents a Trigger.
$sel:uniqueId:Node'
, node_uniqueId
- The unique Id assigned to the node within the workflow.
$sel:crawlerDetails:Node'
, node_crawlerDetails
- Details of the crawler when the node represents a crawler.
$sel:name:Node'
, node_name
- The name of the Glue component represented by the node.
$sel:jobDetails:Node'
, node_jobDetails
- Details of the Job when the node represents a Job.
$sel:type':Node'
, node_type
- The type of Glue component represented by the node.
node_triggerDetails :: Lens' Node (Maybe TriggerNodeDetails) Source #
Details of the Trigger when the node represents a Trigger.
node_uniqueId :: Lens' Node (Maybe Text) Source #
The unique Id assigned to the node within the workflow.
node_crawlerDetails :: Lens' Node (Maybe CrawlerNodeDetails) Source #
Details of the crawler when the node represents a crawler.
node_name :: Lens' Node (Maybe Text) Source #
The name of the Glue component represented by the node.
node_jobDetails :: Lens' Node (Maybe JobNodeDetails) Source #
Details of the Job when the node represents a Job.