Values.DeleteCustomDomainAssociationMessageSourceContains information about deleting a custom domain association for a cluster.
type nonrec t = {clusterIdentifier : String_.t;The identifier of the cluster to delete a custom domain association for.
*)customDomainName : CustomDomainNameString.t;The custom domain name for the custom domain association.
*)}val make :
clusterIdentifier:String_.t ->
customDomainName:CustomDomainNameString.t ->
unit ->
t