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

Description

 
Synopsis

Documentation

data ListenerTlsAcmCertificate Source #

An object that represents an AWS Certicate Manager (ACM) certificate.

See: newListenerTlsAcmCertificate smart constructor.

Constructors

ListenerTlsAcmCertificate' 

Fields

Instances

Instances details
Eq ListenerTlsAcmCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.ListenerTlsAcmCertificate

Read ListenerTlsAcmCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.ListenerTlsAcmCertificate

Show ListenerTlsAcmCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.ListenerTlsAcmCertificate

Generic ListenerTlsAcmCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.ListenerTlsAcmCertificate

Associated Types

type Rep ListenerTlsAcmCertificate :: Type -> Type #

NFData ListenerTlsAcmCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.ListenerTlsAcmCertificate

Hashable ListenerTlsAcmCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.ListenerTlsAcmCertificate

ToJSON ListenerTlsAcmCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.ListenerTlsAcmCertificate

FromJSON ListenerTlsAcmCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.ListenerTlsAcmCertificate

type Rep ListenerTlsAcmCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.ListenerTlsAcmCertificate

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

newListenerTlsAcmCertificate Source #

Create a value of ListenerTlsAcmCertificate 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:certificateArn:ListenerTlsAcmCertificate', listenerTlsAcmCertificate_certificateArn - The Amazon Resource Name (ARN) for the certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS).

listenerTlsAcmCertificate_certificateArn :: Lens' ListenerTlsAcmCertificate Text Source #

The Amazon Resource Name (ARN) for the certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS).