Module Values.AllocateTransitVirtualInterfaceRequestSource

Provisions a transit virtual interface to be owned by the specified Amazon Web Services account. Use this type of interface to connect a transit gateway to your Direct Connect gateway. The owner of a connection provisions a transit virtual interface to be owned by the specified Amazon Web Services account. After you create a transit virtual interface, it must be confirmed by the owner using ConfirmTransitVirtualInterface. Until this step has been completed, the transit virtual interface is in the requested state and is not available to handle traffic.

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

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

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

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

    *)
  3. newTransitVirtualInterfaceAllocation : NewTransitVirtualInterfaceAllocation.t;
    (*

    Information about the transit virtual interface.

    *)
}
Sourceval context_ : string
Sourceval make : connectionId:ConnectionId.t -> ownerAccount:OwnerAccount.t -> newTransitVirtualInterfaceAllocation:NewTransitVirtualInterfaceAllocation.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 TagKey.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