Uses of Class
software.amazon.awscdk.services.certificatemanager.DnsValidatedCertificate.Builder
Package
Description
AWS Certificate Manager Construct Library
-
Uses of DnsValidatedCertificate.Builder in software.amazon.awscdk.services.certificatemanager
Modifier and TypeMethodDescriptionDnsValidatedCertificate.Builder.certificateName
(String certificateName) Deprecated.The Certificate name.DnsValidatedCertificate.Builder.cleanupRoute53Records
(Boolean cleanupRoute53Records) Deprecated.When set to true, when the DnsValidatedCertificate is deleted, the associated Route53 validation records are removed.Deprecated.DnsValidatedCertificate.Builder.customResourceRole
(IRole customResourceRole) Deprecated.Role to use for the custom resource that creates the validated certificate.DnsValidatedCertificate.Builder.domainName
(String domainName) Deprecated.Fully-qualified domain name to request a certificate for.DnsValidatedCertificate.Builder.hostedZone
(IHostedZone hostedZone) Deprecated.Route 53 Hosted Zone used to perform DNS validation of the request.DnsValidatedCertificate.Builder.keyAlgorithm
(KeyAlgorithm keyAlgorithm) Deprecated.Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data.Deprecated.AWS region that will host the certificate.DnsValidatedCertificate.Builder.route53Endpoint
(String route53Endpoint) Deprecated.An endpoint of Route53 service, which is not necessary as AWS SDK could figure out the right endpoints for most regions, but for some regions such as those in aws-cn partition, the default endpoint is not working now, hence the right endpoint need to be specified through this prop.DnsValidatedCertificate.Builder.subjectAlternativeNames
(List<String> subjectAlternativeNames) Deprecated.Alternative domain names on your certificate.DnsValidatedCertificate.Builder.transparencyLoggingEnabled
(Boolean transparencyLoggingEnabled) Deprecated.Enable or disable transparency logging for this certificate.DnsValidatedCertificate.Builder.validation
(CertificateValidation validation) Deprecated.How to validate this certificate.