Values.AllocatePrivateVirtualInterfaceRequestSourceProvisions a private virtual interface to be owned by the specified Amazon Web Services account. Virtual interfaces created using this action must be confirmed by the owner using ConfirmPrivateVirtualInterface. Until then, the virtual interface is in the Confirming state and is not available to handle traffic.
type nonrec t = {connectionId : ConnectionId.t;The ID of the connection on which the private virtual interface is provisioned.
*)ownerAccount : OwnerAccount.t;The ID of the Amazon Web Services account that owns the virtual private interface.
*)newPrivateVirtualInterfaceAllocation : NewPrivateVirtualInterfaceAllocation.t;Information about the private virtual interface.
*)}val make :
connectionId:ConnectionId.t ->
ownerAccount:OwnerAccount.t ->
newPrivateVirtualInterfaceAllocation:NewPrivateVirtualInterfaceAllocation.t ->
unit ->
tval 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 TagKey.t ]) list ]
list
| `Long of LongAsn.t
| `String of VirtualInterfaceName.t ])
list ])
list ]