RedshiftServerless / Client / delete_custom_domain_association

delete_custom_domain_association#

RedshiftServerless.Client.delete_custom_domain_association(**kwargs)#

Deletes a custom domain association for Amazon Redshift Serverless.

See also: AWS API Documentation

Request Syntax

response = client.delete_custom_domain_association(
    customDomainName='string',
    workgroupName='string'
)
Parameters:
  • customDomainName (string) –

    [REQUIRED]

    The custom domain name associated with the workgroup.

  • workgroupName (string) –

    [REQUIRED]

    The name of the workgroup associated with the database.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • RedshiftServerless.Client.exceptions.InternalServerException

  • RedshiftServerless.Client.exceptions.ResourceNotFoundException

  • RedshiftServerless.Client.exceptions.ConflictException

  • RedshiftServerless.Client.exceptions.ValidationException

  • RedshiftServerless.Client.exceptions.AccessDeniedException

  • RedshiftServerless.Client.exceptions.ThrottlingException