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
Documentation
data ClusterNode Source #
The identifier of a node in a cluster.
See: newClusterNode
smart constructor.
ClusterNode' | |
|
Instances
newClusterNode :: ClusterNode Source #
Create a value of ClusterNode
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:nodeRole:ClusterNode'
, clusterNode_nodeRole
- Whether the node is a leader node or a compute node.
$sel:privateIPAddress:ClusterNode'
, clusterNode_privateIPAddress
- The private IP address of a node within a cluster.
$sel:publicIPAddress:ClusterNode'
, clusterNode_publicIPAddress
- The public IP address of a node within a cluster.
clusterNode_nodeRole :: Lens' ClusterNode (Maybe Text) Source #
Whether the node is a leader node or a compute node.
clusterNode_privateIPAddress :: Lens' ClusterNode (Maybe Text) Source #
The private IP address of a node within a cluster.
clusterNode_publicIPAddress :: Lens' ClusterNode (Maybe Text) Source #
The public IP address of a node within a cluster.