libZSservicesZSamazonka-appmeshZSamazonka-appmesh
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AppMesh.Types.ClientTlsCertificate

Description

 
Synopsis

Documentation

data ClientTlsCertificate Source #

An object that represents the client's certificate.

See: newClientTlsCertificate smart constructor.

Constructors

ClientTlsCertificate' 

Fields

Instances

Instances details
Eq ClientTlsCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.ClientTlsCertificate

Read ClientTlsCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.ClientTlsCertificate

Show ClientTlsCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.ClientTlsCertificate

Generic ClientTlsCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.ClientTlsCertificate

Associated Types

type Rep ClientTlsCertificate :: Type -> Type #

NFData ClientTlsCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.ClientTlsCertificate

Methods

rnf :: ClientTlsCertificate -> () #

Hashable ClientTlsCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.ClientTlsCertificate

ToJSON ClientTlsCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.ClientTlsCertificate

FromJSON ClientTlsCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.ClientTlsCertificate

type Rep ClientTlsCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.ClientTlsCertificate

type Rep ClientTlsCertificate = D1 ('MetaData "ClientTlsCertificate" "Amazonka.AppMesh.Types.ClientTlsCertificate" "libZSservicesZSamazonka-appmeshZSamazonka-appmesh" 'False) (C1 ('MetaCons "ClientTlsCertificate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ListenerTlsSdsCertificate)) :*: S1 ('MetaSel ('Just "file") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ListenerTlsFileCertificate))))

newClientTlsCertificate :: ClientTlsCertificate Source #

Create a value of ClientTlsCertificate 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:sds:ClientTlsCertificate', clientTlsCertificate_sds - A reference to an object that represents a client's TLS Secret Discovery Service certificate.

$sel:file:ClientTlsCertificate', clientTlsCertificate_file - An object that represents a local file certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS).

clientTlsCertificate_sds :: Lens' ClientTlsCertificate (Maybe ListenerTlsSdsCertificate) Source #

A reference to an object that represents a client's TLS Secret Discovery Service certificate.

clientTlsCertificate_file :: Lens' ClientTlsCertificate (Maybe ListenerTlsFileCertificate) Source #

An object that represents a local file certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS).