| 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.EC2.Types.CertificateAuthenticationRequest
Description
Documentation
data CertificateAuthenticationRequest Source #
Information about the client certificate to be used for authentication.
See: newCertificateAuthenticationRequest smart constructor.
Constructors
| CertificateAuthenticationRequest' | |
Fields
| |
Instances
newCertificateAuthenticationRequest :: CertificateAuthenticationRequest Source #
Create a value of CertificateAuthenticationRequest 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:clientRootCertificateChainArn:CertificateAuthenticationRequest', certificateAuthenticationRequest_clientRootCertificateChainArn - The ARN of the client certificate. The certificate must be signed by a
certificate authority (CA) and it must be provisioned in Certificate
Manager (ACM).
certificateAuthenticationRequest_clientRootCertificateChainArn :: Lens' CertificateAuthenticationRequest (Maybe Text) Source #
The ARN of the client certificate. The certificate must be signed by a certificate authority (CA) and it must be provisioned in Certificate Manager (ACM).