Uses of Class
software.amazon.awscdk.services.certificatemanager.CfnCertificate.Builder
Package
Description
AWS Certificate Manager Construct Library
-
Uses of CfnCertificate.Builder in software.amazon.awscdk.services.certificatemanager
Modifier and TypeMethodDescriptionCfnCertificate.Builder.certificateAuthorityArn
(String certificateAuthorityArn) The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.CfnCertificate.Builder.certificateTransparencyLoggingPreference
(String certificateTransparencyLoggingPreference) You can opt out of certificate transparency logging by specifying theDISABLED
option.static CfnCertificate.Builder
CfnCertificate.Builder.domainName
(String domainName) The fully qualified domain name (FQDN), such as www.example.com, with which you want to secure an ACM certificate.CfnCertificate.Builder.domainValidationOptions
(List<? extends Object> domainValidationOptions) Domain information that domain name registrars use to verify your identity.CfnCertificate.Builder.domainValidationOptions
(IResolvable domainValidationOptions) Domain information that domain name registrars use to verify your identity.CfnCertificate.Builder.keyAlgorithm
(String keyAlgorithm) Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data.CfnCertificate.Builder.subjectAlternativeNames
(List<String> subjectAlternativeNames) Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate.Key-value pairs that can identify the certificate.CfnCertificate.Builder.validationMethod
(String validationMethod) The method you want to use to validate that you own or control the domain associated with a public certificate.