| 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.TlsValidationContextAcmTrust
Description
Synopsis
Documentation
data TlsValidationContextAcmTrust Source #
An object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.
See: newTlsValidationContextAcmTrust smart constructor.
Constructors
| TlsValidationContextAcmTrust' | |
Fields
| |
Instances
newTlsValidationContextAcmTrust Source #
Arguments
| :: NonEmpty Text | |
| -> TlsValidationContextAcmTrust |
Create a value of TlsValidationContextAcmTrust 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:certificateAuthorityArns:TlsValidationContextAcmTrust', tlsValidationContextAcmTrust_certificateAuthorityArns - One or more ACM Amazon Resource Name (ARN)s.
tlsValidationContextAcmTrust_certificateAuthorityArns :: Lens' TlsValidationContextAcmTrust (NonEmpty Text) Source #
One or more ACM Amazon Resource Name (ARN)s.