Values_7.CreateRouteServerPeerRequestSourceCreates a new BGP peer for a specified route server endpoint. 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 = {routeServerEndpointId : Values_1.RouteServerEndpointId.t;The ID of the route server endpoint for which to create a peer.
*)peerAddress : Values_0.String_.t;The IPv4 address of the peer device.
*)bgpOptions : Values_4.RouteServerBgpOptionsRequest.t;The BGP options for the peer, including ASN (Autonomous System Number) and BFD (Bidrectional Forwarding Detection) settings.
*)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.
*)tagSpecifications : Values_0.TagSpecificationList.t option;The tags to apply to the route server peer during creation.
*)}val make :
?dryRun:??? ->
?tagSpecifications:??? ->
routeServerEndpointId:Values_1.RouteServerEndpointId.t ->
peerAddress:Values_0.String_.t ->
bgpOptions:Values_4.RouteServerBgpOptionsRequest.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ]
list ])
list ]
list
| `String of Values_1.RouteServerEndpointId.t
| `Structure of
(string * [> `Enum of string | `Long of Values_0.Long.t ]) list ])
list ]