Values.SplitOperationSourceAn operation that splits a construct into multiple constructs with different CIDR blocks.
type nonrec t = {splitConstructs : SplitConstructs.t option;The list of split targets with their CIDR blocks.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of CidrBlock.t ]) list ]
list ])
list ]