VgwTelemetry
public struct VgwTelemetry : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The number of accepted routes.
Declaration
Swift
public let acceptedRouteCount: Int? -
The Amazon Resource Name (ARN) of the VPN tunnel endpoint certificate.
Declaration
Swift
public let certificateArn: String? -
The date and time of the last change in status.
Declaration
Swift
public let lastStatusChange: TimeStamp? -
The Internet-routable IP address of the virtual private gateway’s outside interface.
Declaration
Swift
public let outsideIpAddress: String? -
The status of the VPN tunnel.
Declaration
Swift
public let status: TelemetryStatus? -
If an error occurs, a description of the error.
Declaration
Swift
public let statusMessage: String? -
Undocumented
Declaration
Swift
public init(acceptedRouteCount: Int? = nil, certificateArn: String? = nil, lastStatusChange: TimeStamp? = nil, outsideIpAddress: String? = nil, status: TelemetryStatus? = nil, statusMessage: String? = nil)
View on GitHub
VgwTelemetry Structure Reference