Values.CustomDomainSourceDescribes a custom domain that's associated with an App Runner service.
type nonrec t = {domainName : DomainName.t option;An associated custom domain endpoint. It can be a root domain (for example, example.com), a subdomain (for example, login.example.com or admin.login.example.com), or a wildcard (for example, *.example.com).
*)enableWWWSubdomain : NullableBoolean.t option;When true, the subdomain www.DomainName is associated with the App Runner service in addition to the base domain.
*)certificateValidationRecords : CertificateValidationRecordList.t option;A list of certificate CNAME records that's used for this domain name.
*)status : CustomDomainAssociationStatus.t option;The current state of the domain name association.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Enum of string
| `List of
[> `Structure of
(string * [> `Enum of string | `String of String_.t ]) list ]
list
| `String of DomainName.t ])
list ]