Values_6.DescribeRouteServerPeersResultSourceDescribes one or more route server peers. A route server peer is a session between a route server endpoint and the device deployed in Amazon Web Services (such as a firewall appliance or other network security function running on an EC2 instance). The device must meet these requirements: Have an elastic network interface in the VPC Support BGP (Border Gateway Protocol) Can initiate BGP sessions For more information see Dynamic routing in your VPC with VPC Route Server in the Amazon VPC User Guide.
type nonrec t = {routeServerPeers : Values_3.RouteServerPeersList.t option;Information about the described route server peers.
*)nextToken : Values_0.String_.t option;The token to use to retrieve the next page of results. This value is null when there are no more results to return.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of string ]) list ]
list
| `String of Values_1.RouteServerPeerId.t
| `Structure of
(string
* [> `Enum of string | `Long of Values_0.Long.t ])
list ])
list ]
list
| `String of Values_0.String_.t ])
list ]