enum ValidationMethod
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CertificateManager.ValidationMethod |
Java | software.amazon.awscdk.services.certificatemanager.ValidationMethod |
Python | aws_cdk.aws_certificatemanager.ValidationMethod |
TypeScript (source) | @aws-cdk/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.
DNS
Validate ownership by adding appropriate DNS records.

.NET
Java
Python
TypeScript (