Values.AwsElasticsearchDomainVPCOptionsSourceInformation that OpenSearch derives based on VPCOptions for the domain.
type nonrec t = {availabilityZones : NonEmptyStringList.t option;The list of Availability Zones associated with the VPC subnets.
*)securityGroupIds : NonEmptyStringList.t option;The list of security group IDs associated with the VPC endpoints for the domain.
*)subnetIds : NonEmptyStringList.t option;A list of subnet IDs associated with the VPC endpoints for the domain.
*)vPCId : NonEmptyString.t option;ID for the VPC.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t ])
list ]