| 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.WorkSpaces.Types.CertificateBasedAuthProperties
Description
Synopsis
- data CertificateBasedAuthProperties = CertificateBasedAuthProperties' {}
- newCertificateBasedAuthProperties :: CertificateBasedAuthProperties
- certificateBasedAuthProperties_certificateAuthorityArn :: Lens' CertificateBasedAuthProperties (Maybe Text)
- certificateBasedAuthProperties_status :: Lens' CertificateBasedAuthProperties (Maybe CertificateBasedAuthStatusEnum)
Documentation
data CertificateBasedAuthProperties Source #
Describes the properties of the certificate-based authentication you want to use with your WorkSpaces.
See: newCertificateBasedAuthProperties smart constructor.
Constructors
| CertificateBasedAuthProperties' | |
Fields
| |
Instances
newCertificateBasedAuthProperties :: CertificateBasedAuthProperties Source #
Create a value of CertificateBasedAuthProperties 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:certificateAuthorityArn:CertificateBasedAuthProperties', certificateBasedAuthProperties_certificateAuthorityArn - The Amazon Resource Name (ARN) of the Amazon Web Services Certificate
Manager Private CA resource.
$sel:status:CertificateBasedAuthProperties', certificateBasedAuthProperties_status - The status of the certificate-based authentication properties.
certificateBasedAuthProperties_certificateAuthorityArn :: Lens' CertificateBasedAuthProperties (Maybe Text) Source #
The Amazon Resource Name (ARN) of the Amazon Web Services Certificate Manager Private CA resource.
certificateBasedAuthProperties_status :: Lens' CertificateBasedAuthProperties (Maybe CertificateBasedAuthStatusEnum) Source #
The status of the certificate-based authentication properties.