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