enum ValidationMethod
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CertificateManager.ValidationMethod |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscertificatemanager#ValidationMethod |
Java | software.amazon.awscdk.services.certificatemanager.ValidationMethod |
Python | aws_cdk.aws_certificatemanager.ValidationMethod |
TypeScript (source) | aws-cdk-lib » aws_certificatemanager » ValidationMethod |
Method used to assert ownership of the domain.
Members
| Name | Description |
|---|---|
| Send email to a number of email addresses associated with the domain. | |
| DNS | Validate ownership by adding appropriate DNS records. |
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

.NET
Go
Java
Python
TypeScript (