2023/11/15 - Amazon Redshift - 1 updated api methods
Changes The custom domain name SDK for Amazon Redshift provisioned clusters is updated with additional required parameters for modify and delete operations. Additionally, users can provide domain names with longer top-level domains.
{'CustomDomainName': 'string'}
Contains information about deleting a custom domain association for a cluster.
See also: AWS API Documentation
Request Syntax
client.delete_custom_domain_association( ClusterIdentifier='string', CustomDomainName='string' )
string
[REQUIRED]
The identifier of the cluster to delete a custom domain association for.
string
[REQUIRED]
The custom domain name for the custom domain association.
None