Values.VPCDerivedInfoSourceInformation about the subnets and security groups for an Amazon OpenSearch Service domain provisioned within a virtual private cloud (VPC). For more information, see Launching your Amazon OpenSearch Service domains using a VPC. This information only exists if the domain was created with VPCOptions.
type nonrec t = {vPCId : String_.t option;The ID for your VPC. Amazon VPC generates this value when you create a VPC.
*)subnetIds : StringList.t option;A list of subnet IDs associated with the VPC endpoints for the domain.
*)availabilityZones : StringList.t option;The list of Availability Zones associated with the VPC subnets.
*)securityGroupIds : StringList.t option;The list of security group IDs associated with the VPC endpoints for the domain.
*)egressEnabled : Boolean.t option;Indicates whether egress traffic from the domain is routed through the customer VPC. When true, outbound traffic flows through the VPC. When false, outbound traffic goes through the public internet.
*)}