Module Values_7.CreateRouteServerEndpointRequestSource

Creates a new endpoint for a route server in a specified subnet. A route server endpoint is an Amazon Web Services-managed component inside a subnet that facilitates BGP (Border Gateway Protocol) connections between your route server and your BGP peers. For more information see Dynamic routing in your VPC with VPC Route Server in the Amazon VPC User Guide.

Sourcetype nonrec t = {
  1. routeServerId : Values_1.RouteServerId.t;
    (*

    The ID of the route server for which to create an endpoint.

    *)
  2. subnetId : Values_0.SubnetId.t;
    (*

    The ID of the subnet in which to create the route server endpoint.

    *)
  3. clientToken : Values_0.String_.t option;
    (*

    Unique, case-sensitive identifier to ensure idempotency of the request.

    *)
  4. 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.

    *)
  5. tagSpecifications : Values_0.TagSpecificationList.t option;
    (*

    The tags to apply to the route server endpoint during creation.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> ?dryRun:??? -> ?tagSpecifications:??? -> routeServerId:Values_1.RouteServerId.t -> subnetId:Values_0.SubnetId.t -> unit -> t
Sourceval 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.RouteServerId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t