Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data ClientTlsCertificate Source #
An object that represents the client's certificate.
See: newClientTlsCertificate
smart constructor.
ClientTlsCertificate' | |
|
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: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).