Module Values.CreateOutboundConnectionRequestSource

Container for the parameters to the CreateOutboundConnection operation.

Sourcetype nonrec t = {
  1. localDomainInfo : DomainInformationContainer.t;
    (*

    Name and Region of the source (local) domain.

    *)
  2. remoteDomainInfo : DomainInformationContainer.t;
    (*

    Name and Region of the destination (remote) domain.

    *)
  3. connectionAlias : ConnectionAlias.t;
    (*

    Name of the connection.

    *)
  4. connectionMode : ConnectionMode.t option;
    (*

    The connection mode.

    *)
  5. connectionProperties : ConnectionProperties.t option;
    (*

    The ConnectionProperties for the outbound connection.

    *)
}
Sourceval context_ : string
Sourceval make : ?connectionMode:??? -> ?connectionProperties:??? -> localDomainInfo:DomainInformationContainer.t -> remoteDomainInfo:DomainInformationContainer.t -> connectionAlias:ConnectionAlias.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ConnectionAlias.t | `Structure of (string * [> `String of Endpoint.t | `Structure of (string * [> `Enum of string | `String of OwnerId.t ]) list ]) 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