Contents:
aws_cdk.aws_certificatemanager.
ValidationMethod
Bases: enum.Enum
enum.Enum
Method used to assert ownership of the domain.
Attributes
DNS
Validate ownership by adding appropriate DNS records.
https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-validate-dns.html
EMAIL
Send email to a number of email addresses associated with the domain.
https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-validate-email.html