| 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 |
Amazonka.AppMesh.Types.TlsValidationContext
Description
Synopsis
- data TlsValidationContext = TlsValidationContext' {}
- newTlsValidationContext :: TlsValidationContextTrust -> TlsValidationContext
- tlsValidationContext_subjectAlternativeNames :: Lens' TlsValidationContext (Maybe SubjectAlternativeNames)
- tlsValidationContext_trust :: Lens' TlsValidationContext TlsValidationContextTrust
Documentation
data TlsValidationContext Source #
An object that represents how the proxy will validate its peer during Transport Layer Security (TLS) negotiation.
See: newTlsValidationContext smart constructor.
Constructors
| TlsValidationContext' | |
Fields
| |
Instances
newTlsValidationContext Source #
Create a value of TlsValidationContext 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:subjectAlternativeNames:TlsValidationContext', tlsValidationContext_subjectAlternativeNames - A reference to an object that represents the SANs for a Transport Layer
Security (TLS) validation context.
$sel:trust:TlsValidationContext', tlsValidationContext_trust - A reference to where to retrieve the trust chain when validating a
peer’s Transport Layer Security (TLS) certificate.
tlsValidationContext_subjectAlternativeNames :: Lens' TlsValidationContext (Maybe SubjectAlternativeNames) Source #
A reference to an object that represents the SANs for a Transport Layer Security (TLS) validation context.
tlsValidationContext_trust :: Lens' TlsValidationContext TlsValidationContextTrust Source #
A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS) certificate.