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.ClientVpnAuthentication

Description

 
Synopsis

Documentation

data ClientVpnAuthentication Source #

Describes the authentication methods used by a Client VPN endpoint. For more information, see Authentication in the Client VPN Administrator Guide.

See: newClientVpnAuthentication smart constructor.

Constructors

ClientVpnAuthentication' 

Fields

Instances

Instances details
FromXML ClientVpnAuthentication Source # 
Instance details

Defined in Amazonka.EC2.Types.ClientVpnAuthentication

Generic ClientVpnAuthentication Source # 
Instance details

Defined in Amazonka.EC2.Types.ClientVpnAuthentication

Associated Types

type Rep ClientVpnAuthentication :: Type -> Type #

Read ClientVpnAuthentication Source # 
Instance details

Defined in Amazonka.EC2.Types.ClientVpnAuthentication

Show ClientVpnAuthentication Source # 
Instance details

Defined in Amazonka.EC2.Types.ClientVpnAuthentication

NFData ClientVpnAuthentication Source # 
Instance details

Defined in Amazonka.EC2.Types.ClientVpnAuthentication

Methods

rnf :: ClientVpnAuthentication -> () #

Eq ClientVpnAuthentication Source # 
Instance details

Defined in Amazonka.EC2.Types.ClientVpnAuthentication

Hashable ClientVpnAuthentication Source # 
Instance details

Defined in Amazonka.EC2.Types.ClientVpnAuthentication

type Rep ClientVpnAuthentication Source # 
Instance details

Defined in Amazonka.EC2.Types.ClientVpnAuthentication

type Rep ClientVpnAuthentication = D1 ('MetaData "ClientVpnAuthentication" "Amazonka.EC2.Types.ClientVpnAuthentication" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "ClientVpnAuthentication'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "activeDirectory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DirectoryServiceAuthentication)) :*: S1 ('MetaSel ('Just "federatedAuthentication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FederatedAuthentication))) :*: (S1 ('MetaSel ('Just "mutualAuthentication") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CertificateAuthentication)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ClientVpnAuthenticationType)))))

newClientVpnAuthentication :: ClientVpnAuthentication Source #

Create a value of ClientVpnAuthentication 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:activeDirectory:ClientVpnAuthentication', clientVpnAuthentication_activeDirectory - Information about the Active Directory, if applicable.

$sel:federatedAuthentication:ClientVpnAuthentication', clientVpnAuthentication_federatedAuthentication - Information about the IAM SAML identity provider, if applicable.

$sel:mutualAuthentication:ClientVpnAuthentication', clientVpnAuthentication_mutualAuthentication - Information about the authentication certificates, if applicable.

$sel:type':ClientVpnAuthentication', clientVpnAuthentication_type - The authentication type used.

clientVpnAuthentication_federatedAuthentication :: Lens' ClientVpnAuthentication (Maybe FederatedAuthentication) Source #

Information about the IAM SAML identity provider, if applicable.

clientVpnAuthentication_mutualAuthentication :: Lens' ClientVpnAuthentication (Maybe CertificateAuthentication) Source #

Information about the authentication certificates, if applicable.