Values.VPCDerivedInfoSourceOptions to specify the subnets and security groups for VPC endpoint. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains.
type nonrec t = {vPCId : String_.t option;The VPC Id for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.
*)subnetIds : StringList.t option;Specifies the subnets for VPC endpoint.
*)availabilityZones : StringList.t option;The availability zones for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.
*)securityGroupIds : StringList.t option;Specifies the security groups for VPC endpoint.
*)}