Values.CreateCustomDomainAssociationRequestSourceCreates a custom domain association for Amazon Redshift Serverless.
type nonrec t = {customDomainCertificateArn : CustomDomainCertificateArnString.t;The custom domain name’s certificate Amazon resource name (ARN).
*)customDomainName : CustomDomainName.t;The custom domain name to associate with the workgroup.
*)workgroupName : WorkgroupName.t;The name of the workgroup associated with the database.
*)}val make :
customDomainCertificateArn:CustomDomainCertificateArnString.t ->
customDomainName:CustomDomainName.t ->
workgroupName:WorkgroupName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of CustomDomainCertificateArnString.t ]) list ]