Redshift / Client / delete_custom_domain_association
delete_custom_domain_association#
- Redshift.Client.delete_custom_domain_association(**kwargs)#
Contains information about deleting a custom domain association for a cluster.
See also: AWS API Documentation
Request Syntax
response = client.delete_custom_domain_association( ClusterIdentifier='string', CustomDomainName='string' )
- Parameters:
ClusterIdentifier (string) –
[REQUIRED]
The identifier of the cluster to delete a custom domain association for.
CustomDomainName (string) –
[REQUIRED]
The custom domain name for the custom domain association.
- Returns:
None
Exceptions
Redshift.Client.exceptions.UnsupportedOperationFault
Redshift.Client.exceptions.ClusterNotFoundFault
Redshift.Client.exceptions.CustomCnameAssociationFault
Redshift.Client.exceptions.CustomDomainAssociationNotFoundFault