Module Values.CreateCustomDomainAssociationMessageSource

Used 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).

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

    The custom domain name for a custom domain association.

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

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

    *)
  3. clusterIdentifier : String_.t;
    (*

    The cluster identifier that the custom domain is associated with.

    *)
}
Sourceval context_ : string
Sourceval make : customDomainName:CustomDomainNameString.t -> customDomainCertificateArn:CustomDomainCertificateArnString.t -> clusterIdentifier:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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