Class: Aws::EC2::Types::ClientVpnConnection

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes a client connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_ipString

The IP address of the client.

Returns:

  • (String)


6574
6575
6576
6577
6578
6579
6580
6581
6582
6583
6584
6585
6586
6587
6588
6589
6590
6591
6592
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6574

class ClientVpnConnection < Struct.new(
  :client_vpn_endpoint_id,
  :timestamp,
  :connection_id,
  :username,
  :connection_established_time,
  :ingress_bytes,
  :egress_bytes,
  :ingress_packets,
  :egress_packets,
  :client_ip,
  :client_ipv_6_address,
  :common_name,
  :status,
  :connection_end_time,
  :posture_compliance_statuses)
  SENSITIVE = []
  include Aws::Structure
end

#client_ipv_6_addressString

The IPv6 address assigned to the client connection when using a dual-stack Client VPN endpoint. This field is only populated when the endpoint is configured for dual-stack addressing, and the client is using IPv6 for connectivity.

Returns:

  • (String)


6574
6575
6576
6577
6578
6579
6580
6581
6582
6583
6584
6585
6586
6587
6588
6589
6590
6591
6592
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6574

class ClientVpnConnection < Struct.new(
  :client_vpn_endpoint_id,
  :timestamp,
  :connection_id,
  :username,
  :connection_established_time,
  :ingress_bytes,
  :egress_bytes,
  :ingress_packets,
  :egress_packets,
  :client_ip,
  :client_ipv_6_address,
  :common_name,
  :status,
  :connection_end_time,
  :posture_compliance_statuses)
  SENSITIVE = []
  include Aws::Structure
end

#client_vpn_endpoint_idString

The ID of the Client VPN endpoint to which the client is connected.

Returns:

  • (String)


6574
6575
6576
6577
6578
6579
6580
6581
6582
6583
6584
6585
6586
6587
6588
6589
6590
6591
6592
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6574

class ClientVpnConnection < Struct.new(
  :client_vpn_endpoint_id,
  :timestamp,
  :connection_id,
  :username,
  :connection_established_time,
  :ingress_bytes,
  :egress_bytes,
  :ingress_packets,
  :egress_packets,
  :client_ip,
  :client_ipv_6_address,
  :common_name,
  :status,
  :connection_end_time,
  :posture_compliance_statuses)
  SENSITIVE = []
  include Aws::Structure
end

#common_nameString

The common name associated with the client. This is either the name of the client certificate, or the Active Directory user name.

Returns:

  • (String)


6574
6575
6576
6577
6578
6579
6580
6581
6582
6583
6584
6585
6586
6587
6588
6589
6590
6591
6592
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6574

class ClientVpnConnection < Struct.new(
  :client_vpn_endpoint_id,
  :timestamp,
  :connection_id,
  :username,
  :connection_established_time,
  :ingress_bytes,
  :egress_bytes,
  :ingress_packets,
  :egress_packets,
  :client_ip,
  :client_ipv_6_address,
  :common_name,
  :status,
  :connection_end_time,
  :posture_compliance_statuses)
  SENSITIVE = []
  include Aws::Structure
end

#connection_end_timeString

The date and time the client connection was terminated.

Returns:

  • (String)


6574
6575
6576
6577
6578
6579
6580
6581
6582
6583
6584
6585
6586
6587
6588
6589
6590
6591
6592
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6574

class ClientVpnConnection < Struct.new(
  :client_vpn_endpoint_id,
  :timestamp,
  :connection_id,
  :username,
  :connection_established_time,
  :ingress_bytes,
  :egress_bytes,
  :ingress_packets,
  :egress_packets,
  :client_ip,
  :client_ipv_6_address,
  :common_name,
  :status,
  :connection_end_time,
  :posture_compliance_statuses)
  SENSITIVE = []
  include Aws::Structure
end

#connection_established_timeString

The date and time the client connection was established.

Returns:

  • (String)


6574
6575
6576
6577
6578
6579
6580
6581
6582
6583
6584
6585
6586
6587
6588
6589
6590
6591
6592
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6574

class ClientVpnConnection < Struct.new(
  :client_vpn_endpoint_id,
  :timestamp,
  :connection_id,
  :username,
  :connection_established_time,
  :ingress_bytes,
  :egress_bytes,
  :ingress_packets,
  :egress_packets,
  :client_ip,
  :client_ipv_6_address,
  :common_name,
  :status,
  :connection_end_time,
  :posture_compliance_statuses)
  SENSITIVE = []
  include Aws::Structure
end

#connection_idString

The ID of the client connection.

Returns:

  • (String)


6574
6575
6576
6577
6578
6579
6580
6581
6582
6583
6584
6585
6586
6587
6588
6589
6590
6591
6592
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6574

class ClientVpnConnection < Struct.new(
  :client_vpn_endpoint_id,
  :timestamp,
  :connection_id,
  :username,
  :connection_established_time,
  :ingress_bytes,
  :egress_bytes,
  :ingress_packets,
  :egress_packets,
  :client_ip,
  :client_ipv_6_address,
  :common_name,
  :status,
  :connection_end_time,
  :posture_compliance_statuses)
  SENSITIVE = []
  include Aws::Structure
end

#egress_bytesString

The number of bytes received by the client.

Returns:

  • (String)


6574
6575
6576
6577
6578
6579
6580
6581
6582
6583
6584
6585
6586
6587
6588
6589
6590
6591
6592
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6574

class ClientVpnConnection < Struct.new(
  :client_vpn_endpoint_id,
  :timestamp,
  :connection_id,
  :username,
  :connection_established_time,
  :ingress_bytes,
  :egress_bytes,
  :ingress_packets,
  :egress_packets,
  :client_ip,
  :client_ipv_6_address,
  :common_name,
  :status,
  :connection_end_time,
  :posture_compliance_statuses)
  SENSITIVE = []
  include Aws::Structure
end

#egress_packetsString

The number of packets received by the client.

Returns:

  • (String)


6574
6575
6576
6577
6578
6579
6580
6581
6582
6583
6584
6585
6586
6587
6588
6589
6590
6591
6592
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6574

class ClientVpnConnection < Struct.new(
  :client_vpn_endpoint_id,
  :timestamp,
  :connection_id,
  :username,
  :connection_established_time,
  :ingress_bytes,
  :egress_bytes,
  :ingress_packets,
  :egress_packets,
  :client_ip,
  :client_ipv_6_address,
  :common_name,
  :status,
  :connection_end_time,
  :posture_compliance_statuses)
  SENSITIVE = []
  include Aws::Structure
end

#ingress_bytesString

The number of bytes sent by the client.

Returns:

  • (String)


6574
6575
6576
6577
6578
6579
6580
6581
6582
6583
6584
6585
6586
6587
6588
6589
6590
6591
6592
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6574

class ClientVpnConnection < Struct.new(
  :client_vpn_endpoint_id,
  :timestamp,
  :connection_id,
  :username,
  :connection_established_time,
  :ingress_bytes,
  :egress_bytes,
  :ingress_packets,
  :egress_packets,
  :client_ip,
  :client_ipv_6_address,
  :common_name,
  :status,
  :connection_end_time,
  :posture_compliance_statuses)
  SENSITIVE = []
  include Aws::Structure
end

#ingress_packetsString

The number of packets sent by the client.

Returns:

  • (String)


6574
6575
6576
6577
6578
6579
6580
6581
6582
6583
6584
6585
6586
6587
6588
6589
6590
6591
6592
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6574

class ClientVpnConnection < Struct.new(
  :client_vpn_endpoint_id,
  :timestamp,
  :connection_id,
  :username,
  :connection_established_time,
  :ingress_bytes,
  :egress_bytes,
  :ingress_packets,
  :egress_packets,
  :client_ip,
  :client_ipv_6_address,
  :common_name,
  :status,
  :connection_end_time,
  :posture_compliance_statuses)
  SENSITIVE = []
  include Aws::Structure
end

#posture_compliance_statusesArray<String>

The statuses returned by the client connect handler for posture compliance, if applicable.

Returns:

  • (Array<String>)


6574
6575
6576
6577
6578
6579
6580
6581
6582
6583
6584
6585
6586
6587
6588
6589
6590
6591
6592
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6574

class ClientVpnConnection < Struct.new(
  :client_vpn_endpoint_id,
  :timestamp,
  :connection_id,
  :username,
  :connection_established_time,
  :ingress_bytes,
  :egress_bytes,
  :ingress_packets,
  :egress_packets,
  :client_ip,
  :client_ipv_6_address,
  :common_name,
  :status,
  :connection_end_time,
  :posture_compliance_statuses)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::ClientVpnConnectionStatus

The current state of the client connection.



6574
6575
6576
6577
6578
6579
6580
6581
6582
6583
6584
6585
6586
6587
6588
6589
6590
6591
6592
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6574

class ClientVpnConnection < Struct.new(
  :client_vpn_endpoint_id,
  :timestamp,
  :connection_id,
  :username,
  :connection_established_time,
  :ingress_bytes,
  :egress_bytes,
  :ingress_packets,
  :egress_packets,
  :client_ip,
  :client_ipv_6_address,
  :common_name,
  :status,
  :connection_end_time,
  :posture_compliance_statuses)
  SENSITIVE = []
  include Aws::Structure
end

#timestampString

The current date and time.

Returns:

  • (String)


6574
6575
6576
6577
6578
6579
6580
6581
6582
6583
6584
6585
6586
6587
6588
6589
6590
6591
6592
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6574

class ClientVpnConnection < Struct.new(
  :client_vpn_endpoint_id,
  :timestamp,
  :connection_id,
  :username,
  :connection_established_time,
  :ingress_bytes,
  :egress_bytes,
  :ingress_packets,
  :egress_packets,
  :client_ip,
  :client_ipv_6_address,
  :common_name,
  :status,
  :connection_end_time,
  :posture_compliance_statuses)
  SENSITIVE = []
  include Aws::Structure
end

#usernameString

The username of the client who established the client connection. This information is only provided if Active Directory client authentication is used.

Returns:

  • (String)


6574
6575
6576
6577
6578
6579
6580
6581
6582
6583
6584
6585
6586
6587
6588
6589
6590
6591
6592
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6574

class ClientVpnConnection < Struct.new(
  :client_vpn_endpoint_id,
  :timestamp,
  :connection_id,
  :username,
  :connection_established_time,
  :ingress_bytes,
  :egress_bytes,
  :ingress_packets,
  :egress_packets,
  :client_ip,
  :client_ipv_6_address,
  :common_name,
  :status,
  :connection_end_time,
  :posture_compliance_statuses)
  SENSITIVE = []
  include Aws::Structure
end