Values.LoadBalancerTlsCertificateDomainValidationOptionSourceContains information about the domain names on an SSL/TLS certificate that you will use to validate domain ownership.
type nonrec t = {domainName : DomainName.t option;The fully qualified domain name in the certificate request.
*)validationStatus : LoadBalancerTlsCertificateDomainStatus.t option;The status of the domain validation. Valid values are listed below.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of DomainName.t ]) list ]