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 |
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.
TlsValidationContextAcmTrust' | |
|
Instances
newTlsValidationContextAcmTrust Source #
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.