Values.AssociationSourceContains information about the custom domain name association.
type nonrec t = {customDomainCertificateArn : String_.t option;The Amazon Resource Name (ARN) for the certificate associated with the custom domain.
*)customDomainCertificateExpiryDate : TStamp.t option;The expiration date for the certificate.
*)certificateAssociations : CertificateAssociationList.t option;A list of all associated clusters and domain names tied to a specific certificate.
*)}