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

Description

 
Synopsis

Documentation

data CertificateAuthentication Source #

Information about the client certificate used for authentication.

See: newCertificateAuthentication smart constructor.

Constructors

CertificateAuthentication' 

Fields

Instances

Instances details
FromXML CertificateAuthentication Source # 
Instance details

Defined in Amazonka.EC2.Types.CertificateAuthentication

Generic CertificateAuthentication Source # 
Instance details

Defined in Amazonka.EC2.Types.CertificateAuthentication

Associated Types

type Rep CertificateAuthentication :: Type -> Type #

Read CertificateAuthentication Source # 
Instance details

Defined in Amazonka.EC2.Types.CertificateAuthentication

Show CertificateAuthentication Source # 
Instance details

Defined in Amazonka.EC2.Types.CertificateAuthentication

NFData CertificateAuthentication Source # 
Instance details

Defined in Amazonka.EC2.Types.CertificateAuthentication

Eq CertificateAuthentication Source # 
Instance details

Defined in Amazonka.EC2.Types.CertificateAuthentication

Hashable CertificateAuthentication Source # 
Instance details

Defined in Amazonka.EC2.Types.CertificateAuthentication

type Rep CertificateAuthentication Source # 
Instance details

Defined in Amazonka.EC2.Types.CertificateAuthentication

type Rep CertificateAuthentication = D1 ('MetaData "CertificateAuthentication" "Amazonka.EC2.Types.CertificateAuthentication" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "CertificateAuthentication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientRootCertificateChain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCertificateAuthentication :: CertificateAuthentication Source #

Create a value of CertificateAuthentication 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:clientRootCertificateChain:CertificateAuthentication', certificateAuthentication_clientRootCertificateChain - The ARN of the client certificate.