Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.certificatemanager.CfnCertificatePropsMixin.Builder
Packages that use CfnCertificatePropsMixin.Builder
-
Uses of CfnCertificatePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.certificatemanager
Methods in software.amazon.awscdk.cfnpropertymixins.services.certificatemanager that return CfnCertificatePropsMixin.BuilderModifier and TypeMethodDescriptionCfnCertificatePropsMixin.Builder.certificateAuthorityArn(String certificateAuthorityArn) The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.CfnCertificatePropsMixin.Builder.certificateExport(String certificateExport) You can opt out of allowing export of your certificate by specifying theDISABLEDoption.CfnCertificatePropsMixin.Builder.certificateTransparencyLoggingPreference(String certificateTransparencyLoggingPreference) You can opt out of certificate transparency logging by specifying theDISABLEDoption.CfnCertificatePropsMixin.Builder.create()CfnCertificatePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnCertificatePropsMixin.Builder.domainName(String domainName) The fully qualified domain name (FQDN), such as www.example.com, with which you want to secure an ACM certificate.CfnCertificatePropsMixin.Builder.domainValidationOptions(List<? extends Object> domainValidationOptions) Domain information that domain name registrars use to verify your identity.CfnCertificatePropsMixin.Builder.domainValidationOptions(IResolvable domainValidationOptions) Domain information that domain name registrars use to verify your identity.CfnCertificatePropsMixin.Builder.keyAlgorithm(String keyAlgorithm) Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data.CfnCertificatePropsMixin.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.CfnCertificatePropsMixin.Builder.validationMethod(String validationMethod) The method you want to use to validate that you own or control the domain associated with a public certificate.