class Aws::SecurityHub::Types::AwsEc2VpnConnectionVgwTelemetryDetails

Information about the VPN tunnel.

@note When making an API call, you may pass AwsEc2VpnConnectionVgwTelemetryDetails

data as a hash:

    {
      accepted_route_count: 1,
      certificate_arn: "NonEmptyString",
      last_status_change: "NonEmptyString",
      outside_ip_address: "NonEmptyString",
      status: "NonEmptyString",
      status_message: "NonEmptyString",
    }

@!attribute [rw] accepted_route_count

The number of accepted routes.
@return [Integer]

@!attribute [rw] certificate_arn

The ARN of the VPN tunnel endpoint certificate.
@return [String]

@!attribute [rw] last_status_change

The date and time of the last change in status.

Uses the `date-time` format specified in [RFC 3339 section 5.6,
Internet Date/Time Format][1]. The value cannot contain spaces. For
example, `2020-03-22T13:22:13.933Z`.

[1]: https://tools.ietf.org/html/rfc3339#section-5.6
@return [String]

@!attribute [rw] outside_ip_address

The Internet-routable IP address of the virtual private gateway's
outside interface.
@return [String]

@!attribute [rw] status

The status of the VPN tunnel.
@return [String]

@!attribute [rw] status_message

If an error occurs, a description of the error.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEc2VpnConnectionVgwTelemetryDetails AWS API Documentation

Constants

SENSITIVE