AWSNetworkVPNConnectionVGWTelemetry
No description
type AWSNetworkVPNConnectionVGWTelemetry {
numberOfAcceptedRoute: Int!
certificateArn: String!
lastStatusChangedAt: DateTime
outsideIpAddress: String!
status: AWSNetworkVPNConnectionVGWTelemetryStatusType!
statusMessage: String!
}
Fields
AWSNetworkVPNConnectionVGWTelemetry.numberOfAcceptedRoute ● Int! non-null scalar
The number of accepted routes
AWSNetworkVPNConnectionVGWTelemetry.certificateArn ● String! non-null scalar
The Amazon Resource Name (ARN) of the VPN tunnel endpoint certificate
AWSNetworkVPNConnectionVGWTelemetry.lastStatusChangedAt ● DateTime scalar
The date and time of the last change in status
AWSNetworkVPNConnectionVGWTelemetry.outsideIpAddress ● String! non-null scalar
The Internet-routable IP address of the virtual private gateway's outside interface
AWSNetworkVPNConnectionVGWTelemetry.status ● AWSNetworkVPNConnectionVGWTelemetryStatusType! non-null enum
The status of the VPN tunnel
AWSNetworkVPNConnectionVGWTelemetry.statusMessage ● String! non-null scalar
If an error occurs, a description of the error.
Member of
AWSNetworkVPNConnection object