| 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.ClientVpnEndpointStatus
Description
Documentation
data ClientVpnEndpointStatus Source #
Describes the state of a Client VPN endpoint.
See: newClientVpnEndpointStatus smart constructor.
Constructors
| ClientVpnEndpointStatus' | |
Fields
| |
Instances
newClientVpnEndpointStatus :: ClientVpnEndpointStatus Source #
Create a value of ClientVpnEndpointStatus 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:code:ClientVpnEndpointStatus', clientVpnEndpointStatus_code - The state of the Client VPN endpoint. Possible states include:
pending-associate- The Client VPN endpoint has been created but no target networks have been associated. The Client VPN endpoint cannot accept connections.available- The Client VPN endpoint has been created and a target network has been associated. The Client VPN endpoint can accept connections.deleting- The Client VPN endpoint is being deleted. The Client VPN endpoint cannot accept connections.deleted- The Client VPN endpoint has been deleted. The Client VPN endpoint cannot accept connections.
$sel:message:ClientVpnEndpointStatus', clientVpnEndpointStatus_message - A message about the status of the Client VPN endpoint.
clientVpnEndpointStatus_code :: Lens' ClientVpnEndpointStatus (Maybe ClientVpnEndpointStatusCode) Source #
The state of the Client VPN endpoint. Possible states include:
pending-associate- The Client VPN endpoint has been created but no target networks have been associated. The Client VPN endpoint cannot accept connections.available- The Client VPN endpoint has been created and a target network has been associated. The Client VPN endpoint can accept connections.deleting- The Client VPN endpoint is being deleted. The Client VPN endpoint cannot accept connections.deleted- The Client VPN endpoint has been deleted. The Client VPN endpoint cannot accept connections.
clientVpnEndpointStatus_message :: Lens' ClientVpnEndpointStatus (Maybe Text) Source #
A message about the status of the Client VPN endpoint.