Module Values_1.InstanceConnectEndpointPublicDnsNamesSource

The public DNS names of the endpoint, including IPv4-only and dualstack DNS names.

Sourcetype nonrec t = {
  1. ipv4 : InstanceConnectEndpointDnsNames.t option;
    (*

    The IPv4-only DNS name of the EC2 Instance Connect Endpoint.

    *)
  2. 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.

    *)
}
Sourceval make : ?ipv4:??? -> ?dualstack:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of Values_0.String_.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t