Uses of Class
software.amazon.awscdk.services.acmpca.CfnCertificateAuthority.Builder
-
Uses of CfnCertificateAuthority.Builder in software.amazon.awscdk.services.acmpca
Modifier and TypeMethodDescriptionCfnCertificateAuthority.Builder.csrExtensions
(IResolvable csrExtensions) Specifies information to be added to the extension section of the certificate signing request (CSR).CfnCertificateAuthority.Builder.csrExtensions
(CfnCertificateAuthority.CsrExtensionsProperty csrExtensions) Specifies information to be added to the extension section of the certificate signing request (CSR).CfnCertificateAuthority.Builder.keyAlgorithm
(String keyAlgorithm) Type of the public key algorithm and size, in bits, of the key pair that your CA creates when it issues a certificate.CfnCertificateAuthority.Builder.keyStorageSecurityStandard
(String keyStorageSecurityStandard) Specifies a cryptographic key management compliance standard used for handling CA keys.CfnCertificateAuthority.Builder.revocationConfiguration
(IResolvable revocationConfiguration) Certificate revocation information used by the CreateCertificateAuthority and UpdateCertificateAuthority actions.CfnCertificateAuthority.Builder.revocationConfiguration
(CfnCertificateAuthority.RevocationConfigurationProperty revocationConfiguration) Certificate revocation information used by the CreateCertificateAuthority and UpdateCertificateAuthority actions.CfnCertificateAuthority.Builder.signingAlgorithm
(String signingAlgorithm) Name of the algorithm your private CA uses to sign certificate requests.CfnCertificateAuthority.Builder.subject
(IResolvable subject) Structure that contains X.500 distinguished name information for your private CA.CfnCertificateAuthority.Builder.subject
(CfnCertificateAuthority.SubjectProperty subject) Structure that contains X.500 distinguished name information for your private CA.Key-value pairs that will be attached to the new private CA.Type of your private CA.Specifies whether the CA issues general-purpose certificates that typically require a revocation mechanism, or short-lived certificates that may optionally omit revocation because they expire quickly.