

# Node
<a name="API_Node"></a>

Represents an individual node within a cluster. Each node runs its own instance of the cluster's protocol-compliant caching software.

## Contents
<a name="API_Node_Contents"></a>

 ** AvailabilityZone **   <a name="MemoryDB-Type-Node-AvailabilityZone"></a>
The Availability Zone in which the node resides  
Type: String  
Required: No

 ** CreateTime **   <a name="MemoryDB-Type-Node-CreateTime"></a>
The date and time when the node was created.  
Type: Timestamp  
Required: No

 ** Endpoint **   <a name="MemoryDB-Type-Node-Endpoint"></a>
The hostname for connecting to this node.  
Type: [Endpoint](API_Endpoint.md) object  
Required: No

 ** Name **   <a name="MemoryDB-Type-Node-Name"></a>
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.  
Type: String  
Required: No

 ** Status **   <a name="MemoryDB-Type-Node-Status"></a>
The status of the service update on the node  
Type: String  
Required: No

## See Also
<a name="API_Node_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/memorydb-2021-01-01/Node) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/memorydb-2021-01-01/Node) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/memorydb-2021-01-01/Node) 