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_nodeStatus :: Lens' Node (Maybe Text)
- node_parameterGroupStatus :: Lens' Node (Maybe Text)
- node_availabilityZone :: Lens' Node (Maybe Text)
- node_nodeId :: Lens' Node (Maybe Text)
- node_endpoint :: Lens' Node (Maybe Endpoint)
- node_nodeCreateTime :: Lens' Node (Maybe UTCTime)
Documentation
Represents an individual node within a DAX cluster.
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:nodeStatus:Node'
, node_nodeStatus
- The current status of the node. For example: available
.
$sel:parameterGroupStatus:Node'
, node_parameterGroupStatus
- The status of the parameter group associated with this node. For
example, in-sync
.
$sel:availabilityZone:Node'
, node_availabilityZone
- The Availability Zone (AZ) in which the node has been deployed.
$sel:nodeId:Node'
, node_nodeId
- A system-generated identifier for the node.
$sel:endpoint:Node'
, node_endpoint
- The endpoint for the node, consisting of a DNS name and a port number.
Client applications can connect directly to a node endpoint, if desired
(as an alternative to allowing DAX client software to intelligently
route requests and responses to nodes in the DAX cluster.
$sel:nodeCreateTime:Node'
, node_nodeCreateTime
- The date and time (in UNIX epoch format) when the node was launched.
node_nodeStatus :: Lens' Node (Maybe Text) Source #
The current status of the node. For example: available
.
node_parameterGroupStatus :: Lens' Node (Maybe Text) Source #
The status of the parameter group associated with this node. For
example, in-sync
.
node_availabilityZone :: Lens' Node (Maybe Text) Source #
The Availability Zone (AZ) in which the node has been deployed.
node_endpoint :: Lens' Node (Maybe Endpoint) Source #
The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.