| 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.AccessDescription
Description
Documentation
data AccessDescription Source #
Provides access information used by the authorityInfoAccess and
subjectInfoAccess extensions described in
RFC 5280.
See: newAccessDescription smart constructor.
Constructors
| AccessDescription' | |
Fields
| |
Instances
Arguments
| :: AccessMethod | |
| -> GeneralName | |
| -> AccessDescription |
Create a value of AccessDescription 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:accessMethod:AccessDescription', accessDescription_accessMethod - The type and format of AccessDescription information.
$sel:accessLocation:AccessDescription', accessDescription_accessLocation - The location of AccessDescription information.
accessDescription_accessMethod :: Lens' AccessDescription AccessMethod Source #
The type and format of AccessDescription information.
accessDescription_accessLocation :: Lens' AccessDescription GeneralName Source #
The location of AccessDescription information.