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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
# File 'lib/aws-sdk-ec2/types.rb', line 5663

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,
  :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)


5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
# File 'lib/aws-sdk-ec2/types.rb', line 5663

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,
  :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)


5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
# File 'lib/aws-sdk-ec2/types.rb', line 5663

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,
  :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)


5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
# File 'lib/aws-sdk-ec2/types.rb', line 5663

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,
  :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)


5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
# File 'lib/aws-sdk-ec2/types.rb', line 5663

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,
  :common_name,
  :status,
  :connection_end_time,
  :posture_compliance_statuses)
  SENSITIVE = []
  include Aws::Structure
end

#connection_idString

The ID of the client connection.

Returns:

  • (String)


5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
# File 'lib/aws-sdk-ec2/types.rb', line 5663

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,
  :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)


5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
# File 'lib/aws-sdk-ec2/types.rb', line 5663

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,
  :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)


5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
# File 'lib/aws-sdk-ec2/types.rb', line 5663

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,
  :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)


5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
# File 'lib/aws-sdk-ec2/types.rb', line 5663

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,
  :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)


5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
# File 'lib/aws-sdk-ec2/types.rb', line 5663

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,
  :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>)


5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
# File 'lib/aws-sdk-ec2/types.rb', line 5663

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,
  :common_name,
  :status,
  :connection_end_time,
  :posture_compliance_statuses)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::ClientVpnConnectionStatus

The current state of the client connection.



5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
# File 'lib/aws-sdk-ec2/types.rb', line 5663

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,
  :common_name,
  :status,
  :connection_end_time,
  :posture_compliance_statuses)
  SENSITIVE = []
  include Aws::Structure
end

#timestampString

The current date and time.

Returns:

  • (String)


5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
# File 'lib/aws-sdk-ec2/types.rb', line 5663

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,
  :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)


5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
# File 'lib/aws-sdk-ec2/types.rb', line 5663

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,
  :common_name,
  :status,
  :connection_end_time,
  :posture_compliance_statuses)
  SENSITIVE = []
  include Aws::Structure
end