| 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.TlsValidationContextFileTrust
Description
Documentation
data TlsValidationContextFileTrust Source #
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
See: newTlsValidationContextFileTrust smart constructor.
Constructors
| TlsValidationContextFileTrust' | |
Fields
| |
Instances
newTlsValidationContextFileTrust Source #
Arguments
| :: Text | |
| -> TlsValidationContextFileTrust |
Create a value of TlsValidationContextFileTrust 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:certificateChain:TlsValidationContextFileTrust', tlsValidationContextFileTrust_certificateChain - The certificate trust chain for a certificate stored on the file system
of the virtual node that the proxy is running on.
tlsValidationContextFileTrust_certificateChain :: Lens' TlsValidationContextFileTrust Text Source #
The certificate trust chain for a certificate stored on the file system of the virtual node that the proxy is running on.