Values.AwsEc2VpnConnectionVgwTelemetryDetailsSourceInformation about the VPN tunnel.
type nonrec t = {acceptedRouteCount : Integer.t option;The number of accepted routes.
*)certificateArn : NonEmptyString.t option;The ARN of the VPN tunnel endpoint certificate.
*)lastStatusChange : NonEmptyString.t option;The date and time of the last change in status. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
*)outsideIpAddress : NonEmptyString.t option;The Internet-routable IP address of the virtual private gateway's outside interface.
*)status : NonEmptyString.t option;The status of the VPN tunnel. Valid values are DOWN or UP.
*)statusMessage : NonEmptyString.t option;If an error occurs, a description of the error.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of NonEmptyString.t ]) list ]