| 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.DataPipeline.Types.PipelineObject
Description
Synopsis
Documentation
data PipelineObject Source #
Contains information about a pipeline object. This can be a logical, physical, or physical attempt pipeline object. The complete set of components of a pipeline defines the pipeline.
See: newPipelineObject smart constructor.
Constructors
| PipelineObject' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> PipelineObject |
Create a value of PipelineObject 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:id:PipelineObject', pipelineObject_id - The ID of the object.
$sel:name:PipelineObject', pipelineObject_name - The name of the object.
$sel:fields:PipelineObject', pipelineObject_fields - Key-value pairs that define the properties of the object.
pipelineObject_id :: Lens' PipelineObject Text Source #
The ID of the object.
pipelineObject_name :: Lens' PipelineObject Text Source #
The name of the object.
pipelineObject_fields :: Lens' PipelineObject [Field] Source #
Key-value pairs that define the properties of the object.