amazonka-certificatemanager-pca-2.0: Amazon Certificate Manager Private Certificate Authority SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

  • objectIdentifier :: Text

    Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).

  • value :: Text

    Specifies the attribute value of relative distinguished name (RDN).

Instances

Instances details
FromJSON CustomAttribute Source # 
Instance details

Defined in Amazonka.CertificateManagerPCA.Types.CustomAttribute

ToJSON CustomAttribute Source # 
Instance details

Defined in Amazonka.CertificateManagerPCA.Types.CustomAttribute

Generic CustomAttribute Source # 
Instance details

Defined in Amazonka.CertificateManagerPCA.Types.CustomAttribute

Associated Types

type Rep CustomAttribute :: Type -> Type #

Read CustomAttribute Source # 
Instance details

Defined in Amazonka.CertificateManagerPCA.Types.CustomAttribute

Show CustomAttribute Source # 
Instance details

Defined in Amazonka.CertificateManagerPCA.Types.CustomAttribute

NFData CustomAttribute Source # 
Instance details

Defined in Amazonka.CertificateManagerPCA.Types.CustomAttribute

Methods

rnf :: CustomAttribute -> () #

Eq CustomAttribute Source # 
Instance details

Defined in Amazonka.CertificateManagerPCA.Types.CustomAttribute

Hashable CustomAttribute Source # 
Instance details

Defined in Amazonka.CertificateManagerPCA.Types.CustomAttribute

type Rep CustomAttribute Source # 
Instance details

Defined in Amazonka.CertificateManagerPCA.Types.CustomAttribute

type Rep CustomAttribute = D1 ('MetaData "CustomAttribute" "Amazonka.CertificateManagerPCA.Types.CustomAttribute" "amazonka-certificatemanager-pca-2.0-BrCc8DEClV63rMSVXz2XYH" 'False) (C1 ('MetaCons "CustomAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "objectIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCustomAttribute Source #

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).