| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EC2.Types.ClientVpnConnection
Description
Synopsis
- data ClientVpnConnection = ClientVpnConnection' {
- clientIp :: Maybe Text
- clientVpnEndpointId :: Maybe Text
- commonName :: Maybe Text
- connectionEndTime :: Maybe Text
- connectionEstablishedTime :: Maybe Text
- connectionId :: Maybe Text
- egressBytes :: Maybe Text
- egressPackets :: Maybe Text
- ingressBytes :: Maybe Text
- ingressPackets :: Maybe Text
- postureComplianceStatuses :: Maybe [Text]
- status :: Maybe ClientVpnConnectionStatus
- timestamp :: Maybe Text
- username :: Maybe Text
- newClientVpnConnection :: ClientVpnConnection
- clientVpnConnection_clientIp :: Lens' ClientVpnConnection (Maybe Text)
- clientVpnConnection_clientVpnEndpointId :: Lens' ClientVpnConnection (Maybe Text)
- clientVpnConnection_commonName :: Lens' ClientVpnConnection (Maybe Text)
- clientVpnConnection_connectionEndTime :: Lens' ClientVpnConnection (Maybe Text)
- clientVpnConnection_connectionEstablishedTime :: Lens' ClientVpnConnection (Maybe Text)
- clientVpnConnection_connectionId :: Lens' ClientVpnConnection (Maybe Text)
- clientVpnConnection_egressBytes :: Lens' ClientVpnConnection (Maybe Text)
- clientVpnConnection_egressPackets :: Lens' ClientVpnConnection (Maybe Text)
- clientVpnConnection_ingressBytes :: Lens' ClientVpnConnection (Maybe Text)
- clientVpnConnection_ingressPackets :: Lens' ClientVpnConnection (Maybe Text)
- clientVpnConnection_postureComplianceStatuses :: Lens' ClientVpnConnection (Maybe [Text])
- clientVpnConnection_status :: Lens' ClientVpnConnection (Maybe ClientVpnConnectionStatus)
- clientVpnConnection_timestamp :: Lens' ClientVpnConnection (Maybe Text)
- clientVpnConnection_username :: Lens' ClientVpnConnection (Maybe Text)
Documentation
data ClientVpnConnection Source #
Describes a client connection.
See: newClientVpnConnection smart constructor.
Constructors
| ClientVpnConnection' | |
Fields
| |
Instances
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_clientIp :: Lens' ClientVpnConnection (Maybe Text) Source #
The IP address of the client.
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_connectionId :: Lens' ClientVpnConnection (Maybe Text) Source #
The ID of the client connection.
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_status :: Lens' ClientVpnConnection (Maybe ClientVpnConnectionStatus) Source #
The current state of the client connection.
clientVpnConnection_timestamp :: Lens' ClientVpnConnection (Maybe Text) Source #
The current date and time.
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.