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 PolicyQualifierInfo Source #
Modifies the CertPolicyId
of a PolicyInformation
object with a
qualifier. ACM Private CA supports the certification practice statement
(CPS) qualifier.
See: newPolicyQualifierInfo
smart constructor.
PolicyQualifierInfo' | |
|
Instances
newPolicyQualifierInfo Source #
Create a value of PolicyQualifierInfo
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:policyQualifierId:PolicyQualifierInfo'
, policyQualifierInfo_policyQualifierId
- Identifies the qualifier modifying a CertPolicyId
.
$sel:qualifier:PolicyQualifierInfo'
, policyQualifierInfo_qualifier
- Defines the qualifier type. ACM Private CA supports the use of a URI for
a CPS qualifier in this field.
policyQualifierInfo_policyQualifierId :: Lens' PolicyQualifierInfo PolicyQualifierId Source #
Identifies the qualifier modifying a CertPolicyId
.
policyQualifierInfo_qualifier :: Lens' PolicyQualifierInfo Qualifier Source #
Defines the qualifier type. ACM Private CA supports the use of a URI for a CPS qualifier in this field.