| 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.SubjectAlternativeNameMatchers
Description
Documentation
data SubjectAlternativeNameMatchers Source #
An object that represents the methods by which a subject alternative name on a peer Transport Layer Security (TLS) certificate can be matched.
See: newSubjectAlternativeNameMatchers smart constructor.
Constructors
| SubjectAlternativeNameMatchers' | |
Instances
newSubjectAlternativeNameMatchers :: SubjectAlternativeNameMatchers Source #
Create a value of SubjectAlternativeNameMatchers 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:exact:SubjectAlternativeNameMatchers', subjectAlternativeNameMatchers_exact - The values sent must match the specified values exactly.
subjectAlternativeNameMatchers_exact :: Lens' SubjectAlternativeNameMatchers [Text] Source #
The values sent must match the specified values exactly.