Values.ConnectivityInfoSourceInformation about a Greengrass core's connectivity.
type nonrec t = {hostAddress : string option;The endpoint for the Greengrass core. Can be an IP address or DNS.
*)id : string option;The ID of the connectivity information.
*)metadata : string option;Metadata for this endpoint.
*)portNumber : int option;The port of the Greengrass core. Usually 8883.
*)}