| 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.Panorama.Types.NodeInputPort
Description
Synopsis
- data NodeInputPort = NodeInputPort' {
- defaultValue :: Maybe Text
- description :: Maybe Text
- maxConnections :: Maybe Int
- name :: Maybe Text
- type' :: Maybe PortType
- newNodeInputPort :: NodeInputPort
- nodeInputPort_defaultValue :: Lens' NodeInputPort (Maybe Text)
- nodeInputPort_description :: Lens' NodeInputPort (Maybe Text)
- nodeInputPort_maxConnections :: Lens' NodeInputPort (Maybe Int)
- nodeInputPort_name :: Lens' NodeInputPort (Maybe Text)
- nodeInputPort_type :: Lens' NodeInputPort (Maybe PortType)
Documentation
data NodeInputPort Source #
A node input port.
See: newNodeInputPort smart constructor.
Constructors
| NodeInputPort' | |
Fields
| |
Instances
newNodeInputPort :: NodeInputPort Source #
Create a value of NodeInputPort 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:defaultValue:NodeInputPort', nodeInputPort_defaultValue - The input port's default value.
$sel:description:NodeInputPort', nodeInputPort_description - The input port's description.
$sel:maxConnections:NodeInputPort', nodeInputPort_maxConnections - The input port's max connections.
$sel:name:NodeInputPort', nodeInputPort_name - The input port's name.
$sel:type':NodeInputPort', nodeInputPort_type - The input port's type.
nodeInputPort_defaultValue :: Lens' NodeInputPort (Maybe Text) Source #
The input port's default value.
nodeInputPort_description :: Lens' NodeInputPort (Maybe Text) Source #
The input port's description.
nodeInputPort_maxConnections :: Lens' NodeInputPort (Maybe Int) Source #
The input port's max connections.
nodeInputPort_name :: Lens' NodeInputPort (Maybe Text) Source #
The input port's name.
nodeInputPort_type :: Lens' NodeInputPort (Maybe PortType) Source #
The input port's type.