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 domain names that you want ACM to use to send you emails that enable you to validate domain ownership.

Inheritance Hierarchy

System.Object
  Amazon.CertificateManager.Model.DomainValidationOption

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

Syntax

C#
public class DomainValidationOption

The DomainValidationOption type exposes the following members

Constructors

NameDescription
Public Method DomainValidationOption()

Properties

NameTypeDescription
Public Property DomainName System.String

Gets and sets the property DomainName.

A fully qualified domain name (FQDN) in the certificate request.

Public Property ValidationDomain System.String

Gets and sets the property ValidationDomain.

The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the DomainName value or a superdomain of the DomainName value. For example, if you request a certificate for testing.example.com, you can specify example.com for this value. In that case, ACM sends domain validation emails to the following five addresses:

  • admin@example.com

  • administrator@example.com

  • hostmaster@example.com

  • postmaster@example.com

  • webmaster@example.com

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