Module Values.UpdateCustomDomainAssociationRequestSource

Updates an Amazon Redshift Serverless certificate associated with a custom domain.

Sourcetype nonrec t = {
  1. customDomainCertificateArn : CustomDomainCertificateArnString.t;
    (*

    The custom domain name’s certificate Amazon resource name (ARN). This is optional.

    *)
  2. customDomainName : CustomDomainName.t;
    (*

    The custom domain name associated with the workgroup.

    *)
  3. workgroupName : WorkgroupName.t;
    (*

    The name of the workgroup associated with the database.

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