Values_6.DescribeRouteServerPeersRequestSourceDescribes 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 = {routeServerPeerIds : Values_3.RouteServerPeerIdsList.t option;The IDs of the route server peers to describe.
*)nextToken : Values_0.String_.t option;The token for the next page of results.
*)maxResults : Values_3.RouteServerMaxResults.t option;The maximum number of results to return with a single call.
*)filters : Values_3.FilterList.t option;One or more filters to apply to the describe request.
*)dryRun : Values_0.Boolean.t option;A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Integer of Values_3.RouteServerMaxResults.t
| `List of
[> `String of Values_1.RouteServerPeerId.t
| `Structure of
(string
* [> `List of [> `String of string ] list
| `String of Values_0.String_.t ])
list ]
list
| `String of Values_0.String_.t ])
list ]