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 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.
TlsValidationContextSdsTrust' | |
|
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.