Values_1.InstanceConnectEndpointPublicDnsNamesSourceThe public DNS names of the endpoint, including IPv4-only and dualstack DNS names.
type nonrec t = {ipv4 : InstanceConnectEndpointDnsNames.t option;The IPv4-only DNS name of the EC2 Instance Connect Endpoint.
*)dualstack : InstanceConnectEndpointDnsNames.t option;The dualstack DNS name of the EC2 Instance Connect Endpoint. A dualstack DNS name supports connections from both IPv4 and IPv6 clients.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of Values_0.String_.t ]) list ])
list ]