| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.AppMesh.Types.ClientTlsCertificate
Description
Documentation
data ClientTlsCertificate Source #
An object that represents the client's certificate.
See: newClientTlsCertificate smart constructor.
Constructors
| ClientTlsCertificate' | |
Fields
| |
Instances
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: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).
$sel:sds:ClientTlsCertificate', clientTlsCertificate_sds - 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).
clientTlsCertificate_sds :: Lens' ClientTlsCertificate (Maybe ListenerTlsSdsCertificate) Source #
A reference to an object that represents a client's TLS Secret Discovery Service certificate.