aws-cdk-lib.aws_certificatemanager.ValidationMethod

enum ValidationMethod

LanguageType name
.NETAmazon.CDK.AWS.CertificateManager.ValidationMethod
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscertificatemanager#ValidationMethod
Javasoftware.amazon.awscdk.services.certificatemanager.ValidationMethod
Pythonaws_cdk.aws_certificatemanager.ValidationMethod
TypeScript (source)aws-cdk-lib » aws_certificatemanager » ValidationMethod

Method used to assert ownership of the domain.

Members

NameDescription
EMAILSend email to a number of email addresses associated with the domain.
DNSValidate ownership by adding appropriate DNS records.

EMAIL

Send email to a number of email addresses associated with the domain.

See also: https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-validate-email.html


DNS

Validate ownership by adding appropriate DNS records.

See also: https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-validate-dns.html