Module Values.SourceNetworkDataSource

Properties of Source Network related to a job event.

Sourcetype nonrec t = {
  1. sourceNetworkID : SourceNetworkID.t option;
    (*

    Source Network ID.

    *)
  2. sourceVpc : VpcID.t option;
    (*

    VPC ID protected by the Source Network.

    *)
  3. targetVpc : VpcID.t option;
    (*

    ID of the recovered VPC following Source Network recovery.

    *)
  4. stackName : LargeBoundedString.t option;
    (*

    CloudFormation stack name that was deployed for recovering the Source Network.

    *)
}
Sourceval make : ?sourceNetworkID:??? -> ?sourceVpc:??? -> ?targetVpc:??? -> ?stackName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of SourceNetworkID.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