VpnConnectionVgwTelemetry

data class VpnConnectionVgwTelemetry(val acceptedRouteCount: Int? = null, val certificateArn: String? = null, val lastStatusChange: String? = null, val outsideIpAddress: String? = null, val status: String? = null, val statusMessage: String? = null)

Constructors

Link copied to clipboard
constructor(acceptedRouteCount: Int? = null, certificateArn: String? = null, lastStatusChange: String? = null, outsideIpAddress: String? = null, status: String? = null, statusMessage: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val acceptedRouteCount: Int? = null

The number of accepted routes.

Link copied to clipboard
val certificateArn: String? = null

The Amazon Resource Name (ARN) of the VPN tunnel endpoint certificate.

Link copied to clipboard

The date and time of the last change in status.

Link copied to clipboard

The Internet-routable IP address of the virtual private gateway's outside interface.

Link copied to clipboard
val status: String? = null

The status of the VPN tunnel.

Link copied to clipboard
val statusMessage: String? = null

If an error occurs, a description of the error.