| 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.DAX.Types.Node
Description
Synopsis
- data Node = Node' {}
- newNode :: Node
- node_availabilityZone :: Lens' Node (Maybe Text)
- node_endpoint :: Lens' Node (Maybe Endpoint)
- node_nodeCreateTime :: Lens' Node (Maybe UTCTime)
- node_nodeId :: Lens' Node (Maybe Text)
- node_nodeStatus :: Lens' Node (Maybe Text)
- node_parameterGroupStatus :: Lens' Node (Maybe Text)
Documentation
Represents an individual node within a DAX cluster.
See: newNode smart constructor.
Constructors
| Node' | |
Fields
| |
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:availabilityZone:Node', node_availabilityZone - The Availability Zone (AZ) in which the node has been deployed.
$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.
$sel:nodeId:Node', node_nodeId - A system-generated identifier for the node.
$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.
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.
node_nodeCreateTime :: Lens' Node (Maybe UTCTime) Source #
The date and time (in UNIX epoch format) when the node was launched.