Redshift / Client / modify_custom_domain_association

modify_custom_domain_association#

Redshift.Client.modify_custom_domain_association(**kwargs)#

Contains information for changing a custom domain association.

See also: AWS API Documentation

Request Syntax

response = client.modify_custom_domain_association(
    CustomDomainName='string',
    CustomDomainCertificateArn='string',
    ClusterIdentifier='string'
)
Parameters:
  • CustomDomainName (string) –

    [REQUIRED]

    The custom domain name for a changed custom domain association.

  • CustomDomainCertificateArn (string) –

    [REQUIRED]

    The certificate Amazon Resource Name (ARN) for the changed custom domain association.

  • ClusterIdentifier (string) –

    [REQUIRED]

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

Return type:

dict

Returns:

Response Syntax

{
    'CustomDomainName': 'string',
    'CustomDomainCertificateArn': 'string',
    'ClusterIdentifier': 'string',
    'CustomDomainCertExpiryTime': 'string'
}

Response Structure

  • (dict) –

    • CustomDomainName (string) –

      The custom domain name associated with the result for the changed custom domain association.

    • CustomDomainCertificateArn (string) –

      The certificate Amazon Resource Name (ARN) associated with the result for the changed custom domain association.

    • ClusterIdentifier (string) –

      The identifier of the cluster associated with the result for the changed custom domain association.

    • CustomDomainCertExpiryTime (string) –

      The certificate expiration time associated with the result for the changed custom domain association.

Exceptions