Values_0.VgwTelemetrySourceDescribes telemetry for a VPN tunnel.
type nonrec t = {acceptedRouteCount : Integer.t option;The number of accepted routes.
*)lastStatusChange : DateTime.t option;The date and time of the last change in status. This field is updated when changes in IKE (Phase 1), IPSec (Phase 2), or BGP status are detected.
*)outsideIpAddress : String_.t option;The Internet-routable IP address of the virtual private gateway's outside interface.
*)status : TelemetryStatus.t option;The status of the VPN tunnel.
*)statusMessage : String_.t option;If an error occurs, a description of the error.
*)certificateArn : String_.t option;The Amazon Resource Name (ARN) of the VPN tunnel endpoint certificate.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `String of String_.t
| `Timestamp of DateTime.t ])
list ]