Delete Custom Domain Association
redshiftserverless_delete_custom_domain_association | R Documentation |
Deletes a custom domain association for Amazon Redshift Serverless¶
Description¶
Deletes a custom domain association for Amazon Redshift Serverless.
Usage¶
redshiftserverless_delete_custom_domain_association(customDomainName,
workgroupName)
Arguments¶
customDomainName |
[required] The custom domain name associated with the workgroup. |
workgroupName |
[required] The name of the workgroup associated with the database. |
Value¶
An empty list.
Request syntax¶
svc$delete_custom_domain_association(
customDomainName = "string",
workgroupName = "string"
)