Module: AWSCDK::CertificateManager::ValidationMethod

Defined in:
certificate_manager/validation_method.rb

Overview

Method used to assert ownership of the domain.

Constant Summary collapse

EMAIL =
Deprecated.
Note:

Default:

Send email to a number of email addresses associated with the domain.

Jsii::Enum.new("aws-cdk-lib.aws_certificatemanager.ValidationMethod", "EMAIL")
DNS =
Deprecated.
Note:

Default:

Validate ownership by adding appropriate DNS records.

Jsii::Enum.new("aws-cdk-lib.aws_certificatemanager.ValidationMethod", "DNS")