Values.ModifyCustomDomainAssociationMessageSourceContains information for changing a custom domain association.
type nonrec t = {customDomainName : CustomDomainNameString.t;The custom domain name for a changed custom domain association.
*)customDomainCertificateArn : CustomDomainCertificateArnString.t;The certificate Amazon Resource Name (ARN) for the changed custom domain association.
*)clusterIdentifier : String_.t;The identifier of the cluster to change a custom domain association for.
*)}val make :
customDomainName:CustomDomainNameString.t ->
customDomainCertificateArn:CustomDomainCertificateArnString.t ->
clusterIdentifier:String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of CustomDomainNameString.t ]) list ]