ValidationMethod

class aws_cdk.aws_certificatemanager.ValidationMethod(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

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