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 |
Documentation
Represents an individual node within a cluster. Each node runs its own instance of the cluster's protocol-compliant caching software.
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:status:Node'
, node_status
- The status of the service update on the node
$sel:availabilityZone:Node'
, node_availabilityZone
- The Availability Zone in which the node resides
$sel:name:Node'
, node_name
- The node identifier. A node name is a numeric identifier (0001, 0002,
etc.). The combination of cluster name, shard name and node name
uniquely identifies every node used in a customer's Amazon account.
$sel:endpoint:Node'
, node_endpoint
- The hostname for connecting to this node.
$sel:createTime:Node'
, node_createTime
- The date and time when the node was created.
node_availabilityZone :: Lens' Node (Maybe Text) Source #
The Availability Zone in which the node resides