Module Values.AllocatePublicVirtualInterfaceRequestSource

Provisions a public virtual interface to be owned by the specified Amazon Web Services account. The owner of a connection calls this function to provision a public virtual interface to be owned by the specified Amazon Web Services account. Virtual interfaces created using this function must be confirmed by the owner using ConfirmPublicVirtualInterface. Until this step has been completed, the virtual interface is in the confirming state and is not available to handle traffic. When creating an IPv6 public virtual interface, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses.

Sourcetype nonrec t = {
  1. connectionId : ConnectionId.t;
    (*

    The ID of the connection on which the public virtual interface is provisioned.

    *)
  2. ownerAccount : OwnerAccount.t;
    (*

    The ID of the Amazon Web Services account that owns the public virtual interface.

    *)
  3. newPublicVirtualInterfaceAllocation : NewPublicVirtualInterfaceAllocation.t;
    (*

    Information about the public virtual interface.

    *)
}
Sourceval context_ : string
Sourceval make : connectionId:ConnectionId.t -> ownerAccount:OwnerAccount.t -> newPublicVirtualInterfaceAllocation:NewPublicVirtualInterfaceAllocation.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ConnectionId.t | `Structure of (string * [> `Enum of string | `Integer of VLAN.t | `List of [> `Structure of (string * [> `String of CIDR.t ]) list ] list | `Long of LongAsn.t | `String of VirtualInterfaceName.t ]) list ]) 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