| 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.CertificateManagerPCA.Types.CustomAttribute
Description
Synopsis
Documentation
data CustomAttribute Source #
Defines the X.500 relative distinguished name (RDN).
See: newCustomAttribute smart constructor.
Constructors
| CustomAttribute' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> CustomAttribute |
Create a value of CustomAttribute 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:objectIdentifier:CustomAttribute', customAttribute_objectIdentifier - Specifies the object identifier (OID) of the attribute type of the
relative distinguished name (RDN).
$sel:value:CustomAttribute', customAttribute_value - Specifies the attribute value of relative distinguished name (RDN).
customAttribute_objectIdentifier :: Lens' CustomAttribute Text Source #
Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).
customAttribute_value :: Lens' CustomAttribute Text Source #
Specifies the attribute value of relative distinguished name (RDN).