Values.CreateCustomDomainAssociationMessageSourceUsed to create a custom domain name for a cluster. Properties include the custom domain name, the cluster the custom domain is associated with, and the certificate Amazon Resource Name (ARN).
type nonrec t = {customDomainName : CustomDomainNameString.t;The custom domain name for a custom domain association.
*)customDomainCertificateArn : CustomDomainCertificateArnString.t;The certificate Amazon Resource Name (ARN) for the custom domain name association.
*)clusterIdentifier : String_.t;The cluster identifier that the custom domain is associated with.
*)}val make :
customDomainName:CustomDomainNameString.t ->
customDomainCertificateArn:CustomDomainCertificateArnString.t ->
clusterIdentifier:String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of CustomDomainNameString.t ]) list ]