| 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.MemoryDb.Types.Node
Description
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.
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 in which the node resides
$sel:createTime:Node', node_createTime - The date and time when the node was created.
$sel:endpoint:Node', node_endpoint - The hostname for connecting to this node.
$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:status:Node', node_status - The status of the service update on the node
node_availabilityZone :: Lens' Node (Maybe Text) Source #
The Availability Zone in which the node resides