Values.SetupInstanceHttpsRequestSourceCreates an SSL/TLS certificate that secures traffic for your website. After the certificate is created, it is installed on the specified Lightsail instance. If you provide more than one domain name in the request, at least one name must be less than or equal to 63 characters in length.
type nonrec t = {instanceName : ResourceName.t;The name of the Lightsail instance.
*)emailAddress : EmailAddress.t;The contact method for SSL/TLS certificate renewal alerts. You can enter one email address.
*)domainNames : SetupDomainNameList.t;The name of the domain and subdomains that were specified for the SSL/TLS certificate.
*)certificateProvider : CertificateProvider.t;The certificate authority that issues the SSL/TLS certificate.
*)}val make :
instanceName:ResourceName.t ->
emailAddress:EmailAddress.t ->
domainNames:SetupDomainNameList.t ->
certificateProvider:CertificateProvider.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of SetupDomainName.t ] list
| `String of ResourceName.t ])
list ]