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

Description

 
Synopsis

Documentation

data VirtualGatewayListenerTlsFileCertificate 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).

See: newVirtualGatewayListenerTlsFileCertificate smart constructor.

Constructors

VirtualGatewayListenerTlsFileCertificate' 

Fields

  • certificateChain :: Text

    The certificate chain for the certificate.

  • privateKey :: Text

    The private key for a certificate stored on the file system of the mesh endpoint that the proxy is running on.

Instances

Instances details
Eq VirtualGatewayListenerTlsFileCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualGatewayListenerTlsFileCertificate

Read VirtualGatewayListenerTlsFileCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualGatewayListenerTlsFileCertificate

Show VirtualGatewayListenerTlsFileCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualGatewayListenerTlsFileCertificate

Generic VirtualGatewayListenerTlsFileCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualGatewayListenerTlsFileCertificate

NFData VirtualGatewayListenerTlsFileCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualGatewayListenerTlsFileCertificate

Hashable VirtualGatewayListenerTlsFileCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualGatewayListenerTlsFileCertificate

ToJSON VirtualGatewayListenerTlsFileCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualGatewayListenerTlsFileCertificate

FromJSON VirtualGatewayListenerTlsFileCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualGatewayListenerTlsFileCertificate

type Rep VirtualGatewayListenerTlsFileCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualGatewayListenerTlsFileCertificate

type Rep VirtualGatewayListenerTlsFileCertificate = D1 ('MetaData "VirtualGatewayListenerTlsFileCertificate" "Amazonka.AppMesh.Types.VirtualGatewayListenerTlsFileCertificate" "libZSservicesZSamazonka-appmeshZSamazonka-appmesh" 'False) (C1 ('MetaCons "VirtualGatewayListenerTlsFileCertificate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "certificateChain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "privateKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newVirtualGatewayListenerTlsFileCertificate Source #

Create a value of VirtualGatewayListenerTlsFileCertificate 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:certificateChain:VirtualGatewayListenerTlsFileCertificate', virtualGatewayListenerTlsFileCertificate_certificateChain - The certificate chain for the certificate.

$sel:privateKey:VirtualGatewayListenerTlsFileCertificate', virtualGatewayListenerTlsFileCertificate_privateKey - The private key for a certificate stored on the file system of the mesh endpoint that the proxy is running on.

virtualGatewayListenerTlsFileCertificate_privateKey :: Lens' VirtualGatewayListenerTlsFileCertificate Text Source #

The private key for a certificate stored on the file system of the mesh endpoint that the proxy is running on.