| 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.TlsValidationContextSdsTrust
Description
Documentation
data TlsValidationContextSdsTrust Source #
An object that represents a Transport Layer Security (TLS) Secret Discovery Service validation context trust. The proxy must be configured with a local SDS provider via a Unix Domain Socket. See App Mesh TLS documentation for more info.
See: newTlsValidationContextSdsTrust smart constructor.
Constructors
| TlsValidationContextSdsTrust' | |
Fields
| |
Instances
newTlsValidationContextSdsTrust Source #
Create a value of TlsValidationContextSdsTrust 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:TlsValidationContextSdsTrust', tlsValidationContextSdsTrust_secretName - A reference to an object that represents the name of the secret for a
Transport Layer Security (TLS) Secret Discovery Service validation
context trust.
tlsValidationContextSdsTrust_secretName :: Lens' TlsValidationContextSdsTrust Text Source #
A reference to an object that represents the name of the secret for a Transport Layer Security (TLS) Secret Discovery Service validation context trust.