Amazon Redshift

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.

DeleteCustomDomainAssociation (updated) Link ΒΆ
Changes (request)
{'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'
)
type ClusterIdentifier

string

param ClusterIdentifier

[REQUIRED]

The identifier of the cluster to delete a custom domain association for.

type CustomDomainName

string

param CustomDomainName

[REQUIRED]

The custom domain name for the custom domain association.

returns

None