Values.CreatePrivateConnectionInputSourceInput for creating a new Private Connection.
type nonrec t = {name : PrivateConnectionName.t;Unique name for this Private Connection within the account.
*)mode : PrivateConnectionMode.t;Private Connection mode configuration.
*)}val make :
?tags:??? ->
name:PrivateConnectionName.t ->
mode:PrivateConnectionMode.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of PrivateConnectionName.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of MaxIpv4AddressesPerEni.t
| `List of [> `String of SubnetId.t ] list
| `String of IpAddressOrDnsName.t ])
list ])
list ])
list ]