Values.DomainValidationSourceContains information about the validation of each domain name in the certificate.
type nonrec t = {domainName : DomainNameString.t option;A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.
*)validationEmails : ValidationEmailList.t option;A list of email addresses that ACM used to send domain validation emails.
*)validationDomain : DomainNameString.t option;The domain name that ACM used to send domain validation emails.
*)validationStatus : DomainStatus.t option;The validation status of the domain name. This can be one of the following values: PENDING_VALIDATION SUCCESS FAILED
*)resourceRecord : ResourceRecord.t option;Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership. 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.
*)httpRedirect : HttpRedirect.t option;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.
*)validationMethod : ValidationMethod.t option;Specifies the domain validation method.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list
| `String of DomainNameString.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list ])
list ]