Module Values.DescribeCustomDomainAssociationsMessageSource

Contains information about custom domain associations for a cluster.

Sourcetype nonrec t = {
  1. customDomainName : CustomDomainNameString.t option;
    (*

    The custom domain name for the custom domain association.

    *)
  2. customDomainCertificateArn : CustomDomainCertificateArnString.t option;
    (*

    The certificate Amazon Resource Name (ARN) for the custom domain association.

    *)
  3. maxRecords : IntegerOptional.t option;
    (*

    The maximum records setting for the associated custom domain.

    *)
  4. marker : String_.t option;
    (*

    The marker for the custom domain association.

    *)
}
Sourceval make : ?customDomainName:??? -> ?customDomainCertificateArn:??? -> ?maxRecords:??? -> ?marker:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of IntegerOptional.t | `String of CustomDomainNameString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t