amazonka-appmesh-2.0: Amazon App Mesh 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.AppMesh.Types.ListenerTlsSdsCertificate

Description

 
Synopsis

Documentation

data ListenerTlsSdsCertificate Source #

An object that represents the listener's Secret Discovery Service certificate. The proxy must be configured with a local SDS provider via a Unix Domain Socket. See App Mesh TLS documentation for more info.

See: newListenerTlsSdsCertificate smart constructor.

Constructors

ListenerTlsSdsCertificate' 

Fields

  • secretName :: Text

    A reference to an object that represents the name of the secret requested from the Secret Discovery Service provider representing Transport Layer Security (TLS) materials like a certificate or certificate chain.

Instances

Instances details
FromJSON ListenerTlsSdsCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.ListenerTlsSdsCertificate

ToJSON ListenerTlsSdsCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.ListenerTlsSdsCertificate

Generic ListenerTlsSdsCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.ListenerTlsSdsCertificate

Associated Types

type Rep ListenerTlsSdsCertificate :: Type -> Type #

Read ListenerTlsSdsCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.ListenerTlsSdsCertificate

Show ListenerTlsSdsCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.ListenerTlsSdsCertificate

NFData ListenerTlsSdsCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.ListenerTlsSdsCertificate

Eq ListenerTlsSdsCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.ListenerTlsSdsCertificate

Hashable ListenerTlsSdsCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.ListenerTlsSdsCertificate

type Rep ListenerTlsSdsCertificate Source # 
Instance details

Defined in Amazonka.AppMesh.Types.ListenerTlsSdsCertificate

type Rep ListenerTlsSdsCertificate = D1 ('MetaData "ListenerTlsSdsCertificate" "Amazonka.AppMesh.Types.ListenerTlsSdsCertificate" "amazonka-appmesh-2.0-GBIHUgXnP8s1LEJyvNe1ca" 'False) (C1 ('MetaCons "ListenerTlsSdsCertificate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "secretName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newListenerTlsSdsCertificate Source #

Create a value of ListenerTlsSdsCertificate 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:secretName:ListenerTlsSdsCertificate', listenerTlsSdsCertificate_secretName - A reference to an object that represents the name of the secret requested from the Secret Discovery Service provider representing Transport Layer Security (TLS) materials like a certificate or certificate chain.

listenerTlsSdsCertificate_secretName :: Lens' ListenerTlsSdsCertificate Text Source #

A reference to an object that represents the name of the secret requested from the Secret Discovery Service provider representing Transport Layer Security (TLS) materials like a certificate or certificate chain.