Values.StartSourceNetworkRecoveryRequestSourceDeploy VPC for the specified Source Network and modify launch templates to use this network. The VPC will be deployed using a dedicated CloudFormation stack.
type nonrec t = {sourceNetworks : StartSourceNetworkRecoveryRequestNetworkEntries.t;The Source Networks that we want to start a Recovery Job for.
*)deployAsNew : Boolean.t option;Don't update existing CloudFormation Stack, recover the network using a new stack.
*)}val make :
?deployAsNew:??? ->
?tags:??? ->
sourceNetworks:StartSourceNetworkRecoveryRequestNetworkEntries.t ->
unit ->
tval 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 ]