Values.AssociationSourceAn object that represents the custom domain name association.
type nonrec t = {customDomainCertificateArn : CustomDomainCertificateArnString.t option;The custom domain name’s certificate Amazon resource name (ARN).
*)customDomainCertificateExpiryTime : SyntheticTimestamp_date_time.t option;The expiration time for the certificate.
*)customDomainName : CustomDomainName.t option;The custom domain name associated with the workgroup.
*)workgroupName : WorkgroupName.t option;The name of the workgroup associated with the database.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of CustomDomainCertificateArnString.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]