Values.InstantiateSolNetworkInstanceInputSourceInstantiates a network instance. A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed. Before you can instantiate a network instance, you have to create a network instance. For more information, see CreateSolNetworkInstance.
type nonrec t = {additionalParamsForNs : Document.t option;Provides values for the configurable properties.
*)dryRun : Boolean.t option;A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
*)nsInstanceId : NsInstanceId.t;ID of the network instance.
*)}val make :
?additionalParamsForNs:??? ->
?dryRun:??? ->
?tags:??? ->
nsInstanceId:NsInstanceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of NsInstanceId.t
| `Structure of 'a list ])
list ]