Values_1.PrivateDnsNameConfigurationSourceInformation about the private DNS name for the service endpoint.
type nonrec t = {state : Values_0.DnsNameState.t option;The verification state of the VPC endpoint service. Consumers of the endpoint service can use the private name only when the state is verified.
*)type_ : Values_0.String_.t option;The endpoint service verification type, for example TXT.
*)value : Values_0.String_.t option;The value the service provider adds to the private DNS name domain record before verification.
*)name : Values_0.String_.t option;The name of the record subdomain the service provider needs to create. The service provider adds the value text to the name.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]