DomainValidation

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Contains information for HTTP-based domain validation of certificates requested through Amazon CloudFront and issued by ACM. This field exists only when the certificate type is AMAZON_ISSUED and the validation method is HTTP.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Specifies the domain validation method.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: DomainValidation.Builder.() -> Unit = {}): DomainValidation
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String