amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.ClientVpnConnection

Description

 
Synopsis

Documentation

data ClientVpnConnection Source #

Describes a client connection.

See: newClientVpnConnection smart constructor.

Constructors

ClientVpnConnection' 

Fields

Instances

Instances details
FromXML ClientVpnConnection Source # 
Instance details

Defined in Amazonka.EC2.Types.ClientVpnConnection

Generic ClientVpnConnection Source # 
Instance details

Defined in Amazonka.EC2.Types.ClientVpnConnection

Associated Types

type Rep ClientVpnConnection :: Type -> Type #

Read ClientVpnConnection Source # 
Instance details

Defined in Amazonka.EC2.Types.ClientVpnConnection

Show ClientVpnConnection Source # 
Instance details

Defined in Amazonka.EC2.Types.ClientVpnConnection

NFData ClientVpnConnection Source # 
Instance details

Defined in Amazonka.EC2.Types.ClientVpnConnection

Methods

rnf :: ClientVpnConnection -> () #

Eq ClientVpnConnection Source # 
Instance details

Defined in Amazonka.EC2.Types.ClientVpnConnection

Hashable ClientVpnConnection Source # 
Instance details

Defined in Amazonka.EC2.Types.ClientVpnConnection

type Rep ClientVpnConnection Source # 
Instance details

Defined in Amazonka.EC2.Types.ClientVpnConnection

type Rep ClientVpnConnection = D1 ('MetaData "ClientVpnConnection" "Amazonka.EC2.Types.ClientVpnConnection" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "ClientVpnConnection'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "clientIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "clientVpnEndpointId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "commonName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "connectionEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "connectionEstablishedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "connectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "egressBytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "egressPackets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "ingressBytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ingressPackets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "postureComplianceStatuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ClientVpnConnectionStatus))) :*: (S1 ('MetaSel ('Just "timestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newClientVpnConnection :: ClientVpnConnection Source #

Create a value of ClientVpnConnection with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientIp:ClientVpnConnection', clientVpnConnection_clientIp - The IP address of the client.

$sel:clientVpnEndpointId:ClientVpnConnection', clientVpnConnection_clientVpnEndpointId - The ID of the Client VPN endpoint to which the client is connected.

$sel:commonName:ClientVpnConnection', clientVpnConnection_commonName - The common name associated with the client. This is either the name of the client certificate, or the Active Directory user name.

$sel:connectionEndTime:ClientVpnConnection', clientVpnConnection_connectionEndTime - The date and time the client connection was terminated.

$sel:connectionEstablishedTime:ClientVpnConnection', clientVpnConnection_connectionEstablishedTime - The date and time the client connection was established.

$sel:connectionId:ClientVpnConnection', clientVpnConnection_connectionId - The ID of the client connection.

$sel:egressBytes:ClientVpnConnection', clientVpnConnection_egressBytes - The number of bytes received by the client.

$sel:egressPackets:ClientVpnConnection', clientVpnConnection_egressPackets - The number of packets received by the client.

$sel:ingressBytes:ClientVpnConnection', clientVpnConnection_ingressBytes - The number of bytes sent by the client.

$sel:ingressPackets:ClientVpnConnection', clientVpnConnection_ingressPackets - The number of packets sent by the client.

$sel:postureComplianceStatuses:ClientVpnConnection', clientVpnConnection_postureComplianceStatuses - The statuses returned by the client connect handler for posture compliance, if applicable.

$sel:status:ClientVpnConnection', clientVpnConnection_status - The current state of the client connection.

$sel:timestamp:ClientVpnConnection', clientVpnConnection_timestamp - The current date and time.

$sel:username:ClientVpnConnection', clientVpnConnection_username - The username of the client who established the client connection. This information is only provided if Active Directory client authentication is used.

clientVpnConnection_clientVpnEndpointId :: Lens' ClientVpnConnection (Maybe Text) Source #

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

clientVpnConnection_commonName :: Lens' ClientVpnConnection (Maybe Text) Source #

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

clientVpnConnection_connectionEndTime :: Lens' ClientVpnConnection (Maybe Text) Source #

The date and time the client connection was terminated.

clientVpnConnection_connectionEstablishedTime :: Lens' ClientVpnConnection (Maybe Text) Source #

The date and time the client connection was established.

clientVpnConnection_egressBytes :: Lens' ClientVpnConnection (Maybe Text) Source #

The number of bytes received by the client.

clientVpnConnection_egressPackets :: Lens' ClientVpnConnection (Maybe Text) Source #

The number of packets received by the client.

clientVpnConnection_ingressBytes :: Lens' ClientVpnConnection (Maybe Text) Source #

The number of bytes sent by the client.

clientVpnConnection_ingressPackets :: Lens' ClientVpnConnection (Maybe Text) Source #

The number of packets sent by the client.

clientVpnConnection_postureComplianceStatuses :: Lens' ClientVpnConnection (Maybe [Text]) Source #

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

clientVpnConnection_username :: Lens' ClientVpnConnection (Maybe Text) Source #

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