Values.DescribeCustomDomainAssociationsMessageSourceContains information about custom domain associations for a cluster.
type nonrec t = {customDomainName : CustomDomainNameString.t option;The custom domain name for the custom domain association.
*)customDomainCertificateArn : CustomDomainCertificateArnString.t option;The certificate Amazon Resource Name (ARN) for the custom domain association.
*)maxRecords : IntegerOptional.t option;The maximum records setting for the associated custom domain.
*)marker : String_.t option;The marker for the custom domain association.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of IntegerOptional.t
| `String of CustomDomainNameString.t ])
list ]