| 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.AccessMethod
Description
Documentation
data AccessMethod Source #
Describes the type and format of extension access. Only one of
CustomObjectIdentifier or AccessMethodType may be provided.
Providing both results in InvalidArgsException.
See: newAccessMethod smart constructor.
Constructors
| AccessMethod' | |
Fields
| |
Instances
newAccessMethod :: AccessMethod Source #
Create a value of AccessMethod 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:accessMethodType:AccessMethod', accessMethod_accessMethodType - Specifies the AccessMethod.
$sel:customObjectIdentifier:AccessMethod', accessMethod_customObjectIdentifier - An object identifier (OID) specifying the AccessMethod. The OID must
satisfy the regular expression shown below. For more information, see
NIST's definition of
Object Identifier (OID).
accessMethod_accessMethodType :: Lens' AccessMethod (Maybe AccessMethodType) Source #
Specifies the AccessMethod.
accessMethod_customObjectIdentifier :: Lens' AccessMethod (Maybe Text) Source #
An object identifier (OID) specifying the AccessMethod. The OID must
satisfy the regular expression shown below. For more information, see
NIST's definition of
Object Identifier (OID).