CertificateValidationOption

data class CertificateValidationOption(val domainName: String, val validationDomain: String)

Constructors

Link copied to clipboard
constructor(domainName: String, validationDomain: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Fully qualified domain name (FQDN) in the certificate.

Link copied to clipboard

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 domain_name value or a superdomain of the domain_name value. For example, if you request a certificate for "testing.example.com", you can specify "example.com" for this value.