ValidationMethod

class aws_cdk.aws_certificatemanager.ValidationMethod(value)

Bases: Enum

Method used to assert ownership of the domain.

Attributes

DNS

Validate ownership by adding appropriate DNS records.

See:

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.

See:

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