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 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.
Instances
Eq SubjectAlternativeNameMatchers Source # | |
Read SubjectAlternativeNameMatchers Source # | |
Show SubjectAlternativeNameMatchers Source # | |
Generic SubjectAlternativeNameMatchers Source # | |
NFData SubjectAlternativeNameMatchers Source # | |
Defined in Amazonka.AppMesh.Types.SubjectAlternativeNameMatchers rnf :: SubjectAlternativeNameMatchers -> () # | |
Hashable SubjectAlternativeNameMatchers Source # | |
ToJSON SubjectAlternativeNameMatchers Source # | |
FromJSON SubjectAlternativeNameMatchers Source # | |
type Rep SubjectAlternativeNameMatchers Source # | |
Defined in Amazonka.AppMesh.Types.SubjectAlternativeNameMatchers type Rep SubjectAlternativeNameMatchers = D1 ('MetaData "SubjectAlternativeNameMatchers" "Amazonka.AppMesh.Types.SubjectAlternativeNameMatchers" "libZSservicesZSamazonka-appmeshZSamazonka-appmesh" 'False) (C1 ('MetaCons "SubjectAlternativeNameMatchers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "exact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))) |
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.