

# RouteServerEndpoint
<a name="API_RouteServerEndpoint"></a>

Describes a route server endpoint and its properties.

A route server endpoint is an AWS-managed component inside a subnet that facilitates [BGP (Border Gateway Protocol)](https://en.wikipedia.org/wiki/Border_Gateway_Protocol) connections between your route server and your BGP peers.

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

 ** eniAddress **   
The IP address of the Elastic network interface for the endpoint.  
Type: String  
Required: No

 ** eniId **   
The ID of the Elastic network interface for the endpoint.  
Type: String  
Required: No

 ** failureReason **   
The reason for any failure in endpoint creation or operation.  
Type: String  
Required: No

 ** routeServerEndpointId **   
The unique identifier of the route server endpoint.  
Type: String  
Required: No

 ** routeServerId **   
The ID of the route server associated with this endpoint.  
Type: String  
Required: No

 ** state **   
The current state of the route server endpoint.  
Type: String  
Valid Values: `pending | available | deleting | deleted | failing | failed | delete-failed`   
Required: No

 ** subnetId **   
The ID of the subnet to place the route server endpoint into.  
Type: String  
Required: No

 ** TagSet.N **   
Any tags assigned to the route server endpoint.  
Type: Array of [Tag](API_Tag.md) objects  
Required: No

 ** vpcId **   
The ID of the VPC containing the endpoint.  
Type: String  
Required: No

## See Also
<a name="API_RouteServerEndpoint_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/ec2-2016-11-15/RouteServerEndpoint) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/ec2-2016-11-15/RouteServerEndpoint) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/ec2-2016-11-15/RouteServerEndpoint) 