Values.VpcConfigurationSourceConfiguration details about the network where the Privatelink endpoint of the cluster resides.
type nonrec t = {vpcId : VpcIdString.t option;The identifier of the VPC endpoint.
*)securityGroupIds : SecurityGroupIdList.t option;The unique identifier of the VPC security group applied to the VPC endpoint ENI for the cluster.
*)subnetIds : SubnetIdList.t option;The identifier of the subnet that the Privatelink VPC endpoint uses to connect to the cluster.
*)ipAddressType : IPAddressType.t option;The IP address type for cluster network configuration parameters. The following type is available: IP_V4 – IP address version 4
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of SecurityGroupIdString.t ] list
| `String of VpcIdString.t ])
list ]