AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains information about the validation of each domain name in the certificate.

Inheritance Hierarchy

System.Object
  Amazon.CertificateManager.Model.DomainValidation

Namespace: Amazon.CertificateManager.Model
Assembly: AWSSDK.CertificateManager.dll
Version: 3.x.y.z

Syntax

C#
public class DomainValidation

The DomainValidation type exposes the following members

Constructors

NameDescription
Public Method DomainValidation()

Properties

NameTypeDescription
Public Property DomainName System.String

Gets and sets the property DomainName.

A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.

Public Property ResourceRecord Amazon.CertificateManager.Model.ResourceRecord

Gets and sets the property ResourceRecord.

Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.

Note: The CNAME information that you need does not include the name of your domain. If you include
 your domain name in the DNS database CNAME record, validation fails.
 For example, if the name is "_a79865eb4cd1a6ab990a45779b4e0b96.yourdomain.com", only "_a79865eb4cd1a6ab990a45779b4e0b96" must be used.

Public Property ValidationDomain System.String

Gets and sets the property ValidationDomain.

The domain name that ACM used to send domain validation emails.

Public Property ValidationEmails System.Collections.Generic.List<System.String>

Gets and sets the property ValidationEmails.

A list of email addresses that ACM used to send domain validation emails.

Public Property ValidationMethod Amazon.CertificateManager.ValidationMethod

Gets and sets the property ValidationMethod.

Specifies the domain validation method.

Public Property ValidationStatus Amazon.CertificateManager.DomainStatus

Gets and sets the property ValidationStatus.

The validation status of the domain name. This can be one of the following values:

  • PENDING_VALIDATION

  • SUCCESS

  • FAILED

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5