Values.SetupRequestSourceReturns information that was submitted during the SetupInstanceHttps request. Email information is redacted for privacy.
type nonrec t = {instanceName : ResourceName.t option;The name of the Lightsail instance.
*)domainNames : SetupDomainNameList.t option;The name of the domain and subdomains that the SSL/TLS certificate secures.
*)certificateProvider : CertificateProvider.t option;The Certificate Authority (CA) that issues the SSL/TLS certificate.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of SetupDomainName.t ] list
| `String of ResourceName.t ])
list ]