Module Values.StartSourceNetworkRecoveryRequestSource

Deploy VPC for the specified Source Network and modify launch templates to use this network. The VPC will be deployed using a dedicated CloudFormation stack.

Sourcetype nonrec t = {
  1. sourceNetworks : StartSourceNetworkRecoveryRequestNetworkEntries.t;
    (*

    The Source Networks that we want to start a Recovery Job for.

    *)
  2. deployAsNew : Boolean.t option;
    (*

    Don't update existing CloudFormation Stack, recover the network using a new stack.

    *)
  3. tags : TagsMap.t option;
    (*

    The tags to be associated with the Source Network recovery Job.

    *)
}
Sourceval context_ : string
Sourceval make : ?deployAsNew:??? -> ?tags:??? -> sourceNetworks:StartSourceNetworkRecoveryRequestNetworkEntries.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `String of SourceNetworkID.t ]) list ] list | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.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